Ticket #8081 (closed defect: fixed)

Opened 8 weeks ago

Last modified 7 weeks ago

IE8: avatar misplaced when page is scrolled

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.3
Component: DnD Version: 1.2.1
Severity: normal Keywords:
Cc:

Description

In noticed this in test_dnd.html but presumably it's a problem with dojo._abs().

In IE8 the avatar is about 1 inch away from the cursor, when you have scrolled the page (about one inch). It's much closer on IE7 and other platforms.

See test_DnD.html to reproduce.

cursor is over the first item, dragging it

Attachments

dnd.png (11.9 kB) - added by bill 8 weeks ago.
cursor is over the first item, dragging it

Change History

Changed 8 weeks ago by bill

cursor is over the first item, dragging it

Changed 8 weeks ago by bill

  • owner deleted
  • component changed from DnD to HTML

Meant to mark this as an HTML bug.

Changed 8 weeks ago by jburke

This may be related to #8047

Changed 7 weeks ago by bill

  • component changed from HTML to DnD
  • summary changed from IE8: dojo.coords() mishandles scroll to IE8: avatar misplaced when page is scrolled

It's not related to dojo.coords() after all. DnD never calls dojo.coords() and the avatar position is dependent on the mouse, not the element being dragged.

Changed 7 weeks ago by bill

  • owner set to bill
  • status changed from new to assigned

OK I have a fix. It's actually a problem w/event normalization.

Changed 7 weeks ago by bill

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

Fixed in [15733].

Note: See TracTickets for help on using tickets.