Closed
Bug 922676
Opened 11 years ago
Closed 11 years ago
Button is disabled even after reload page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 855737
People
(Reporter: karthikeyansiet, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36
Steps to reproduce:
1. On button click event, I am disabling all input and Button elements in the particular Div.
2. Reloaded the page.
Actual results:
After page is re-loaded,
Still the first button in that particular div is disabled. Other elements are fine.
Expected results:
All elements should have been fine and Enabled.
Reporter | ||
Updated•11 years ago
|
Severity: normal → major
Updated•11 years ago
|
Group: core-security
Severity: major → normal
Comment 1•11 years ago
|
||
We explicitly restore disabled state for some elements along with form values.
Whiteboard: DUPEME
Reporter | ||
Comment 2•11 years ago
|
||
But.. I don't understand the reason behind it.
After reloading the page.. Page has to be as it is..,
(In reply to Boris Zbarsky [:bz] from comment #1)
> We explicitly restore disabled state for some elements along with form
> values.
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•