Last modified: 2011-05-05 17:49:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T29605, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27605 - Script errors displayed in Internet Explorer 7
Script errors displayed in Internet Explorer 7
Status: RESOLVED INVALID
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Krinkle
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-21 11:18 UTC by Nadeesha
Modified: 2011-05-05 17:49 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nadeesha 2011-02-21 11:18:05 UTC
Script errors are getting displayed in the followings.

1. http://id.wikipedia.org/wiki/

2. http://mk.wikipedia.org/wiki/ (page edit)

3. http://en.wiktionary.org/wiki/da:Forside

4. http://en.wiktionary.org/wiki/it:Pagina_principale

5. http://en.wiktionary.org/wiki/nn:Hovudside

6. http://en.wiktionary.org/wiki/sv:Huvudsida (recent changes)

7. http://en.wiktionary.org/wiki/tl:Unang_Pahina

8. http://en.wiktionary.org/wiki/fa:%D8%B5%D9%81%D8%AD%D9%87%E2%80%8C%DB%8C_%D8%A7%D8%B5%D9%84%DB%8C (page edit)

9. http://en.wiktionary.org/wiki/ur:%D8%B5%D9%81%D8%AD%DB%81_%D8%A7%D9%88%D9%84

10. http://en.wiktionary.org/wiki/bn:%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A7%E0%A6%BE%E0%A6%A8_%E0%A6%AA%E0%A6%BE%E0%A6%A4%E0%A6%BE (page edit)

11. http://en.wiktionary.org/wiki/mr:%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A4%AA%E0%A5%83%E0%A4%B7%E0%A5%8D%E0%A4%A0

12. http://en.wiktionary.org/wiki/ko:%EC%9C%84%ED%82%A4%EB%82%B1%EB%A7%90%EC%82%AC%EC%A0%84:%EB%8C%80%EB%AC%B8 (page edit)

13. http://sk.wikiquote.org/w/index.php?title=Sk%C3%BAmanie&action=history 

14. http://en.wikiquote.org/wiki/id:Halaman_Utama

15. http://en.wikiquote.org/wiki/ro:Pagina_principal%C4%83

16. http://en.wikiquote.org/wiki/sk:Hlavn%C3%A1_str%C3%A1nka

17. http://en.wikiquote.org/wiki/bg:%D0%9D%D0%B0%D1%87%D0%B0%D0%BB%D0%BD%D0%B0_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0 (page edit)

18. http://en.wikiquote.org/wiki/ru:%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0

19. http://en.wikiquote.org/wiki/ka:%E1%83%9B%E1%83%97%E1%83%90%E1%83%95%E1%83%90%E1%83%A0%E1%83%98_%E1%83%92%E1%83%95%E1%83%94%E1%83%A0%E1%83%93%E1%83%98

20. http://en.wikiquote.org/wiki/fa:%D8%B5%D9%81%D8%AD%D9%87_%D8%A7%D8%B5%D9%84%DB%8C

21. http://en.wikipedia.org/wiki/als:Portal:Dial%C3%A4kt-Neuigkeite (recent changes)
Comment 1 Mark A. Hershberger 2011-02-22 02:10:32 UTC
not sure if this is a MW/RL problem or something particular to WMF wikis. Marking as a WMF problem for now.

Tested on id.wikipedia.org and got

"onloadFuncts.length is null or not an object" Using debug=true, I found it was from this area:

59 window.addOnloadHook = function( hookFunct ) {
60 // Allows add-on scripts to add onload functions
61 if( !doneOnloadHook ) {
62 onloadFuncts[onloadFuncts.length] = hookFunct;
63 } else {
64 hookFunct(); // bug in MSIE script loading
65 }
Comment 2 Krinkle 2011-03-08 21:58:00 UTC
Mostly broken javascript, deprecated functions and a few breakages due to the HTML structure/order that has changed in 1.17

Will move all of those wikis up in my Tour project [1]. I go through them by alphabet but I'll go through those first (I've done a few others like that as well).

Summarized my activity/checklist during the 1.17-edition of the Tour:
* Fix broken javascript that thows exceptions and warnings
* Update any calls to deprecated functionality with their successors to avoid breaking again when the deprecated functions are removed and to be future-proof
* Remove any redundant defintions, statements and declerations in CSS that are now in-core
* Validate with JSHint (atleast with non-strict options)
* Where applicable contact the local JS developer(s) and make further suggesions with what's posisble with the new modules [2] (modules that aren't successors but simply new)

--
Krinkle

[1] http://meta.wikimedia.org/wiki/User:Krinkle/1-17-allwikis#La_Tour_de_Wiki
[2] http://www.mediawiki.org/wiki/ResourceLoader/Default_modules
Comment 3 Krinkle 2011-03-09 00:54:53 UTC
Removing blocker for now. Cannot be fixed in core, but local javascript.
Comment 4 Krinkle 2011-05-05 17:49:28 UTC
Most of these have been tour[1]'ed in the mean time.

Although not all of the linked wikis above have been toured yet, regardless, this is still not a bug in the software (atleast not anything specific).

Marking INVALID.

[1] http://meta.wikimedia.org/wiki/User:Krinkle/Le_Tour_de_Wikí#1-17_allwikis

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links