Skip to main content

Search and Top Navigation

#4297 closed bug (wontfix)

Opened March 07, 2009 05:07PM UTC

Closed April 17, 2009 03:10AM UTC

Last modified October 11, 2012 09:15PM UTC

Firefox draggable bug

Reported by: mably Owned by:
Priority: major Milestone:
Component: ui.draggable Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

We have detected a buggy behavior of draggable.js on our website with

Firefox. After digging a bit, we found that it might be related to

the "overflow-y: scroll" css property we use on the HTML element to

permanently show the vertical scrollbar.

Is it a jqueryui bug or a firefox bug ?

I've put online a modified copy of the draggable sample page to show

the buggy behavior :

http://www.mably.com/dev/draggable.html

Just reduce the size of your Firefox browser window to activate the

vertical scrollbar, scroll down a bit and start dragging.

You'll see the draggable objet jump up the page the same amount you've

scrolled the page down.

For the moment we have temporarily disabled the overflow-y:scroll css

property.

Any help would be greatly appreciated.

François Masurel

Bordeaux, FRANCE

Attachments (0)
Change History (3)

Changed March 09, 2009 12:40PM UTC by rdworth comment:1

milestone: 1.7.1TBD

Changed April 17, 2009 03:10AM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

jQuery doesn't support offset calculations when the html or body elements are modified in a way that changes the offset of the document element.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted