Opened 15 years ago
Closed 15 years ago
#2927 closed bug (worksforme)
Sortables fails when display: inline is used.
Reported by: | malfist | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.sortable | Version: | |
Keywords: | display: inline, inline | Cc: | |
Blocked by: | Blocking: |
Description
An attempt to use sortables while the list having display:inline failed on firefox 2 (works on IE). This is the css I was using:
#sortable_left{ padding-left:0px; margin-left:0px; } #sortable_left li{ display: inline; list-style-type: none; margin: 0; padding: 0; padding-left: 0px; }
Note: See
TracTickets for help on using
tickets.
This works fine in my tests..