[Webkit-unassigned] [Bug 58973] New: Problem evaluating javascript function {document.cookie = 'name=value' } when a space ' ' character is present in the value string.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 02:30:23 PDT 2011


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

           Summary: Problem evaluating javascript function
                    {document.cookie = 'name=value' } when a space ' '
                    character is present in the value string.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kiran_raikar at persistent.co.in


This problem is reproducible in all Nokia Symbian Phones (we tested on N97 and N8) with Qt 4.6.3 to Qt 4.7.3 which contains the corresponding versions of QtWebkit. This can also be reproduced easily on Symbian S60 emulator.

Assume a Javascript call
m_webview->page()->mainFrame()->evaluateJavaScript ("document.cookie = 'favoriteTeams = ABC '");  //Working perfectly.

m_webview->page()->mainFrame()->evaluateJavaScript ("document.cookie = 'favoriteTeams = A B C '");//Not working due to spaces.In this case only the first character/string is getting saved in cookie and the strings after the space ' ' is ignored.

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