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.
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).
Created attachment 125102 [details] Simple fix, no tests
Created attachment 125636 [details] patch for review
Comment on attachment 125636 [details] patch for review r=me
Comment on attachment 125636 [details] patch for review Clearing flags on attachment: 125636 Committed r107605: <http://trac.webkit.org/changeset/107605>
All reviewed patches have been landed. Closing bug.