https://bugzilla.wikimedia.org/show_bug.cgi?id=49935

--- Comment #24 from kipod <fur.hew...@gmail.com> ---
(In reply to comment #22)
> Change 71990 merged by jenkins-bot:
> jquery.i18n message store for ULS
> 
> https://gerrit.wikimedia.org/r/71990

maybe replying to a bot is plain stupid of me, but let me try:

the problem of freezing the browser is plainly and clearly related to calling
ajax with "async:false". 

it is also very clear why this type of problem will be intermittent: it depends
on the network and the server: if the network and server are both A-OK, the
user will hardly notice any problem. 

however, if the localized messages page does not arrive to the browser
promptly, "async:false" basically *tells* the browser to freeze.


since this patch does not remove the "async:false", it should not be expected
to solve the issue.


(as of now, it's line 481 in jquery.i18n.js on head version in git:
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FUniversalLanguageSelector/HEAD/lib%2Fjquery.i18n.js
)


peace.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to