Open
Bug 855737
Opened 12 years ago
Updated 2 years ago
Button disabled still disabled after reload page
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: bhoodream, Unassigned)
References
Details
Attachments
(1 file)
145.59 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130307023931
Steps to reproduce:
reload page after button enabled, vadimfedorov.ru - for try
Actual results:
button still disabled
Expected results:
should enabled
(In reply to Vadim from comment #0)
> Created attachment 730729 [details]
> Снимок экрана 2013-03-29 в 0.28.53.png
>
> User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0)
> Gecko/20100101 Firefox/19.0
> Build ID: 20130307023931
>
> Steps to reproduce:
>
> reload page BEFORE button enabled, vadimfedorov.ru - for try
>
>
> Actual results:
>
> button still disabled
>
>
> Expected results:
>
> should enabled
Sorry for spam, but this my max good message about problem. Here is:
I have this bug. Situation:
We have button without attr disabled. Click this button start some routine and JS set attr disabled='disabled' to this button with jQuery 'button' plagin, which in Bootstrap 2. And after all routine finished, 'button' plugin reset this button and remove attr disabled. If we reload page before button reseted and attr disabled don't removed in firefox 19.0.2 that button will have attr disabled='', but behaviour like disabled='disabled' and any action not help: reload page, clean cash, etc...only new tab or reload firefox help.
In chrome/safari that good, i think that ffox cached this state, but clean cache in settings this not help.
Its situation rare, but possible, that should fixed. Thanks, with regards, Vadim.
Severity: normal → blocker
Component: DOM: Other → DOM: Core & HTML
Comment 4•12 years ago
|
||
Note that this behavior is purposeful. See bug 277724.
Updated•12 years ago
|
Severity: blocker → normal
Comment 6•10 years ago
|
||
Duplicate of bug 654072?
Comment 7•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•