Side navigation
#2957 closed bug (invalid)
Opened May 29, 2008 06:17PM UTC
Closed May 30, 2008 12:06AM UTC
jquery.ui.sortables Fails with display:inline
| Reported by: | malfist | Owned by: | joern |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | web | Version: | 1.2.5 |
| Keywords: | jquery.ui, ui, inline, sortables | Cc: | |
| Blocked by: | Blocking: |
Description
An attempt to use sortables while the list having display:inline failed on firefox (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;
}
Attachments (0)
Change History (1)
Changed May 30, 2008 12:06AM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Please create a new ticket in the UI bug tracker. Thanks.