Task #10707 (closed)
Bug: Web Big images Channel update
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.0.0-rc1 |
| Component: | Web | Version: | 4.4.9 |
| Keywords: | n.a. | Cc: | cxallan, ejrozbicki, ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | OMERO 5 Beta 2 (1) |
Description
Reported https://github.com/openmicroscopy/openmicroscopy/pull/980#issuecomment-16130268
When we update rendering settings in web Big image viewer, we call setupTiles() which re-inits the PanoJS viewer, reverting to the original x, y & zoom levels!
Ideally we need a "update and refresh tiles" call to PanoJs?. We could update or provide a new tileUrlProvider and then call positionTiles().
Alternatively we could get the current zoom, x and y and pass these to the new setupTiles() method so we at least find our old location, but this is less nice.
Attachments (2)
Change History (8)
comment:1 Changed 6 years ago by jburel
- Cc cxallan ejrozbicki added; atarkowska removed
- Milestone changed from OMERO-4.4.x to 5.0.0-beta2
- Owner changed from web-team@… to wmoore
- Priority changed from major to critical
- Sprint set to OMERO 5 Beta 2 (1)
- Version set to 4.4.9
Changed 6 years ago by jburel
Changed 6 years ago by jburel
comment:2 Changed 6 years ago by jburel
Changing the timepoint modify the location see screenshots (Thanks emil)
comment:3 Changed 6 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 6 years ago by Will Moore <will@…>
(In [1227079f334ab01a14593a603744239411b5387c/ome.git] on branch develop) Refresh PanoJs? on rdef change. See #10707
comment:5 Changed 6 years ago by Josh Moore <josh@…>
(In [4460052d0a13468151ab12c7f422d80046bfca9e/ome.git] on branch develop) Merge pull request #1877 from will-moore/PanoJs_refresh_10707
comment:6 Changed 6 years ago by Will Moore <will@…>
(In [e9e24a7378d7b25e4f25e29c3e96d20ed4edde73/ome.git] on branch dev_4_4) Refresh PanoJs? on rdef change. See #10707
This is currently a deal breaker for usage of the viewer
Everything being reset when interacting with images should be addressed. Increasing Priority and moving to Beta2