Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2013 Sprint 19, 2013 Sprint 19 API, Release 3.1.3, Release 3.2.0
-
Component/s: iOS
-
Labels:
-
Environment:
SDK 3.1.3RC, iOS7 buggy, OK on iOS 6.1
Description
See screen shots - looks good on iOS 6.1 but buggy on iOS 7. (Code updated to reflect last screenshot)
index.xml:
<Alloy>
|
<Window class="container">
|
<ListView id="lv">
|
<ListSection>
|
<ListItem title="row 1" color="white" backgroundColor="transparent"/>
|
<ListItem title="Weird separators on iOS7" color="white" backgroundColor="blue"/>
|
<ListItem title="Weird separators on iOS7" color="white" backgroundColor="blue"/>
|
<ListItem title="Weird separators on iOS7" color="white" backgroundColor="blue"/>
|
<ListItem title="row 2" color="white"/>
|
<ListItem title="row 3" color="white" backgroundColor="transparent"/>
|
</ListSection>
|
</ListView>
|
</Window>
|
</Alloy>
|
index.tss
".container": {
|
backgroundColor:"black"
|
}
|
"ListView":{
|
backgroundColor: 'transparent'
|
}
|
index.js:
$.index.open();
|
Attachments
Issue Links
- duplicates
-
TIMOB-14392 iOS7: Background Colors & Scroll Indicator - background color of the list view is not supported
-
- Closed
-
- relates to
-
TIMOB-15291 iOS7: backgroundColor="transparent" doesn't work on custom templates
-
- Closed
-