#13052 closed defect (fixed)
ListItem layout problems
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
There's a layout problem in ListItem.
- When used with deviceTheme, style may not be applied in time and thus it could miscalculate layout. Sometimes rightText is displayed at left-hand side. (listitem1.png)
- If label text is long, it overlaps with rightText.
- Right icons are not displayed if images are specified. (Only DOM buttons can be specified)
- Vertical alignment of the left icon and rightText is wrong when variableHeight is used.
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | listitem1.png added |
---|
Changed 10 years ago by
Attachment: | listitem2.png added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25132]) Fixes #13052 !strict Fixed ListItem? layout problems. Changed the dom structure to utilize browser's layout engine rather than calculation with JavaScript?.