Bug 76456

Summary: [CSS Regions] Inconsistent text selection behavior in regions
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: CSSAssignee: Mihnea Ovidenie <mihnea>
Status: RESOLVED FIXED    
Severity: Normal CC: achicu, mihnea, ojan, rcaliman, rhudea, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
test case
none
Simple fix, no tests
none
patch for review none

Description Razvan Caliman 2012-01-17 07:52:47 PST
Created attachment 122769 [details]
test case

As a user, I want to be able to select all the text from the second region from a region chain. 

Text selection behavior is inconsistent when trying to select text from the second region of a region chain.
Sometimes I cannot select any text at all. Other times parts of the text from the first region are mistakenly included in the selection.
Comment 1 Tony Chang 2012-01-17 11:42:21 PST
Yup, see https://lists.webkit.org/pipermail/webkit-dev/2012-January/019029.html .  This problem isn't specific to regions.

That said, repaint appears to be broken.  If I select from both columns, then click elsewhere to remove the selection, the second column still appears selected (although it's not).
Comment 2 Alexandru Chiculita 2012-02-02 02:18:21 PST
Created attachment 125102 [details]
Simple fix, no tests
Comment 3 Raul Hudea 2012-02-06 06:51:39 PST
Created attachment 125636 [details]
patch for review
Comment 4 Dave Hyatt 2012-02-13 12:45:03 PST
Comment on attachment 125636 [details]
patch for review

r=me
Comment 5 WebKit Review Bot 2012-02-13 14:02:44 PST
Comment on attachment 125636 [details]
patch for review

Clearing flags on attachment: 125636

Committed r107605: <http://trac.webkit.org/changeset/107605>
Comment 6 WebKit Review Bot 2012-02-13 14:02:49 PST
All reviewed patches have been landed.  Closing bug.