[Webkit-unassigned] [Bug 60620] New: REGRESSION: On Windows, tables from Excel are pasted as plain text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 05:05:28 PDT 2011


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

           Summary: REGRESSION: On Windows, tables from Excel are pasted
                    as plain text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs, NeedsRadar
          Severity: Major
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: aroben at apple.com, enrica at apple.com


On WebKit TOT, copying & pasting table cells from Microsoft Excel result in table cells being pasted as plain text.  This is due to the fact we're stripping tr, td, and other table cell elements when we're parsing the following HTML fragment (no table element):

 <col width=64 span=2 style='width:48pt'>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl65 width=64 style='height:15.0pt;width:48pt'>hello</span></td>
  <td class=xl65 width=64 style='border-left:none;width:48pt'>world</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl65 style='height:15.0pt;border-top:none'>webkit</td>
  <td class=xl65 style='border-top:none;border-left:none'> </td>
 </tr>

http://crbug.com/19360

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