Task #9701 (closed)
Bug: Scrolling/size calculation when using subresolutions
Reported by: | rleigh | Owned by: | wmoore |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-4.4.7 |
Component: | Web | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
See attached image. The draggable rectangle in the thumbnail does not match the view on screen. So the scrollable area is miscalculated, and all of the image outside this area is black.
The scrolling is fine for the full size image; it just needs to take subresolution image size into account when calculating the scaling factors.
An additional issue is that not all the subresolutions are available. In the image in the attachment, only two out of the three subresolutions are viewable; the third (smallest) is not shown--the second is the furthest that can be zoomed out to view.
Attachments (1)
Change History (11)
Changed 12 years ago by rleigh
comment:1 Changed 12 years ago by rleigh
- Summary changed from Scrolling/size calculation when using subresolutions to Bug: Scrolling/size calculation when using subresolutions
comment:2 Changed 12 years ago by wmoore
- Owner changed from web-team@… to wmoore
- Sprint set to 2012-11-20 (2)
comment:3 Changed 12 years ago by wmoore
- Status changed from new to accepted
comment:4 Changed 12 years ago by wmoore
- Owner wmoore deleted
- Status changed from accepted to new
comment:5 Changed 12 years ago by wmoore
- Owner set to wmoore
comment:6 Changed 12 years ago by wmoore
comment:7 Changed 12 years ago by wmoore
- Sprint 2012-11-20 (2) deleted
comment:8 Changed 12 years ago by rleigh
Note that the pyramid ordering issues seen with SVS are now fixed with PR232, so the bioformats side of things WRT big image rendering should be done now.
comment:9 Changed 12 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
https://github.com/openmicroscopy/openmicroscopy/pull/634
This is fixed 'client-side' but the zoom levels are not yet provided by the server #9813, so they are hard-coded (for SVS images) in the Blitz Gateway.
comment:10 Changed 10 years ago by Chris Allan <callan@…>
(In [656024df14310472180635a9617ed95969300814/ome.git] on branch develop) webclient.tree parsing permissions using the new permissions projection support (see #9701)
Waiting on #9813