[Bug 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-05-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

Aryeh Gregor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||simetrical+wikib...@gmail.c
   ||om
 Resolution||FIXED

--- Comment #12 from Aryeh Gregor  2010-05-02 
02:01:28 UTC ---
This looks like some braindead software added garbage to the UA string. 
Thankfully, as of IE9 this is no longer allowed:

 I've followed the technique suggested at
 and just retrieved the
first "MSIE ([0-9]{1,}[\.0-9]{0,})" match.  Should be fixed on trunk in r65774,
on REL1_16 in r65775.  I sort of tested it, by hacking wikibits.js to fake
various clientPC strings.

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

--- Comment #11 from Derk-Jan Hartman  2010-04-26 
19:21:50 CEST ---
Thats what I meant... sorry

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

--- Comment #10 from Platonides  2010-04-26 17:19:07 UTC 
---
(In reply to comment #9)
> IEFixes.js is loaded by wikibits.js under this condition:
> 
> var clientPC = navigator.userAgent.toLowerCase();
> var ie6_bugs = /msie [4-6]/.test( clientPC );
> 
> This fails against the above listed useragent obviously.
It doesn't. It contains "MSIE 6.0".

So it is more likely that it fails because it is loaded than because it is not.

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||tpars...@wikimedia.org
  Component|User interface  |Javascript
 AssignedTo|wikibug...@lists.wikimedia. |d...@ucsc.edu
   |org |
   Severity|normal  |major

--- Comment #9 from Derk-Jan Hartman  2010-04-26 02:53:06 
CEST ---
IEFixes.js is loaded by wikibits.js under this condition:

var clientPC = navigator.userAgent.toLowerCase();
var ie6_bugs = /msie [4-6]/.test( clientPC );

This fails against the above listed useragent obviously. (For more MSIE
useragents see http://www.zytrax.com/tech/web/msie-history.html ). From another
website "InfoPath appears in the User Agent string because the user has the
Microsoft Office InfoPath rich client application installed on his/her
machine."

On MediaWiki:Common.js, for this reason we use (navigator.appVersion.substr(22,
1) == "6"), but that won't work for MSIE 4-5 of course. Other ideas ?

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #8 from Derk-Jan Hartman  2010-04-25 21:54:56 
CEST ---
>From VP/T

The Wikipedia logo is misplaced on my Wikipedia pages (IE 8). It is not aligned
with the navigation links column and therefore obscures the text on each page.
There is a "Done, but with errors on page" warning in the lower left-hand
corner that states as follows:

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)
Timestamp: Sun, 25 Apr 2010 00:42:17 UTC
Message: Not implemented Line: 53 Char: 5 Code: 0 URI:
http://bits.wikimedia.org/skins-1.5/common/IEFixes.js

This corresponds to a setExpression that is used to for the MSIE 5.5 only
fixalpha().
I think this is only possible if IE8 is in quirksmode or something.

isMSIE55 = ( window.showModalDialog && window.clipboardData &&
window.createPopup );

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

--- Comment #7 from raole...@hotmail.com 2010-04-17 15:21:22 UTC ---
Thanks! Just tried it and it works.

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

--- Comment #6 from Platonides  2010-04-17 14:26:10 UTC 
---
Per [[Ticket:2010041710015711]] seems that disabling IE 7 compatibility mode
fixes the issue.

-- 
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 23171] Wiki image in top left corner misplaced in Internet Explorer

2010-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

MZMcBride  changed:

   What|Removed |Added

Summary|Wiki image in top left  |Wiki image in top left
   |corner  |corner misplaced in
   ||Internet Explorer

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