Opened 12 years ago
Closed 12 years ago
#7551 closed bug (notabug)
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.
Note: See
TracTickets for help on using
tickets.
We can't arbitrarily change the positioning. That could horribly break layouts.