Side navigation
#859 closed bug (fixed)
Opened January 22, 2007 07:28AM UTC
Closed January 23, 2007 08:59AM UTC
Last modified March 15, 2012 05:44PM UTC
Interface: Sortable lists get a blank-looking DIV "sortHelper" as a visible row
Reported by: | jnoble@frii.net | Owned by: | stefan |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | interface | Version: | 1.1 |
Keywords: | sortable list sortHelper | Cc: | |
Blocked by: | Blocking: |
Description
In the demo at http://interface.eyecon.ro/demos/sort_lists.html and in my own use, I've found that dragging a LI up above the first LI, then dropping, causes a blank line to appear. Sometimes further re-ordering causes this blank line to move around within the list. The Firefox DOM Inspector shows this to be a DIV called "sortHelper" inside the UL. It is styled as "margin: 0px; display: block; width: 300px; height: 16px;". Not sure why this style is needed on this DIV. Using jQuery to hide it works after the fact, but it reappears visibly later as more user re-ordering is done. Using jQuery 1.1 and Interface 1.1.
Attachments (0)
Change History (1)
Changed January 23, 2007 08:59AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |