[Webkit-unassigned] [Bug 30622] New: Default media type failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 04:51:34 PDT 2009


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

           Summary: Default media type failure.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antialize at gmail.com
                CC: faw217 at gmail.com


As noted in https://bugs.webkit.org/show_bug.cgi?id=30311, my original patch
introduced an error. However the patch in 30311, while accepted is still
produces faulty behaviour..

Basicly changing the global default encoding, has no effect unless the local
encoding is set to "", (it defaults to latin1).

I think a better solution would be to either only use the default value in the
global option. Or to substitute the empty string by latin1 in
QWebSettings::apply. 
The first is not easy to implement the latter will break the first test, also
implemented by the 30311 patch.  I think the second solution would be more in
line with other QWebSettings settings, where the default empty settings
signifies using a lower level webkit default?

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