Info
- 9 posts
- 3 voices
- Started 2 years ago by Jason Giedymin
- Latest reply from Jason Giedymin
- This topic is not resolved
Chrome/Safari (WebKit Javascript/Ajax) Issues
-
- Posted 2 years ago #
On both Chrome and Safari (latest stable on both, and up-to trunk on Chrome) these do not work for me:
- Adding/Removing from favorites ajax script within a viewed topic: Clicking on the span wrapped anchor shows animation but state unchanged.
- keymaster removal of posts: input box and animation plays, upon refreshing page (Manual F5) posts re-appear.These situations do not occur with FireFox or I.E.
I've also replaced jQuery 1.2.6 with jQuery 1.3.2 (without errors, and requires a few php changes to the script loader) but this does not work. I had thought maybe there were fixes to 1.3.2 ajax code.
Still not discounting my own server config, and I haven't fully debugged the javascript yet. I have jQuery debug up and running, just going to be a while.
Stack is: WPMU 2.8.1 >> BBPress 1.0.1
Anyone have similar issues?
-
- Posted 2 years ago #
Also, if i right-click the link and past it into the address bar; everything works.
Just the ajax calls aren't.
-
- Posted 2 years ago #
Fails: Opera, Chrome, Safari
Pass: I.E., FF2, Safari iPhone OS 2.x -
- Posted 2 years ago #
This only occurs during ssl, with these defines active:
define('BB_FORCE_SSL_USER_FORMS', true);
define('BB_FORCE_SSL_ADMIN', true);HTTP works just fine.
The Javascript error is a XHR security violation (usually with mismatched domains). Still debugging...
-
- Posted 2 years ago #
Have you posted this in Trac? > http://trac.bbpress.org/
-
- Posted 2 years ago #
Just FYI, in Chrome, here, I don't have any of these problems, so maybe it is related only to SSL.
-
- Posted 2 years ago #
I will try to post a trac.
It surely is a ssl issue.
Work around is to disable Ajax by extracting either the class via jquery (core mod not necessary) or modding the php core.
(so as to not rely on ajax, falling back on hrefs) -
- Posted 2 years ago #
Trac Posted: http://trac.bbpress.org/ticket/1159#preview
I'll try to update it when I have time.
Btw, I had the trac ticket entry properly formated but alas It was raw text formatting which got stripped upon posting by the server. Sorry :-(
-
- Posted 2 years ago #
I'll leave this topic 'unresolved' for now.
Work around is posted above.
-
You must log in to post.