Opened 14 years ago
Closed 11 years ago
#4812 closed bug (duplicate)
Sortable: Text wraps when added to tabs that have subpixel widths
Reported by: | tan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.2 |
Keywords: | CSS, tabs, sortable | Cc: | |
Blocked by: | Blocking: |
Description
Using Firfox 3.5.2 MacOS X
- Go to the demo page, http://jqueryui.com/demos/tabs/#sortable
- Use the UI Lightness theme
- Drag the Aenean lacina tab
When the dragging occurs the label text breaks.
eg.
Aenean lacina
Expected: The text should not break.
Note: This does not happens with all the themes, like Trontastisc.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | CSS Framework → ui.sortable |
---|---|
Milestone: | TBD → 1.8 |
This is a sub-pixel calculation problem. I can see that the width of a specific tab is 75.4667px but drops down to 75px during drag.
comment:3 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Text breaks when sortable is added to tabs → Sortable: Text wraps when added to tabs that have subpixel widths |
comment:5 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, I thought the system created linebreaks at newlines
Correction to problem description:
--- eg.
Aenean
lacina
---