Bug 138 - [Chameleon Core] javascript events bubble from form elements to map handlers incorrectly.
: [Chameleon Core] javascript events bubble from form elements to map handlers ...
Status: RESOLVED FIXED
: Chameleon
Core
: 1.99
: All All
: P4 normal
: 1.99 beta 4
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-11-21 11:45 by
Modified: 2004-12-02 21:26 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-11-21 11:45:09
When you have a quickzoom widget that is above the Map DHTML widget and you have
e.g. selected the Query tool as the active tool, when clicking an option in the
quickzoom list you also get a popup from the Query results!
------- Comment #1 From 2004-04-08 08:35:25 -------
updated version to 1.99
------- Comment #2 From 2004-07-08 09:55:55 -------
Changed target to 1.99 Beta 3
------- Comment #3 From 2004-10-07 16:34:34 -------
I just checked this by putting a copy of the quickzoom widget (from
tools_enhanced.html) into the sample_basic.html nav bar div so that when it is
opened, it overlaps the map image.  With the query tool selected, there is no
more popup when using the quickzoom select box.

I believe that this was fixed as part of the javascript optimization that
prevents  mouse events from being tracked until you move over the map image. 
The way the mouse move events work, moving over the combo box actually triggers
a mouseout event on the map.

Tested in IE 6 and FireFox PR
------- Comment #4 From 2004-10-25 07:56:27 -------
Changed target for verification to 1.99 RC 1.