[webkit-reviews] review requested: [Bug 10123] when CSS pseudo selectors are applied (:before and :after) the *-of-line keyboard navigation does not work : [Attachment 110665] Update on patch 109760

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 04:23:58 PDT 2011


Rosen Dash <rosen.dash at motorola.com> has asked	for review:
Bug 10123: when CSS pseudo selectors are applied (:before and :after) the
*-of-line keyboard navigation does not work
https://bugs.webkit.org/show_bug.cgi?id=10123

Attachment 110665: Update on patch 109760
https://bugs.webkit.org/attachment.cgi?id=110665&action=review

------- Additional Comments from Rosen Dash <rosen.dash at motorola.com>
I tried to solve the navigation issue in a generic way.
In case of CSS pseudo elements render node is getting created but there is no
corresponding DOM node for that. So We can't create a Postion for that.

I tried to add a test for the hang scenario.


More information about the webkit-reviews mailing list