[Bug 49965] Superscripts and subscripts change line height

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||63549

-- 
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 49965] Superscripts and subscripts change line height

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

--- Comment #25 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 123677 merged by TheDJ:
shared.css: Move sup, sub styling from commonElements to shared styles

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

-- 
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 49965] Superscripts and subscripts change line height

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |1.23.0 release

--- Comment #26 from Bartosz Dziewoński matma@gmail.com ---
I'm going to tentatively close this bug.

If anybody still feels this can be done better, feel free to submit patches
– but with *lots* of before-and-after screenshots, especially on problematic
browsers. :)

-- 
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 49965] Superscripts and subscripts change line height

2014-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #23 from Bartosz Dziewoński matma@gmail.com ---
(In reply to Eduard Braun from comment #21)
 As it seems where not really able to fix this issue only by adjusting the
 line-height of the subs/sups since especially Firefox uses different
 positioning:
 
 snip

Honestly I think that what we have right now is the best solution to this; the
real line height with sub/superscripts is only different from real line height
of regular lines when it's necessary to prevent overlaps.


(In reply to entlinkt from comment #22)
 This rule should be moved further from commonElements.css to shared.css so
 that *all* skins will get the fix (commonElements.css is not loaded in
 Modern and CologneBlue).

Ugh, right, it looks like this should have been done this way.

-- 
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 49965] Superscripts and subscripts change line height

2014-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #24 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 123677 had a related patch set uploaded by Bartosz Dziewoński:
shared.css: Move sup, sub styling from commonElements to shared styles

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

-- 
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 49965] Superscripts and subscripts change line height

2014-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

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 49965] Superscripts and subscripts change line height

2014-03-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

entli...@gmx-topmail.de changed:

   What|Removed |Added

 CC||entli...@gmx-topmail.de

--- Comment #22 from entli...@gmx-topmail.de ---
(In reply to Gerrit Notification Bot from comment #20)
 Change 121953 merged by TheDJ:
 commonElements: Move sup, sub styling from Vector's CSS to common styles
 
 https://gerrit.wikimedia.org/r/121953

This rule should be moved further from commonElements.css to shared.css so that
*all* skins will get the fix (commonElements.css is not loaded in Modern and
CologneBlue).

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #15 from Bartosz Dziewoński matma@gmail.com ---
I expanded the test case part about Possible issue with overlapping
sub/superscripts on following lines.

The difference between line-height:0, line-height:1 and line-height:1em is
unnoticeable for me on Opera 21 and IE 11 on Windows 7, and very minor on Opera
12 (where the line-height is for some reason larger to prevent the overlap in
the special case). (I'll upload screenshots in a second.)

Given the above, and given that line-height:0 apparently causes some problems
on old IE
(https://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_4#Space_between_paragraphs_please_.28References.29),
I suggest keeping line-height:1 and closing this bug. Thoughts?

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #16 from Bartosz Dziewoński matma@gmail.com ---
Created attachment 14972
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14972action=edit
Opera 21 Next on Windows 7

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #17 from Bartosz Dziewoński matma@gmail.com ---
Created attachment 14973
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14973action=edit
IE 11 on Windows 7

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #18 from Bartosz Dziewoński matma@gmail.com ---
Created attachment 14974
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14974action=edit
Opera 12 on Windows 7

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #19 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121953 had a related patch set uploaded by Bartosz Dziewoński:
commonElements: Move sup, sub styling from Vector's CSS to common styles

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #20 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121953 merged by TheDJ:
commonElements: Move sup, sub styling from Vector's CSS to common styles

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #21 from Eduard Braun eduard.bra...@gmx.de ---
As it seems where not really able to fix this issue only by adjusting the
line-height of the subs/sups since especially Firefox uses different
positioning:

What if we take a completely different approach and set the position of subs
and sups manually? This way we could potentially synchronize the positioning
across browsers and therfore produce a pleasing display on all systems.

Similar to [1] I tested the following CSS in IE 11 and FF 28 and it seems to
work really nicely:

sup, sub {
   vertical-align: baseline;
   position: relative;
}
sup { top: -0.6em; }
sub { top: 0.4em; }


Would this be a reasonable approach?


[1]
http://css-tricks.com/snippets/css/prevent-superscripts-and-subscripts-from-affecting-line-height/

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121419 had a related patch set uploaded by Kaldari:
Follow-up to typography changes to Vector

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121419 merged by Swalling:
Follow-up to typography changes to Vector

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||swall...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #5 from Steven Walling swall...@wikimedia.org ---
Should be fixed now. Will roll in to prod soon.

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Eduard Braun eduard.bra...@gmx.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #6 from Eduard Braun eduard.bra...@gmx.de ---
This is *not* fixed by line-height:1 as apparent from the testcase I supplied
initially.

It would be fixed by line-height:0 though as was used in the initial patch
set linked.

[1] https://de.wikipedia.org/wiki/Benutzer:Patrick87/lineheight

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

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

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #7 from Ryan Kaldari rkald...@wikimedia.org ---
line-height: 1 fixes it for me. Could you provide your browser details and a
screenshot?

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #9 from Eduard Braun eduard.bra...@gmx.de ---
Created attachment 14948
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14948action=edit
Screenshot of testcase in Internet Explorer 11 on Windows 7

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #8 from Eduard Braun eduard.bra...@gmx.de ---
Created attachment 14947
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14947action=edit
Screenshot of testcase in Firefox 28.0 on Windows 7

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

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

   What|Removed |Added

 Status|REOPENED|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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121554 had a related patch set uploaded by Mwalker:
Follow-up to typography changes to Vector

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121554 merged by Mwalker:
Follow-up to typography changes to Vector

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

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #12 from Ryan Kaldari rkald...@wikimedia.org ---
Eduard Braun: How does it look if you change the line-height of the p tags to
1.6 instead of 1.5em (as we are eventually planning to do)?

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

--- Comment #13 from Eduard Braun eduard.bra...@gmx.de ---
If I change line height and/or try vector beta it's lees noticeable for sups
(although still not solved) whereas the problem persists for subs.

-- 
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 49965] Superscripts and subscripts change line height

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #14 from Derk-Jan Hartman hartman.w...@gmail.com ---
It's also not truly avoidable. The browser gives space where needed. In the
example it is needed. The reason why it is needed ? Well that is the note
Possible (but unlikely) issue.

Try that and then nest the sup/subs a couple of times, play with your browser
zoom levels  and the chance for overlaps become more and more likely.

-- 
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 49965] Superscripts and subscripts change line height

2014-03-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49965

Quiddity pandiculat...@gmail.com changed:

   What|Removed |Added

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

-- 
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 49965] Superscripts and subscripts change line height

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |minor

-- 
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 49965] Superscripts and subscripts change line height

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

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

   What|Removed |Added

Version|unspecified |1.22-git

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Can you please provide a minimal testcase?

-- 
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 49965] Superscripts and subscripts change line height

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

--- Comment #2 from Eduard Braun eduard.bra...@gmx.de ---
Sure, see http://de.wikipedia.org/wiki/Benutzer:Patrick87/lineheight for some
basic testcase which compares normal text, text with sub/superscripts and text
with sub/superscripts with my CSS suggestion applied.

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