[Webkit-unassigned] [Bug 92818] REGRESSION: WebKit does not render selection in non-first ruby text nodes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 12:29:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92818





--- Comment #9 from Julien Chaffraix <jchaffraix at webkit.org>  2012-08-22 12:29:01 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > > Driveby comment: To cater for the RubyRun case you're opening up isSelectionRoot() to all inline blocks and tables. This might be fine, but I think you need more tests to show that's the case.
> > 
> > Thanks for the comment. Since isSelectionRoot() has already returned true for all non-anonymous inline-block objects, I just opened it up for anonymous inline-block objects as well. Do we have anonymous inline-blocks objects (or anonymous inline tables) in WebKit other than RubyRun?
> 
> Seems like this could happen with Tables. Julien can probably tell you.

We can't have anonymous inline tables at this time as we haven't implemented this (see bug 15365, the bottom line is that it's non-trivial). Beware that it is expected and something we will want to fix someday though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list