Open
Bug 1279253
Opened 5 years ago
Updated 4 years ago
selectbox is not refreshing when selected option change
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: herve.devos, Unassigned)
Details
(Whiteboard: DUPEME)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0 Build ID: 20160502172042 Steps to reproduce: 1 - create test.html with following content : <html> <body> <select> <option>Hello</option> <option>World</option> </select> </body> </html> 2 - Open the page in Firefox browser 3 - Modify test.html with content : <html> <body> <select> <option>Hello</option> <option selected="">World</option> </select> </body> </html> - Refresh page in browser by pressing F5 Actual results: Selected option has not changed in select box, it's still "Hello". Its only displaying "World" when refreshing the page with Ctrl + R Expected results: Selected option should have changed in select box, it should be "World"
Comment 1•5 years ago
|
||
I can confirm this issue on the latest Nightly 50.0a1 (Build ID: 20160612030220).
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: Form Controls
Ever confirmed: true
Product: Firefox → Core
Version: 46 Branch → Trunk
![]() |
||
Updated•4 years ago
|
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•