Skip to main content

Search and Top Navigation

#2927 closed bug (worksforme)

Opened May 30, 2008 07:41PM UTC

Closed June 01, 2008 11:25PM UTC

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;
}
Attachments (0)
Change History (1)

Changed June 01, 2008 11:25PM UTC by paul comment:1

resolution: → worksforme
status: newclosed

This works fine in my tests..