Task #6126 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Web ROI select transform IE8
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.1 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-07-07 (1) |
Description (last modified by wmoore)
On IE8, when highlighting shapes that have a transform matrix applied, need to apply the matrix to the highlighted overlay shape too.
Seems like this is a bug in Raphael with IE8. Submitted bug report: http://github.com/DmitryBaranovskiy/raphael/issues/351
Not easy to find a work-around - would need to rework the current selection code and test for Browser - then change the code if the bug got fixed.
Will keep an eye on the raphael issue and update if this is fixed.
Change History (5)
comment:1 Changed 8 years ago by wmoore
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 8 years ago by wmoore
- Description modified (diff)
- Resolution worksforme deleted
- Status changed from closed to reopened
- Summary changed from Bug: Web ROI select transform matrix to Bug: Web ROI select transform IE8
comment:3 Changed 8 years ago by Will Moore <will@…>
(In [1633475d42621cb5905bfa6eab30e6b3c6b5458a/ome.git] on branch develop) Fix handling of unrecognised ROI 'points' string in web. See #6126
comment:4 Changed 8 years ago by Will Moore <will@…>
(In [61bfa3660fe07744d98043800e7a44daf9fdd842/ome.git] on branch develop) Removing print statement from webgateway/views.py (previous commit) See #6126
comment:5 Changed 8 years ago by wmoore
- Description modified (diff)
- Resolution set to wontfix
- Status changed from reopened to closed
Tried reproducing this but couldn't produce the same effect again.