Bug 58158 - REGRESSION(r83322): editing/pasteboard/paste-xml.xhtml seems to have regressed on non-Mac platforms
Summary: REGRESSION(r83322): editing/pasteboard/paste-xml.xhtml seems to have regresse...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 57743 58159
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-08 13:19 PDT by Ryosuke Niwa
Modified: 2012-05-25 00:02 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-04-08 13:19:50 PDT
After r83322 we split span in editing/pasteboard/paste-xml.xhtml on non-Mac platforms.
Comment 1 Ryosuke Niwa 2011-04-08 13:21:38 PDT
e.g.

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r83324%20(21264)/editing/pasteboard/paste-xml-diffs.txt
-        RenderInline {span} at (0,0) size 140x28
+        RenderInline {span} at (0,0) size 69x28
           RenderText {#text} at (14,14) size 69x28
             text run at (14,14) width 69: "foo bar"
-          RenderText {#text} at (83,14) size 31x28
-            text run at (83,14) width 31: "bar"
+        RenderText {#text} at (83,14) size 31x28
+          text run at (83,14) width 31: "bar"
+        RenderInline {span} at (0,0) size 40x28

It seems like we're incorrectly splitting a span with id attribute.
Comment 2 Ryosuke Niwa 2011-04-08 13:29:00 PDT
Committed r83336: <http://trac.webkit.org/changeset/83336>
Comment 3 WebKit Review Bot 2011-04-08 13:42:53 PDT
http://trac.webkit.org/changeset/83336 might have broken Chromium Win Release
Comment 4 Ryosuke Niwa 2012-05-25 00:02:01 PDT
It appears that this bug doesn't exist anymore.