[Webkit-unassigned] [Bug 36682] New: Select+all does not select all texts inside ruby

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 15:47:59 PDT 2010


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

           Summary: Select+all does not select all texts inside ruby
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: tony at chromium.org, rolandsteiner at chromium.org


Upon Command+A, WebKit does not render selection in content editable node
correctly when wrapped with a ruby element.

Reproduction step:
1. Go to http://www.mozilla.org/editor/midasdemo/, and input
"<ruby>漢<rt>kan</rt>字<rt>ji</rt></ruby>" in HTML mode
2. Go back to editing mode, and Command+A

Expected result:
"漢kan 字ji" are selected and highlighted.

Actual result:
Only "漢ji" is highlighted, however "漢kan 字ji" is selected (if I do Command+C,
get the entire text).

-- 
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