Closed
Bug 300364
Opened 20 years ago
Closed 20 years ago
Disabled form elements are enabled/disabled differently on reload
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 277724
People
(Reporter: calle, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
647 bytes,
text/html
|
Details | |
3.29 KB,
patch
|
bzbarsky
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Form elements that have the disabled property set have different
disabled/enabled status if the document is reloaded.
Reloads as enabled:
Select
Textarea
Input type=button
Reloads as disabled:
Input type=text
Input type=radio
Input type=checkbox
Reproducible: Always
Steps to Reproduce:
1.Open attached file
2.Click the button labeled "toggle on/off"
3.Reload document
Actual Results:
The text-input, checkbox-input and radio-input are still disabled, the select,
textarea and button-input are enabled.
Expected Results:
Either all enabled or all disabled. IE enables all.
Comment 2•20 years ago
|
||
Not sure, but this may be caused by the fix for bug 218297.
Updated•20 years ago
|
Assignee: nobody → general
Component: General → DOM: HTML
Keywords: testcase
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.0 Branch
Comment 3•20 years ago
|
||
confirmed with linux seamonkey trunk 2005071102
testcase regressed between 1.6a and 1.6b, which is consistent with bug 218297
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Version: 1.0 Branch → Trunk
![]() |
||
Comment 5•20 years ago
|
||
Comment on attachment 189561 [details] [diff] [review]
patch
The real bug (which is on file, I believe) is that <select> and <textarea>
don't persist their disabled state unlike <input>.... They should.
Attachment #189561 -
Flags: review?(bzbarsky) → review-
Comment 6•20 years ago
|
||
Ok, then this is a duplicate of bug 277724.
*** This bug has been marked as a duplicate of 277724 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•