[Bug 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Keywords|patch   |patch-in-gerrit
 AssignedTo|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |

--- Comment #6 from Bartosz Dziewoński matma@gmail.com 2012-09-27 
15:27:55 UTC ---
Per [1], it is also possible to style the placeholder in IE.

I submitted a patch for Firefox  IE with an explanation to gerrit:
https://gerrit.wikimedia.org/r/#/c/25506/

[1]
http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css/2610741#2610741

-- 
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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |
 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.20.0 release

-- 
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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||dereck...@espace-win.org,
   ||matma@gmail.com
   Severity|trivial |minor

--- Comment #5 from Dereckson dereck...@espace-win.org 2012-09-26 17:40:55 
UTC ---
[ Priority adjustment: trivial - minor as it requires a little CSS and best
practice analysis, adding Matma Rex as cc, it could be interested by 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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

--- Comment #4 from Fomafix foma...@googlemail.com 2012-09-04 07:43:23 UTC ---
I can not find any problems without

  div#simpleSearch input { color: black; }

even for browsers without placeholder support (IE8).

By the way, in skins/vector/screen.css #firstHeading has
  padding-top: 0
two times.

-- 
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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

--- Comment #2 from Fomafix foma...@googlemail.com 2012-08-31 09:07:22 UTC ---
Native coloring is good.

But since Firefox 15 the existing
div#simpleSearch input { color: black; }
overwrites the placeholder color, too.

How enable native color for the placeholder for Firefox 15 again?

Possible solutions:

1. remove
   div#simpleSearch input { color: black; }

I think this is possible because there is still
   div#simpleSearch { color: black; }
But maybe this is necessary for browsers without placeholder support.

2. add
   div#simpleSearch input:-moz-placeholder { color: GrayText; }

GrayText is deprecated:
https://developer.mozilla.org/en-US/docs/CSS/color_value#System_Colors

-- 
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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 CC||listenle...@gmail.com

--- Comment #3 from Michael M. listenle...@gmail.com 2012-08-31 09:30:42 UTC 
---
(In reply to comment #2)
 GrayText is deprecated:
 https://developer.mozilla.org/en-US/docs/CSS/color_value#System_Colors

System colors have been deprecated in favor of the new CSS3 UI ‘appearance’
property [1] and this property then was dropped [2].

[1] http://www.w3.org/TR/2011/REC-css3-color-20110607/#css2-system
[2] http://www.w3.org/TR/css3-ui/#changes-list

-- 
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 39793] placeholder text color in search bar in Firefox 15 is black instead of gray

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

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-08-31 00:25:16 UTC ---
I think in this case it would be best to keep the native coloring for
interactive elements (at least until we design or own form elements compeltely,
e.g. with a Twitter Bootstrap-like approach).

That way it is consistent across the web for Firefox users (button style, input
color, focus border, text selection etc.)

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