Opened 10 years ago
Closed 10 years ago
#12777 closed defect (fixed)
TabBar: No Auto-Alignment if either Icon or Label is undefined
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
For each item in TabBar, the size and position of icon and label are fixed. If one of them is missing, the allocated space is still occupied unless you customize your own CSS. This is not user friendly, we'd better consider a way to auto-align them for this case.
[IBM:1571]
Note: See
TracTickets for help on using
tickets.
(In [24468]) Fixes #12777 !strict. Adjust the height of TabBar? when icon or text is missing.