[Bug 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|triage  |

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

 CC||tpars...@wikimedia.org

--- Comment #5 from Trevor Parscal tpars...@wikimedia.org 2011-04-19 22:33:43 
UTC ---
(In reply to comment #4)
 although the fix in Comment 3 breaks it in IE6 :(

We can use a CSS hack to hide it from IE6

/* OVERRIDDEN IN IE6 */
#p-personal {
margin-left: 10em;
}
/* APPLIED IN IE6 ONLY */
* html #p-personal {
margin-left: 0;
padding-left: 10em;
}

This hack in particular exploits IE 6 and below considering the window to be a
parent of HTML, whereas everyone else knows that's just silly and ignores the
rule.

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Ryan Kaldari rkald...@wikimedia.org 2011-04-20 01:43:22 
UTC ---
Looks like moving the padding from #p-personal to the ul inside #p-personal
fixes it (without any hacks even!). Fixed in r86450.

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org
 AssignedTo|tpars...@wikimedia.org  |rkald...@wikimedia.org

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

--- Comment #2 from Ryan Kaldari rkald...@wikimedia.org 2011-04-19 01:17:24 
UTC ---
Strangely if you remove dir=rtl from the html tag or change it to ltr it
fixes this problem, and the rest of the page still looks the same (right to
left). Might be a bug with IE9's rtl handling.

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org 2011-04-19 01:49:36 
UTC ---
Also, changing...
#p-personal { padding-left: 10em; }
...to...
#p-personal { margin-left: 10em; }
seems to fix the problem with no adverse effects.

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

--- Comment #4 from Ryan Kaldari rkald...@wikimedia.org 2011-04-19 02:19:32 
UTC ---
although the fix in Comment 3 breaks it in IE6 :(

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||triage
 CC||m...@everybody.org

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-06 
11:45:36 UTC ---
Created attachment 8380
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8380
a screenshot showing wrong rendering of p-personal links in IE9

Attached a screenshot from http://he.wikipedia.org/wiki/File:Ie9-whbwiki.png .

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