Bug 117113
Summary: | Textareas are blanked when submitting a form | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nick Heer <nick> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kling, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://nickheer.com/webkit-form/ |
Nick Heer
In r151071, when submitting a form containing one or more textareas, the textareas will be blanked upon submitting the form.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nick Heer
Demo form: http://nickheer.com/webkit-form/
Note that it will error out because the Comments area is required, but is not submitted. Of course, updating or commenting here will require a rollback because this is also a textarea.
Tim Horton
(In reply to comment #1)
> Demo form: http://nickheer.com/webkit-form/
>
> Note that it will error out because the Comments area is required, but is not submitted. Of course, updating or commenting here will require a rollback because this is also a textarea.
Woah, you're right.
Tim Horton
Does not reproduce on ToT.
Tim Horton
I expect this is fixed by http://trac.webkit.org/changeset/151072. You just got exceptionally unlucky.
Tim Horton
Please confirm that that is the case.
Nick Heer
(In reply to comment #5)
> Please confirm that that is the case.
Stupid question: how do I update to this particular version?
Tim Horton
(In reply to comment #6)
> (In reply to comment #5)
> > Please confirm that that is the case.
>
> Stupid question: how do I update to this particular version?
Oh, are you using nightlies? They just built at a bad time. Wait until there's another one (tomorrow?).
Nick Heer
(In reply to comment #7)
> (In reply to comment #6)
> > (In reply to comment #5)
> > > Please confirm that that is the case.
> >
> > Stupid question: how do I update to this particular version?
>
> Oh, are you using nightlies? They just built at a bad time. Wait until there's another one (tomorrow?).
Yeah, nightlies. Thanks for the quick reply.