Task #9900 (closed)
Bug: Async right panel loading
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | blocker | Milestone: | OMERO-4.4.7 |
Component: | Web | Version: | n.a. |
Keywords: | n.a. | Cc: | kgillen, jamoore, cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | 2012-11-20 (2) |
Description
From https://github.com/openmicroscopy/openmicroscopy/pull/470:
Since Plates or Plate-Acquisitions take a long time to load in the right panel, it's possible to quickly select one then the other. Two ajax load events are created, with no control over which returns first.
Whichever returns last will overwrite the right panel, even if the selection has changed in the mean-time and this is no-longer the correct content for the right panel.
Need to check when an ajax call returns that the current selection is appropriate for adding that content to the right panel.
Change History (6)
comment:1 Changed 12 years ago by wmoore
- Status changed from new to accepted
comment:2 Changed 12 years ago by wmoore
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 12 years ago by Will Moore <will@…>
(In [00083fe6e6d8e28b16ddcdd36df50ddc09d50adc/ome.git] on branch develop) Check right panel content vv selected objects on AJAX callback. See #9900
comment:4 Changed 12 years ago by Will Moore <will@…>
(In [6ea356498269fedeca4b00d20bfa6da6dc44f8e0/ome.git] on branch develop) Batch Annotate panel check vv selected objects on AJAX load. See #9900
comment:5 Changed 12 years ago by Will Moore <will@…>
(In [f37e5d45ff9d234c771216c4df1fb5b3e94f94e7/ome.git] on branch develop) Added 'object-id' to share panel for AJAX load checking. See #9900
comment:6 Changed 12 years ago by Will Moore <will@…>
(In [242185a86bac2d1c5f9da8c968cf8a958c96a0c0/ome.git] on branch develop) Shares and Discussions have identifier for AJAX loading in right panel. See #9900, PR470
https://github.com/openmicroscopy/openmicroscopy/pull/470