Side navigation
#2213 closed bug (wontfix)
Opened January 22, 2008 03:35PM UTC
Closed March 14, 2008 04:12PM UTC
Latest Sortable Demo - Inline child respects phantom parent boundary FF
Reported by: | Pete Michaud | Owned by: | codesquare |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.3 |
Component: | ui | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Firefox 2, the sortable demo behaves a little oddly with inline sortable elements. When an element is dragged from its starting position, toward the right edge of the parent, its text reflows as if it's too long to fit into the new area -- it happens at the exact edge of the parent. What should happen is that the flow should stay the same no matter where it is moved (which is what it does in IE7).
This issue doesn't affect elements that are block level like floating <li>s.
Attachments (0)
Change History (2)
Changed February 07, 2008 06:19PM UTC by comment:1
owner: | paul → codesquare |
---|
Changed March 14, 2008 04:12PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
This is not easily fixed - one thing to control it is to set the size of the inline element manually or use a custom helper. Thanks anyway!