[Webkit-unassigned] [Bug 61110] New: TextIterator on Details&summary iterates characters in incorrect visual order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 23:58:41 PDT 2011


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

           Summary: TextIterator on Details&summary iterates characters in
                    incorrect visual order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: data:text/html,aaa <details open>bbb
                    <summary>ccc</summary> ddd</details> eee
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: dglazkov at chromium.org, morrita at google.com


1. Load data:text/html,aaa <details open>bbb <summary>ccc</summary> ddd</details> eee
2. Select all text (⌘-A / Ctrl-A)
3. Copy (⌘-C / Ctrl-C)
4. Paste on a plain text box

Expected:
 The pasted text should be "aaa ccc bbb ddd eee" because it's the visual order.

Actual result:
 The pated test is "aaa bbb ccc ddd eee".

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