Bug 117113 - Textareas are blanked when submitting a form
Summary: Textareas are blanked when submitting a form
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://nickheer.com/webkit-form/
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 17:07 PDT by Nick Heer
Modified: 2013-06-01 17:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Heer 2013-06-01 17:07:00 PDT
In r151071, when submitting a form containing one or more textareas, the textareas will be blanked upon submitting the form.
Comment 1 Nick Heer 2013-06-01 17:22:51 PDT
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.
Comment 2 Tim Horton 2013-06-01 17:38:57 PDT
(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.
Comment 3 Tim Horton 2013-06-01 17:39:56 PDT
Does not reproduce on ToT.
Comment 4 Tim Horton 2013-06-01 17:40:35 PDT
I expect this is fixed by http://trac.webkit.org/changeset/151072. You just got exceptionally unlucky.
Comment 5 Tim Horton 2013-06-01 17:40:50 PDT
Please confirm that that is the case.
Comment 6 Nick Heer 2013-06-01 17:42:36 PDT
(In reply to comment #5)
> Please confirm that that is the case.

Stupid question: how do I update to this particular version?
Comment 7 Tim Horton 2013-06-01 17:44:47 PDT
(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?).
Comment 8 Nick Heer 2013-06-01 17:45:22 PDT
(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.