Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2957 closed bug (invalid)

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;
}

Change History (1)

comment:1 Changed 15 years ago by scott.gonzal

Resolution: invalid
Status: newclosed

Please create a new ticket in the UI bug tracker. Thanks.

Note: See TracTickets for help on using tickets.