Bug 47026 - Selecting a double space marks the rest of the line as selected too
Summary: Selecting a double space marks the rest of the line as selected too
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2010-10-01 16:13 PDT by Yair Yogev
Modified: 2013-01-28 12:19 PST (History)
9 users (show)

See Also:


Attachments
reduction (307 bytes, text/html)
2010-10-01 16:13 PDT, Yair Yogev
no flags Details
screenshot (14.07 KB, image/jpeg)
2010-10-01 16:14 PDT, Yair Yogev
no flags Details
demo (938 bytes, text/html)
2010-10-01 17:09 PDT, Ryosuke Niwa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yair Yogev 2010-10-01 16:13:02 PDT
Created attachment 69534 [details]
reduction

Open the attachment and follow the instructions.
You should be able to see the results as seen in the screenshot.

To reproduce reliably, try to drag from the center of the N letter to the left
You can also drag from the center of the g letter (right before that N) to the right but that selection has to be shorter.

originally posted in the chromium bug tracker as:
http://crbug.com/27889
Comment 1 Yair Yogev 2010-10-01 16:14:08 PDT
Created attachment 69535 [details]
screenshot
Comment 2 Ryosuke Niwa 2010-10-01 17:09:40 PDT
Created attachment 69544 [details]
demo

This bug seems to only reproduce on non-editable region.
Comment 3 Ryosuke Niwa 2010-10-01 17:12:50 PDT
Also note that the copied text is " " so it's clearly rendering issue (i.e. selection positions are correct).  Whoever writes a patch for this bug should ignore my comment in the demo to include dump-as-markup.js since this bug clearly requires pixel by pixel comparison of the rendered result.
Comment 4 Robert Hogan 2013-01-28 12:12:55 PST
I can't reproduce this using r139950.
Comment 5 Ryosuke Niwa 2013-01-28 12:19:16 PST
Same here.