Task #8488 (closed)
BUG: custom JS script plugin loaded twice
| Reported by: | atarkowska | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-04-10 (12) |
Description (last modified by atarkowska)
Loading plugin selected from drop down menu in centre panel is loaded twice
/webcl...erdata/ (line 33) GET http://localhost:8080/webtest/split_view_figure_plugin/?imageIds=1784&width=120&_=1333618327807 200 OK 119ms jquery_1.4.2.js (line 5252) GET http://localhost:8080/webtest/split_view_figure_plugin/?imageIds=1784&width=120&_=1333618327820 200 OK 308ms
Change History (3)
comment:1 Changed 7 years ago by atarkowska
- Component changed from General to Web
- Description modified (diff)
- Priority changed from minor to critical
comment:2 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by Will Moore <will@…>
- Remaining Time set to 0
(In [fbaf0fad455c11b8e4193ba10e38b2dda1a7ae7c/ome.git] on branch develop) Center plugin changed listener. Fixes #8488
We now use a custom trigger to notify of changes to the center panel plugin
so this doesn't get confused with the change event coming from the <select> itself
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed by renaming the trigger for plugin changes: https://github.com/will-moore/openmicroscopy/commit/6db748e846dc24c45d430714160cb60bac2ff8c6
Closing...