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

Comments

webchick’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Hm. Can you explain how this is a bug with the module?

This module does nothing other than add jquery.ui files to your page, so I'm not sure how there's anything in the code that would cause CSS problems.

I can't help you troubleshoot doing things with jQuery UI itself. The best forum for that would be http://ui.jquery.com/support.

webchick’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sounds like it was a jQuery UI support request, not a jQuery UI *module* support request...