[Webkit-unassigned] [Bug 30267] editing\pasteboard\paste-xml.xhtml should not be skipped for windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 19:21:46 PDT 2009


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





--- Comment #3 from Victor Wang <victorw at chromium.org>  2009-10-09 19:21:46 PDT ---
Thanks Darin for your clarification. I attached the text diff between mac and
win.

Basically, there are three differences, which I think all are expected:
1. Event message: Mac calls shouldInsertText while win calls shouldInsertNode
2. shouldChangeSelectedDOMRange
    mac: range from 7 of #text ...
    win: range from 4 of #text ...
3. text run outputs

Diff 1 is because of the work around.
Diff 2 & 3 is because of the workaround and the patch for simple text paste: 
http://trac.webkit.org/changeset/42549

The actual visual results "foo barbar baz" on both win and mac are correct. 
Since the
workaround is still needed for tiger, we probably have to keep different
baselines for mac and win. I can fix the win skipped list and baseline once you
confirm its result looks ok.

Thanks,
Victor

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