Opened 16 years ago
Closed 16 years ago
#152 closed defect (fixed)
Clicking on zoom slider passes event through to underlying map
Reported by: | chrisclaydon | Owned by: | madair |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | Zoom slider |
Cc: | Browser: | All | |
External ID: | 1152379 | Operating System: | All |
state: | Analysis Requested |
Description
- Open any Fusion layout
- Pick 'Zoom-In' (+) on the Zoom Control/Slider.
- Move the cursor away from the control.
RESULT: Depending on the currently active widget, either:
- the map moves with the cursor or
- a drag-window rubber-banding line follows the cursor.
Change History (5)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I no longer get the rubber-banding or panning, but if I'm in Select mode, the object underneath the zoom slider still gets selected.
I'm testing using the Slate template.
comment:3 by , 16 years ago
comment:4 by , 16 years ago
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [1642]) closes #152: remove event.stop() so that the full click event gets processed (mousedown/mouseup)