[Webkit-unassigned] [Bug 34893] [Qt] Copying markup using QWebAction::Copy has problems with <img> tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 04:11:45 PDT 2010


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


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|QtWebKit: HTML copying is   |[Qt] Copying markup using
                   |incompatible with MS Word   |QWebAction::Copy has
                   |wrt images                  |problems with <img> tags
             Status|UNCONFIRMED                 |NEW
           Severity|Normal                      |Minor
           Priority|P2                          |P4
          Component|WebKit Qt                   |Platform
         AssignedTo|webkit-unassigned at lists.web |webkit-qt-unassigned at trollt
                   |kit.org                     |ech.com
     Ever Confirmed|0                           |1




--- Comment #2 from Tor Arne Vestbø <vestbo at webkit.org>  2010-03-16 04:11:45 PST ---
If Microsoft Word does not support data: urls that's a bug/missing feature in
their software.

That said, it does not look like we're using data-urls to embed images. The
markup is copied verbatim and wrapped in document like reporter suggested.

But one thing I noticed was that both Chromium and Safari sets the SourceURL
for the HTML clipboard part, which we don't. That will cause relative URLs to
be broken unless there's some other way we pass that.

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