Task #8633 (closed)
Bug: jsTree refresh
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-05-08 (14) |
Description
The selection changed event I get after doing
$("#dataTree").jstree("refresh");
contains the same element twice.
Looks like a jsTree bug.
Change History (2)
comment:1 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by Will Moore <will@…>
(In [b55133db4767b752cfab393e1e5b81df49ffa872/ome.git] on branch develop) Fixing 'refresh' multi-selection bug in jsTree. See #8633
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
The only way I could work around this was to edit the jsTree.js itself.
https://github.com/aleksandra-tarkowska/openmicroscopy/commit/b55133db4767b752cfab393e1e5b81df49ffa872
Fixed...