Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Language Found: English
Description
Steps to reproduce:
1.Add changing event to TabBar.
2.Inside that event call event.preventDefault().
Actual Results:
Currently selected tab stays selected, but tab which was clicked becomes selected too!
Expected Results:
TabBar tab shouldn't change.
Workaround (if any):
Don't call event.preventDefault().