Changes between Version 4 and Version 5 of Ticket #17764
- Timestamp:
- Feb 27, 2014, 6:10:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17764 – Description
v4 v5 1 In some conditions, the layout of the content of dojox/mobile/TabBar is badly computed . This happens if bothconditions are met:1 In some conditions, the layout of the content of dojox/mobile/TabBar is badly computed and it is not correctly centered. This happens if all these conditions are met: 2 2 3 * The barType is segmentedControl or standardTab or slimTab or flatTab (but NOT the default type which is tabBar), and 4 * The TabBar is used as a fixed footer (not header) in a ScrollableView (fixed: "bottom"). 3 * The barType is segmentedControl or standardTab or slimTab or flatTab (but NOT the default type which is tabBar, for which no centering is done), and 4 * The TabBar is used as a fixed footer (not header) in a ScrollableView (fixed: "bottom"), and 5 * TabBar's "fill" property is not "always". 5 6 6 7 The issue hurts in Dojo 1.9.0+.