Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
SAP requests that the label component implement IFocusManagerComponent by default. The ability to tab to control labels is a requirement in SAP's keyboard and accessibility guidelines, and they do not want to extend the label component. They would be satisfied if the label component implemented IFocusManagerComponent and focusEnabled was set to false by default, but want an easy way to enable the focus with the label control.
Actual Results:
Labels are not in the tab order
Expected Results:
Users should be able to tab to control labels in Flex apps
Workaround (if any):
Extend label in a custom control (not desired)