Bug 57745

Summary: space at the end of a textarea does not get inserted
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, eric, jparent, kalman, leviw, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://code.google.com/p/chromium/issues/detail?id=77720
Bug Depends on: 54598    
Bug Blocks: 57753    
Attachments:
Description Flags
test case none

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.