[Bug 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=70932

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Tisza Gergő gti...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Tisza Gergő gti...@wikimedia.org ---
Should be fixed in https://gerrit.wikimedia.org/r/159265 . The fix will be
deployed to wikipedias tomorrow.

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=70744

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159265 merged by jenkins-bot:
Feature detection for MV load: add SVG, remove Object.create

https://gerrit.wikimedia.org/r/159265

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
So summarize, yes, the OOjs polyfill is active on our pages, thus launching the
MediaViewer, which for some reason doesn't use .on for setting the event.

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #5 from Michael M. listenle...@gmail.com ---
OOjs-UI has some addEventListener calls (and removeEventListener), so it's
probably one of these.

Short term solution: Temporarily revert
https://gerrit.wikimedia.org/r/#/c/150086/ to explicitly blacklist IE8 again.
Long term solution: Replace the remaining addEventListener calls in oojs-ui
with $.on(), and hope that it works acceptably in IE8, too.

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Gilles Dubuc gdu...@wikimedia.org changed:

   What|Removed |Added

 CC||gdu...@wikimedia.org

--- Comment #6 from Gilles Dubuc gdu...@wikimedia.org ---
Fixing the addEventListener (which I'm about to do) is far from sufficient for
MV to work in IE8. Right off the bat, MV uses SVG icons, and IE8 can't display
them without a plugin. Then I'm not sure that OOUI fully supports IE8 yet,
which MV needs for use this file.

IMHO the easiest thing to do is to go back to the status quo before our feature
check got polyfilled without us realizing: find another feature check (SVG
support, if that's event possible?) that will make IE8 not run MV.

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159263 had a related patch set uploaded by Gilles:
Replace addEventListener call with jQuery's .on()

https://gerrit.wikimedia.org/r/159263

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159265 had a related patch set uploaded by Gilles:
Run only when SVG support is available

https://gerrit.wikimedia.org/r/159265

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159263 merged by jenkins-bot:
Replace addEventListener call with jQuery's .on()

https://gerrit.wikimedia.org/r/159263

-- 
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 70553] MV broken in Internet Explorer 8 on WMF sites

2014-09-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70553

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Summary|MV broken in Internet   |MV broken in Internet
   |Explorer 8  |Explorer 8 on WMF sites

-- 
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