[Bug 8] Option: Change the background color (texvc)

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8

✓  changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #24 from ✓  2010-09-16 19:13:56 UTC ---
As there are already settings in [[Special:Preferences]] for TeX, it should be
easy to add an option for white background. The default has to be transparent!
As referring to comment 9, when IE5 was dead in 2007, what is it today?

-- 
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 8] Option: Change the background color (texvc)

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


David Crochet  changed:

   What|Removed |Added

 Blocks||22112




-- 
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 8] Option: Change the background color (texvc)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8





--- Comment #23 from Aryeh Gregor   2009-11-30 
19:18:29 UTC ---
Hmm, so should we make that the default?


-- 
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 8] Option: Change the background color (texvc)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8





--- Comment #22 from Jure Kajzer   2009-11-30 19:11:34 UTC ---
if you set the value to 'Transparent' it uses aplha transparency with
antialiasing, but if you set it to 'transparent' it uses binary transparency as
used in GIFs ... so that's solved IMO.

http://www.nongnu.org/dvipng/dvipng_4.html#IDX6


-- 
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 8] Option: Change the background color (texvc)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


Aryeh Gregor  changed:

   What|Removed |Added

 CC||fr...@drajv.si
 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #21 from Aryeh Gregor   2009-11-30 
18:57:16 UTC ---
Fixed in r59593 by freakolowsky -- this is now an admin-configurable option,
$wgTexvcBackgroundColor, defaulting to white.  As far as I can determine,
neither the software defaults nor the Wikimedia configuration will be changed
to a transparent value in the foreseeable future, as long as IE6 is an issue. 
Although of course, ultimately that's not my decision alone.

It would be worth considering a further change that would use binary
transparency by default on the parts that are completely transparent.  This
would reduce the solid white background to a white halo, which would probably
look better, and it would work in all browsers.  I don't know how to do that,
but I'm sure it's possible.


-- 
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 8] Option: Change the background color (texvc)

2009-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8





--- Comment #20 from Aryeh Gregor   2009-11-29 
16:58:34 UTC ---
As of r59550, it's possible to change the background color on a per-
basis using \pagecolor and \definecolor.

(In reply to comment #18)
> Could it not be possible to have per skin settings like
> [[MediaWiki:Math-foreground/Monobook]] and
> [[MediaWiki:Math-background/Monobook]]? That should solve the black-on-black
> problem stated in comment #1.

The problem with transparent math backgrounds is IE6 at this point. 
Black-on-black styles isn't a problem, since the style can just do .tex {
background: white } to get the same display as now (in non-IE6 browsers).  But
alpha transparency doesn't work on IE6, and it's not acceptable to degrade
display of all math articles for 15% of our users, for the sake of a tiny
number of users viewing equations outside of mainspace, or otherwise on
non-white backgrounds.

If someone can come up with a PNG transparency fix for IE6 that doesn't degrade
performance or otherwise cause problems, even on pages with hundreds of
equations, then we can use that.  Otherwise, we won't (IMO) output transparent
backgrounds by default until IE6 falls to, say, <1% market share.

But if someone wants to submit a patch that allows configuration of default
math background color in LocalSettings.php, possibly including an
off-by-default option to make it transparent, that would be fine, which is why
this bug is still open.  I'm willing to review it if it's reasonably short (I
shouldn't think it would be more than 20 lines).


-- 
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 8] Option: Change the background color (texvc)

2009-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


Helder  changed:

   What|Removed |Added

 CC||heldergeov...@gmail.com




--- Comment #19 from Helder   2009-08-30 14:10:59 UTC 
---
Just for note: There is a related link/proposal at
http://meta.wikimedia.org/wiki/Help_talk:Displaying_a_formula/Archives/2005#Maynard_Handley.27s_suggestions

Helder


-- 
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 8] Option: Change the background color (texvc)

2009-07-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


René Kijewski  changed:

   What|Removed |Added

 CC||rene.kijew...@fu-berlin.de




--- Comment #18 from René Kijewski   2009-07-26 
17:03:24 UTC ---
Could it not be possible to have per skin settings like
[[MediaWiki:Math-foreground/Monobook]] and
[[MediaWiki:Math-background/Monobook]]? That should solve the black-on-black
problem stated in comment #1.


-- 
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 8] Option: Change the background color (texvc)

2009-06-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


Splarka  changed:

   What|Removed |Added

 CC||public.w...@gmail.com




--- Comment #17 from Splarka   2009-06-13 22:25:12 UTC ---
*** Bug 19181 has been marked as a duplicate of this bug. ***


-- 
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 8] Option: Change the background color (texvc)

2008-12-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


Brion Vibber  changed:

   What|Removed |Added

 CC||br...@wikimedia.org
   Keywords||bugday




-- 
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 8] Option: Change the background color (texvc)

2008-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


Aryeh Gregor <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|CLOSED  |REOPENED
 Resolution|LATER   |
Summary|Option: Change the  |Option: Change the
   |background color to |background color (texvc)
   |transparent (texvc) |




--- Comment #16 from Aryeh Gregor <[EMAIL PROTECTED]>  2008-11-19 00:20:09 UTC 
---
Okay, reopening.  I think you can make a good case that administrators should
be able to configure this.  At a minimum, if they have a non-white background,
they may want to configure the background to some non-transparent color other
than white.

Now, who wants to write a patch?  I don't think I have math working on my
machine . . .


-- 
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 watching all bug changes.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l