Opened 12 years ago
Closed 12 years ago
#2153 closed defect (fixed)
ResizingLegend crash in IE
Reported by: | bscott | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 2.5 |
Component: | AJAX Viewer | Version: | 2.4.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
There is a little regression from version 2.2 IE does not seems to pass the event on the onmousedown The StartResizingLegend now tries a
e.cancelBubble = true;
And this make IE throws an exception
Patch in attachment, tested with Chrome,Firefox and IE
Bruno Scott Geomap
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | IEresizingLegend.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r7132. Thanks for the patch.