Bug 57745 - space at the end of a textarea does not get inserted
Summary: space at the end of a textarea does not get inserted
Status: RESOLVED DUPLICATE of bug 59968
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://code.google.com/p/chromium/iss...
Keywords:
Depends on: 54598
Blocks: 57753
  Show dependency treegraph
 
Reported: 2011-04-04 00:54 PDT by Ojan Vafai
Modified: 2011-05-02 17:14 PDT (History)
6 users (show)

See Also:


Attachments
test case (433 bytes, text/html)
2011-04-04 00:54 PDT, Ojan Vafai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2011-04-04 00:54:27 PDT
See the test case. Saw this on http://code.google.com/, e.g., adding a comment to http://code.google.com/p/chromium/issues/detail?id=77720.
Comment 1 Ojan Vafai 2011-04-04 00:54:51 PDT
Created attachment 88039 [details]
test case
Comment 2 Ryosuke Niwa 2011-04-04 00:59:16 PDT
I'm almost certain this is a duplicate of some other bug but can't find it. ap might remember which. Anyway, this bug only reproduces if the text in the textarea perfectly aligns with the width of textarea.
Comment 3 Eric Seidel (no email) 2011-04-04 06:46:38 PDT
This was a regression.  We've had this for a month or more.
Comment 4 Eric Seidel (no email) 2011-04-04 06:47:11 PDT
I swear we have a duplicate of this somewhere.
Comment 5 Ryosuke Niwa 2011-04-04 07:08:13 PDT
I have a work-in-progress patch locally for the bug 54598 and it seems to fix this bug as well.  I'll probably fix the bug 54598 first and add a layout test in this bug.
Comment 6 Ryosuke Niwa 2011-05-02 15:53:53 PDT
Enrica's patch http://trac.webkit.org/changeset/85535 fixed this bug.
Comment 7 Ryosuke Niwa 2011-05-02 15:54:26 PDT

*** This bug has been marked as a duplicate of bug 59968 ***
Comment 8 Alexey Proskuryakov 2011-05-02 17:11:25 PDT
Should we land the test case?
Comment 9 Ryosuke Niwa 2011-05-02 17:14:05 PDT
(In reply to comment #8)
> Should we land the test case?

r85535 added a very similar test case.