Opened 15 years ago

Closed 15 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

  1. Open any Fusion layout
  1. Pick 'Zoom-In' (+) on the Zoom Control/Slider.
  1. Move the cursor away from the control.

RESULT: Depending on the currently active widget, either:

  1. the map moves with the cursor or
  2. a drag-window rubber-banding line follows the cursor.

Change History (5)

comment:1 by madair, 15 years ago

Resolution: fixed
Status: newclosed

(In [1642]) closes #152: remove event.stop() so that the full click event gets processed (mousedown/mouseup)

comment:2 by chrisclaydon, 15 years ago

Resolution: fixed
Status: closedreopened

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 madair, 15 years ago

(In [1649]) re #152: deactivate controls and handlers when the mouse is over the Navigator widget; widgets using the canvasTool will still click through to the map however until the canvas tool is converted to use OL handlers or replaced with OL vector drawing capabilities

comment:4 by madair, 15 years ago

(In [1650]) re #152: switch Navigator to use mousedown event to prevent conflicts with canvasTool widgets

comment:5 by madair, 15 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.