[Bug 27605] Script errors displayed in Internet Explorer 7

2011-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #4 from 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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Mark A. Hershberger  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |org |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Krinkle  changed:

   What|Removed |Added

  Component|General/Unknown |General/Unknown
   Platform|PC  |All
Version|1.17|unspecified
 AssignedTo|krinklem...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki   |Wikimedia
 OS/Version|Windows XP  |All

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Krinkle  changed:

   What|Removed |Added

 Blocks|27339   |

--- Comment #3 from Krinkle  2011-03-09 00:54:53 UTC ---
Removing blocker for now. Cannot be fixed in core, but local javascript.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
 AssignedTo|roan.katt...@gmail.com  |krinklem...@gmail.com

--- Comment #2 from 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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Mark A. Hershberger  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com
   |org |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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


[Bug 27605] Script errors displayed in Internet Explorer 7

2011-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27605

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||27339

--- Comment #1 from 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 }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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