Skip to main content

Search and Top Navigation

#7551 closed bug (notabug)

Opened July 14, 2011 08:23AM UTC

Closed July 14, 2011 12:15PM UTC

Add position:absolute !important on drag start

Reported by: norm2782 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.draggable Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:
Description

On Safari (and probably all WebKit browsers), the following line is CSS is required for making draggable elements behave nicely when dragging and scrolling:

position: absolute !important

Note the "!important". jQuery UI should set this CSS attribute automatically (and possible remove it after dragging?), rather than rely on the programmer to add it to his CSS.

Attachments (0)
Change History (1)

Changed July 14, 2011 12:15PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

We can't arbitrarily change the positioning. That could horribly break layouts.