[Bug 36231] table headers get left aligned when you enable Justify paragraphs

2013-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #6 from Bartosz Dziewoński matma@gmail.com ---
Is it still happening in recent Firefox versions?

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

2013-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Jared Zimmerman (WMF) jared.zimmer...@wikimedia.org changed:

   What|Removed |Added

   Keywords|design  |
 CC||jared.zimmerman@wikimedia.o
   ||rg

--- Comment #8 from Jared Zimmerman (WMF) jared.zimmer...@wikimedia.org ---
technical fix only (browser compatiblity), removed design tag

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

2013-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Munaf Assaf mas...@wikimedia.org changed:

   What|Removed |Added

 CC||mas...@wikimedia.org

--- Comment #5 from Munaf Assaf mas...@wikimedia.org ---
Apologies if this sounds silly because it's a simple design change, but would
you mind posting before/after screenshots of the fix?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36231] table headers get left aligned when you enable Justify paragraphs

2013-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Rahul Maliakkal rahul14...@gmail.com changed:

   What|Removed |Added

 CC||rahul14...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |rahul14...@gmail.com
   |org |

--- Comment #4 from Rahul Maliakkal rahul14...@gmail.com ---
Gerrit Change #55517

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36231] table headers get left aligned when you enable Justify paragraphs

2012-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

--- Comment #3 from Fomafix foma...@googlemail.com 2012-09-13 19:30:47 UTC ---
With the additional definition th { text-align: center; } the alignment for
table header cells in tables with text-align on table rows doesn't work
anymore:

{|
|- style=text-align: right;
! Head 1 !! Head 2
|-
| Table body cell 1 || Table body cell 2
|}

Without th { text-align: center; } the two table head cells get right aligned.
With th { text-align: center; } the two table head cells get centered.


wikitable has already this behavior:

{| class=wikitable style=text-align: right;
|-
! Head
|-
|   1
|-
|  12
|-
| 123
|-
|1234
|-
|   12345
|-
|  123456
|-
| 1234567
|}

The table header cell is centered and the table body cells are right aligned.


When the definition

  th { text-align: center; }

in skins/common/commonElements.css gets added, the definition

  text-align: center;

for

  table.wikitable  tr  th,
  table.wikitable  *  tr  th

in skins/common/shared.css and in skins/common/commonPrint.css can be omitted.

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

2012-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Sumana Harihareswara suma...@wikimedia.org changed:

   What|Removed |Added

   Keywords||design, patch-need-review
 CC||suma...@wikimedia.org

--- Comment #1 from Sumana Harihareswara suma...@wikimedia.org 2012-08-17 
10:43:22 UTC ---
Thanks for the suggestion!  https://www.mediawiki.org/wiki/Git/Tutorial helps
you see how to submit that as a patch so our developers can easily review it
and, if accepted, merge it into our source control system.  Would you be
interested in doing that?

Also, does the problem still happen with current versions of Firefox 
MediaWiki?

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

2012-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

--- Comment #2 from Fomafix foma...@googlemail.com 2012-08-17 13:18:54 UTC ---
(In reply to comment #1)
 Also, does the problem still happen with current versions of Firefox 
 MediaWiki?

The problem still exists in Firefox 14.0.1 and in current version of MediaWiki.
See testcase.

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

2012-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36231

Fomafix foma...@googlemail.com changed:

   What|Removed |Added

   Keywords||patch

-- 
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 36231] table headers get left aligned when you enable Justify paragraphs

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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