[Webkit-unassigned] [Bug 58778] [Qt] Page not loading properly which has an asynchronous Ajax call during load.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 05:21:32 PDT 2011


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





--- Comment #4 from Kiran Raikar <kiran_raikar at persistent.co.in>  2011-04-21 05:21:32 PST ---
(In reply to comment #3)
> Symbian^3 QtWebkit is 2.1 and for N97 it is 2.0, thats why it is different behaviour.
> I think your issue is related to same origin policy and it's implementation in QtWebkit 2.0 in Symbian. See http://doc.qt.nokia.com/latest/qwebsecurityorigin.html
> 
> Sanity check: did you build your application separately for 5.0 and S^3 ?

We built our application separately for 5.0 and S^3.

We tried to set the Attributes of the QWebsettings as follows:

m_webview->settings()->setAttribute(QWebSettings::LocalContentCanAccessFileUrls,true);
m_webview->settings()->setAttribute(QWebSettings::LocalContentCanAccessRemoteUrls,true); 

as described in "http://doc.qt.nokia.com/latest/qwebsecurityorigin.html".

where m_webview is a pointer pointing to object of type QWebView. But we experienced the same problem. 

I think qwebsecurityorigin is required for cross domain scripting and it had no relevance to our problem.

Is the same origin policy implemented in QtWebkit 2.0 and not in QtWebkit 2.1?? as in S^3 it is working fine which uses QtWebkit 2.1.

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