Task #8613 (closed)
Opened 7 years ago
Closed 6 years ago
Bug: Opening ROI dialog takes two clicks
| Reported by: | cxallan | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.x |
| Component: | Web | Version: | 4.4.9 |
| Keywords: | testing,phase1 | Cc: | web-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
In the full viewer clicking on the "ROI" link to open the ROI dialog requires two clicks. The first click causes the following JavaScript? error:
pos is null left = -pos.e % 1, raphael.js (line 3005)
gretzky / will / Fall 2010 / INCENP / CSFV-GFP01_2_R3D_D3D.dv
Change History (8)
comment:1 Changed 7 years ago by wmoore
comment:2 Changed 7 years ago by atarkowska
- Owner changed from atarkowska to wmoore
comment:3 Changed 7 years ago by jburel
- Sprint changed from 2012-05-08 (14) to 2012-05-22 (15)
Moved from sprint 2012-05-08 (14)
comment:4 Changed 7 years ago by jburel
- Sprint changed from 2012-05-22 (15) to 2012-06-05 (16)
Moved from sprint 2012-05-22 (15)
comment:5 Changed 7 years ago by atarkowska
- Cc web-team@… added
- Keywords testing phase1 added
Will is that still valid?
comment:6 Changed 7 years ago by jburel
- Sprint changed from 2012-06-05 (16) to 2012-06-19 (17)
Moved from sprint 2012-06-05 (16)
comment:7 Changed 7 years ago by wmoore
- Milestone changed from OMERO-Beta4.4 to OMERO-Beta4.4.1
- Sprint 2012-06-19 (17) deleted
comment:8 Changed 6 years ago by wmoore
- Resolution set to wontfix
- Status changed from new to closed
- Version set to 4.4.9
Can't reproduce this on my current Firefox or any other browser (Safari or Chrome). May have been fixed by browser updates. Closing for now...
This was reported by JM a while back, but I could never reproduce it. I since saw it once but still couldn't reproduce it repeatedly. I think it's a firefox-specific bug where the canvas is trying to align exactly to a pixel (not fraction of pixel, since this uses tons of memory in firefox). Problem is the first time you call this, the canvas can't get it's position. When you try again it's OK, but couldn't figure out what happens in the first click to fix it?