Bug 34174 - Double click on text selects text from two <div> elements
Summary: Double click on text selects text from two <div> elements
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 11:20 PST by Morten Norby Larsen
Modified: 2010-01-26 11:21 PST (History)
0 users

See Also:


Attachments
Small test case (282 bytes, text/html)
2010-01-26 11:21 PST, Morten Norby Larsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Norby Larsen 2010-01-26 11:20:42 PST
Text in two <div> elements positioned next to each other and coded without whitespace will be selected as one text on double click.

To reproduce:

1 - Open the file attached
2 - Double click on the text that says "Double_click_here"

Result: The whole line is selected, including the text "This_will_be_selected_too"

Expected result: Only "Double_click_here" should be selected.

Firefox 3.6 works as expected.
Comment 1 Morten Norby Larsen 2010-01-26 11:21:50 PST
Created attachment 47425 [details]
Small test case