[Chameleon-dev] [Bug 686] Mozilla - no zoom-box after measure
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Wed Nov 17 10:12:05 EST 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=686
pspencer at dmsolutions.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From pspencer at dmsolutions.ca 2004-11-17 10:12 -------
after running in a debugger, I was not able to determine the cause for this.
The event appears to be passed to MapWmapTool twice but there is no callstack so
it is coming from the mozilla event handler somehow. Conveniently, the exact
same event object is passed in twice so I've localized my change to just
MapWmapTool with the following:
if ( CWCIsNav6)
{
if (e.id == null)
e.id = 'trap';
else
return;
if (e.target == "[object HTMLHtmlElement]")
{
return;
}
}
I've added the first four lines in this if, the other 3 were already there.
Committed to cvs.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Chameleon-dev
mailing list