[Webkit-unassigned] [Bug 62041] New: The output of editing/pasteboard/paste-4039777-fix.html is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 12:43:44 PDT 2011


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

           Summary: The output of
                    editing/pasteboard/paste-4039777-fix.html is wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: jparent at google.com, ojan at chromium.org,
                    enrica at apple.com, sullivan at chromium.org
            Blocks: 34564


The output of editing/pasteboard/paste-4039777-fix.html contains expected result but this does not match the actual result on ToT. Namely the div pasted is a child of ul in the actual result as supposed to be a sibling.

Here's paste-4039777-fix-expected.txt (I stripped out whitespace):
Expected result:
| <ul>
|   style="text-align:right;"
|   <li>
|     "A"
| <div>
|   <ul>
|     <li>
|       <a>
|         href=""
|         "B"
|       <br>
|       "
            C 
        "

Actual result:
| <ul>
|   style="text-align:right;"
|   <li>
|     "A"
|   <div>
|     <ul>
|       <li>
|         <a>
|           href=""
|           "B"
|         " "
|         <br>
|         "C<#selection-caret>"
| <div>
|   <ul>

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