Bug Tracker

Ticket #2213 (closed bug: wontfix)

Opened 7 months ago

Last modified 6 months ago

Latest Sortable Demo - Inline child respects phantom parent boundary FF

Reported by: Pete Michaud Assigned to: codesquare
Type: bug Priority: minor
Milestone: 1.2.3 Component: ui
Version: 1.2.2 Keywords:
Cc: Needs: Review

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

Change History

Changed 7 months ago by paul

  • owner changed from paul to codesquare

Changed 6 months ago by paul

  • status changed from new to closed
  • resolution set to wontfix

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!

Note: See TracTickets for help on using tickets.