Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
1. In the included files, compile History.mxml and then launch History.html. Note that History.mxml's application has resetHistory=true.
2. Click on the 2nd accordion header.
3. Click the browser's refresh button. (I am using Firefox on the Mac.)
4. Click Back.
Actual Results:
After reloading, the 2nd accordion item is still showing. Clicking Back will show the first header.
Expected Results:
After reloading, the 1st accordion item should have been showing. From the ASDoc:
"If true, the application's history state is reset to its initial state whenever the application is reloaded. Applications are reloaded when any of the following occurs:
The user clicks the browser's Refresh button.
..."
Workaround (if any):