[Webkit-unassigned] [Bug 34883] New: Forward slash is converted to backslash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 01:32:44 PST 2010


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

           Summary: Forward slash is converted to backslash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


When using QWebView to display reports and customizing the HREF value of the
<A> tag to have a backslash within it, then QWebView is converting it to a
forward slash. 

For example an A tag such as:
<a href="abcd\efghi">my link</a>

Gets interpreted by QWebView as:
<a href="abcd/efghi">my link</a> 

This can be reproduced by saving the link above in an html file and opening
that html file in the browser demo located under yourQtVersion/demos.

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