Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Other (specify version)
Language Found: English
Description
Steps to reproduce:
1. Create the following mobile application:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
applicationDPI="160">
<s:Scroller width="100%" height="100%">
<s:VGroup paddingLeft="20" paddingTop="20" paddingBottom="20" paddingRight="20" gap="20">
<s:ActionBar width="100%" title="Left">
<s:navigationContent>
<s:Button label="X"/>
</s:navigationContent>
</s:ActionBar>
</s:VGroup>
</s:Scroller>
</s:Application>
2. Run this 160 targeted application using a 240 DPI device config in ADL
3. Press the "X" button
Actual Results:
See screenshot. Below the button a white line appears.
Expected Results:
No white line.
Workaround (if any):