Opened 15 years ago
Closed 14 years ago
#368 closed defect (fixed)
Measure: double click can't always end segment drawing in IE7
Reported by: | liuar | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.2 |
Component: | Widgets | Version: | 2.0 - beta |
Severity: | Major | Keywords: | |
Cc: | kathy.feng@… | Browser: | IE7 |
External ID: | 1307265 | Operating System: | All |
state: | New |
Description
- select Tasks -> measure
- click one point as start point
- stretch to draw a line
- double click at the end place
Result: mouse keep draw status.
Expected: mouse should change status since draw is finished.
Workaround: Sometimes, user has to click the end place, then double click.
Change History (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Milestone: | 2.0 → 2.1 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
i did some testing for this and couldn't find a solution yet so deferring this to 2.1. The OL example works fine in IE so I suspect it may be a case of having a lot more controls on the map (which slows down processing of the clicks?)
comment:3 by , 14 years ago
Milestone: | 2.1 → 2.2 |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
spent some more time looking at this, setting the partialDelay option on the control makes it marginally better but still not perfect. Testing the OL measure example more in IE7 shows the same behaviour but not as frequently. There is no problems in IE8, so closing the ticket, re-open it if required.
Adjust the value of partialDelay in openLayers.js might be a workaround.
Is there any other solution?