Closed
Bug 59723
Opened 24 years ago
Closed 24 years ago
TEXTAREA with display:none does not submit
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: keith.lesch, Assigned: rods)
Details
Attachments
(2 files)
Possibly related to bug 58616.
Attachment testcase is coming. Click the "Hide textarea" button to hide it,
then submit. It submits to itself, doing a GET, so the textarea's value should
be displayed on the querystring. The problem is that if it is hidden, it does
not get submitted.
I have looked in the HTML and DOM standards for anything saying whether this
should be submitted or not, and cannot find anything relating the two.
Personally I believe if the textarea is not "disabled" then it should be
submitted.
My specific situation, FYI, if anyone cares :-), is that I have implemented a
tabbed deck that hides all textareas except the one you are editing (the tab you
have clicked). Neither of these bugs are helping my situation! :-)
Another question: if bugs like these are fixed, will they also be included in
the Netscape 6.0 release? I read the page that talked about how they'll split
and including trunk fixes, but it was awful confusing! Thanks for any help...
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
The first testcase hides the containing DIV...I will attach another that hides
the textarea directly. Same difference.
Reporter | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
This is a duplicate.
The chances of this making RTM, given that there is no existing fix yet are zero.
*** This bug has been marked as a duplicate of 57269 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•