Morten Gorm Madsen created FLEX-34109:
-----------------------------------------
Summary: Bevel 120DPI back-arrow design problem
Key: FLEX-34109
URL: https://issues.apache.org/jira/browse/FLEX-34109
Project: Apache Flex
Issue Type: Bug
Components: Mobile: ActionBar
Affects Versions: Apache Flex 4.11.0
Environment: Air Mobile, AIR 4.0, units with DPI120 (fx old iPads)
Reporter: Morten Gorm Madsen
The beveled navigation button (back button) needs a little fixup on 120DPI. It
has a triangle sticking out.
Apply following to your css to get the beveled action buttons:
ActionBar{
defaultButtonAppearance: beveled;
}
Problem located:
spark.skins.mobile120.assets.BeveledBackButton_up.fxg
spark.skins.mobile120.assets.BeveledBackButton_down.fxg
Workarround:
Monkey patching a file to use mobile160 assets. See below.
BeveledBackButtinSkin.as (DPIClassification.DPI_120)
upBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_up;
downBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_down;
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)