Ticket #36 (closed bug: fixed)

Opened 7 years ago

Last modified 7 years ago

Drag panning is slightly broken in IE

Reported by: sderle Owned by: sderle
Priority: critical Milestone: Aotearoa
Component: general Version:
Keywords: Cc:
State:

Description

Drag panning doesn't quite work right in IE. When dragging, the map doesn't move at first, and a circle-with-diagonal-line-through icon is shown. After a mouse up, the map pans until the mouse is clicked again.

Change History

Changed 7 years ago by crschmidt

This may be partially resolved by the commit in r206.

Changed 7 years ago by crschmidt

17:18:13 < bjoern_> dnd with left mouse button seems h0rked 17:18:23 < bjoern_> consider using setCapture for IE

 http://msdn.microsoft.com/workshop/author/dhtml/overview/mousecapture.asp

Changed 7 years ago by sderle

  • status changed from new to closed
  • resolution set to fixed

The problem was that the mousedown event was triggering dragstart in IE, which obfuscated mousemove and mouseup. Fixed by r310, which disables dragstart on every div attached to an Events object.

Note: See TracTickets for help on using tickets.