Closed
Bug 587527
Opened 15 years ago
Closed 13 years ago
Disabled button remains disabled after refresh
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 654072
People
(Reporter: kirgy9, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 AskTbMYC/3.8.0.12304 Firefox/3.6.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 AskTbMYC/3.8.0.12304 Firefox/3.6.8
A button which has been set to "disabled" via javscript, remains disabled even when the page is refreshed. This is true, even if no property to the button is changed on page-load.
However, a re-request of a webpage (retyping the URL and hitting enter) solves this problem. But why isnt the refreshed page setting the button to its original state?
Reproducible: Always
Steps to Reproduce:
1.navigate to a page
2.click a button which javascripts disables on an 'onclick' event
3.hit the browser's 'refresh' button
Actual Results:
the button remainds disabled.
Expected Results:
the button returns to the browser default state for a button (enabled)
Updated•14 years ago
|
Version: unspecified → 3.6 Branch
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•