[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Krinkle krinklem...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Krinkle krinklem...@gmail.com changed: What|Removed |Added Keywords|patch | CC|

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #18 from Michael Dale d...@ucsc.edu 2011-05-17 21:41:55 UTC --- Yes this should be fixed now, the test case looks good. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #16 from Michael Dale d...@ucsc.edu 2011-05-13 15:25:03 UTC --- the globalEval issues discussed in this thread were resolved with a something similar to the patch in this head of this bug applied in r87986 -- Configure bugmail:

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Michael Dale d...@ucsc.edu changed: What|Removed |Added Blocks|27699 | -- Configure bugmail:

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|High|Low ---

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Blocks|26676 | --- Comment

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #12 from Trevor Parscal tpars...@wikimedia.org 2011-03-22 15:13:04 UTC --- Sounds clever. We need to get together to make this happen. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #11 from Michael Dale d...@ucsc.edu 2011-03-21 18:03:04 UTC --- Trevor, I had an idea for improved debug mode post dom ready without timeout hacks waiting for parsing and without synchronous XHR eval script execution. We should

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Blocks||28151 --

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Siebrand s.mazel...@xs4all.nl changed: What|Removed |Added Priority|Normal |High

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #10 from Michael Dale d...@ucsc.edu 2011-03-11 20:13:42 UTC --- So this has partially be solved in trunk by the use of $('body').append( script ); call which issues a synchronous / blocking xhr request and evals the result. Causing

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #9 from Michael Dale d...@ucsc.edu 2011-02-25 15:40:16 UTC --- Lupo your right. Older versions of IE need onreadystatechange furthermore IE sometimes fire the onreadystatechange event before the script has been fully parsed. So you

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Michael Dale d...@ucsc.edu changed: What|Removed |Added Blocks||27699 -- Configure

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Lupo lupo.bugzi...@gmail.com changed: What|Removed |Added CC||lupo.bugzi...@gmail.com

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #7 from Michael Dale d...@ucsc.edu 2011-02-24 05:37:53 UTC --- I have sent Trevor some more info about the bug, how to recreate it etc. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added CC|

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Derk-Jan Hartman hart...@videolan.org changed: What|Removed |Added CC|

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #5 from Michael Dale d...@ucsc.edu 2011-02-06 19:24:10 UTC --- Setting loader.using to be only pre-dom ready would be bad. The mediaWiki code documentation that says the callback should be issued once the modules are 'ready' and the

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added Blocks|26611 |26676 -- Configure

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added CC||ro...@wikimedia.org

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added Blocks||26611

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Michael Dale d...@ucsc.edu changed: What|Removed |Added Blocks||25962 -- Configure

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 Michael Dale d...@ucsc.edu changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023 --- Comment #1 from Michael Dale d...@ucsc.edu 2011-01-29 00:16:07 UTC --- Created attachment 8062 -- https://bugzilla.wikimedia.org/attachment.cgi?id=8062 mediawiki pre-patch for loading issue fixes function shadow of 'ready' variable,