Bug 86855 - Goes astray the currently selected item in the selector then go back
Summary: Goes astray the currently selected item in the selector then go back
Status: RESOLVED DUPLICATE of bug 89623
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 07:33 PDT by Eugene
Modified: 2012-08-18 17:41 PDT (History)
2 users (show)

See Also:


Attachments
small reduced test case (1.32 KB, text/html)
2012-05-29 07:33 PDT, Eugene
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene 2012-05-18 07:33:09 PDT
I reconstruct the option elements of <select /> by javascript then load page and async then working on page. When submitting a form redirect to new page. Then I go back. Now select another option item in select. 
The problem is that the state of select cached not by value of option, and the current index of option!  In firefox remains cached value of selected option!
Comment 1 Rakesh 2012-05-29 06:30:30 PDT
Could you please attach an small reduced test case.
Thanks.
Comment 2 Eugene 2012-05-29 07:33:03 PDT
Created attachment 144554 [details]
small reduced test case
Comment 3 Kent Tamura 2012-08-18 17:41:03 PDT

*** This bug has been marked as a duplicate of bug 89623 ***