#21287 closed defect (bug) (invalid)
Fix Widgets Helper position on start event - sortable
Reported by: | alexvorn2 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.1 |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description
the widget helper moves (jumpes) to the left, to the parent left position...
in Firefox this is not a bug but in chrome it does.
please take a look in the screenshot, the helper jumped to the left....
http://wpimpact.com/wp-content/uploads/2012/07/Untitled-2.png
I tried to use the :
ui.helper.css('left', ui.placeholder.position().left)
code but chrome does not set a placeholder position, I don't know why, maybe a chrome bug or in jQuery.
Change History (4)
Note: See
TracTickets for help on using
tickets.
the easiest way to fix it is to create a div parent element to the widgets...
http://wpimpact.com/wp-content/uploads/2012/07/Untitled-6.png - in IE 9 the same problem