Ticket #193 (new defect)

Opened 2 years ago

Last modified 2 years ago

OmniWeb 5.5: in Dragging demo, block jumps when dragging starts

Reported by: griscom@suitable.com Assigned to: somebody
Priority: low Milestone:
Component: component1 Version:
Severity: minor Keywords:
Cc:

Description

When using the MochiKit Draggable example at http://mochikit.com/examples/draggable/index.html, using OmniWeb? 5.5 (v607), when you drag the dragged items shift relative to the cursor. Specifically:

- When you first click on one of the colored squares, it doesn't move (good)

- The first time the cursor moves while the mouse is still down, the square jumps up and to the right (approximately 22 pixels up, and 8 pixels to the left) (bad)

- After that, the square tracks the cursor exactly.

Again, the box does NOT move on mouseDown; it suddenly jumps when the mouse first moves after mouseDown. Pressing and releasing the mouse without moving does nothing.

Noted with an unmodified copy of MochiKit as taken from the head of the svn repository on 9/30/06. Also noted on the example as posted on your website, same date. The bug is not present when tested using FireFox? 1.5.0.7, nor is it present when tested with Safari 2.0.4. All examples running under Mac OS X 10.4.7 on a MacBook? Pro. Further details/test results on request.

Change History

09/30/06 18:15:31 changed by bob@redivi.com

Patches accepted if they don't break any of the supported browsers.