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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 18:18:56 PDT 2012


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

           Summary: WebKit does not render selection in non-first ruby
                    text nodes.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sukolsak at google.com


Created an attachment (id=155696)
 --> (https://bugs.webkit.org/attachment.cgi?id=155696&action=review)
test case

Reproduction steps:
1. Create a page with the following contents:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
a<ruby>一<rt>1</rt>二<rt>2</rt>三<rt>3</rt></ruby>b
</body>
</html>

2. Press Cmd+A (or Ctrl+A on Windows/Linux) to select all

Expected result:
"a 一1 二2 三3 b" is highlighted

Actual result:
Only "a 一1 二 三 b" is highlighted

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