Closed
Bug 161261
Opened 23 years ago
Closed 23 years ago
Either ignore CSS color values on TEXTAREA, or honor background color
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: andreas.schempp, Assigned: bryner)
References
Details
(Keywords: testcase)
Attachments
(3 files, 2 obsolete files)
In a Textarea, the background-settings are ignored, but text-color is used.
textarea-background is still white, but user-text-color is white too. difficult
to read :)
Comment 1•23 years ago
|
||
->bryner, or pink?
| Reporter | ||
Comment 2•23 years ago
|
||
what do you mean?
In Mozilla (1.0, Mac OS X), every color is used. But I'm using Chimera
(Navigator), there is the textarea always white.
Comment 3•23 years ago
|
||
over to bryner, though i still think we should do native text areas
Assignee: saari → bryner
| Reporter | ||
Comment 5•23 years ago
|
||
exactly
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
Summary: Textarea-Background is not used → TEXTAREA elements don't honor background-color setting
Attachment #94365 -
Attachment is obsolete: true
Of course, there are two possible fixes: start applying the background-color, or
ignore the text color also.
Let's make this bug about ignoring CSS color values on TEXTAREAs, since other
form elements ignore color values anyway. Reassigning to HTML Form Controls.
Component: Page Layout → HTML Form Controls
Summary: TEXTAREA elements don't honor background-color setting → Ignore CSS color values on TEXTAREA
Comment 10•23 years ago
|
||
Attachment #94366 -
Attachment is obsolete: true
Comment 11•23 years ago
|
||
I noticed that CSS color values are not applied to buttons, the way they are
in IE. Is that an impossibility with Quartz form controls?
Comment 12•23 years ago
|
||
Is it not an old bug, CSS V2 specifications do not apply to form elements, see
Mike I think. Sorry no time to search for duplicates.
Comment 13•23 years ago
|
||
It appears as though buttons are respecting the CSS attributes on font and
width. And as a Web author, I really appreciate that. So why not color?
Comment 14•23 years ago
|
||
*** Bug 178408 has been marked as a duplicate of this bug. ***
Summary: Ignore CSS color values on TEXTAREA → Either ignore CSS color values on TEXTAREA, or honor background color
Comment 15•23 years ago
|
||
This test is not meant to look pleasing but to show the CSS problems within
chimera - what I am trying to point out is that SOME style settings are honored
while others are not. What is Chimera supposed to be doing? If it doesn't honor
CSS completely then I consider that a BUG! As a developer it must honor CSS
fully! If no CSS value is made then it should use the default OS appearance!
Comment 16•23 years ago
|
||
Please don't delete the ability to set form control widths via CSS. I would
like to be able to set color too, but width is even more important.
Comment 17•23 years ago
|
||
(Brad, this bug has nothing to do with form control widths.)
Comment 18•23 years ago
|
||
I'm glad to hear it, except that means you are handling some of the CSS
for form controls, but not all CSS. I would like to see CSS color handled
too.
Comment 19•23 years ago
|
||
With an eye towards eventually using cocoa native widgets, note that in
interface builder you can set the background and FG colours of a textbox, but
not (either) for a button. I'd like to see chimera's widgets allow whatever
cocoa's widgets allow.
Comment 20•23 years ago
|
||
I was thinking that if the buttons were native, you could still paint a region
on top of them with the ink set to "multiply" (PhotoShop terminology) and pass
all mouse actions through.
Comment 21•23 years ago
|
||
*** Bug 177932 has been marked as a duplicate of this bug. ***
Comment 22•23 years ago
|
||
I'm not sure if I should have filed a different bug or not, so here goes:
I wanted to point out the same symptom can be observed for a select element
where the "size" is greater than 1. My attachment also illustrates that a
select does not have a transparent background, although it is fair to add that
I haven't found a browser that renders a transparent bg on a select. In my
case, I used the nightly from 2002-12-14.
PS this is my first bugzilla report; I invite any clues if needed...
Comment 23•23 years ago
|
||
It occurs to me that if we are going to be able to set the color for select and
text and textarea element backgrounds and foregrounds, then we should also be
able to set the highlight color, to ensure that it is not the same. Or else the
highlight should automatically set to a complimentary color, so that it does not
disappear if it is the same as the background.
Comment 24•23 years ago
|
||
I do a lot web application development and the background/color combination is
very useful in certain cases. Please fix this, as the bug summary sais: "Either
ignore CSS color values on TEXTAREA, or honor background color".
Comment 25•23 years ago
|
||
As reported in bug 198822, this may be a problem with other form widgets (such
as buttons), as well.
Comment 26•23 years ago
|
||
looking at attachment 107526 [details] in Camino 2003032008 the textarea case is infact
adhering to *both* the background color and the forground settings (color & type
size) so the original issue brought up by this bug seems to have resolved itself.
However, when entering text in the textarea element the vertical scollbar
appears with no handles (horiz seems ok) [this is probably a separate bug, if
not filed already]
As referred to in comment 25 the application of font color without background
color for button/submit is still an issue (that i'd prefer to see resolved by
the drop of foreground color as we seem to be doing already in the case of the
select)
as long as other people are seeing what I'm seeing I'd suggest resolving this
bug WFM, marking bug 198822 new and addressing buttons there, and opening a 3rd
bug for the textarea/scroll bar issue if there isn't one already out there.
Comment 27•23 years ago
|
||
*** Bug 199798 has been marked as a duplicate of this bug. ***
Comment 28•23 years ago
|
||
*** Bug 200168 has been marked as a duplicate of this bug. ***
Comment 29•23 years ago
|
||
can ayone out there confirm / deny my report in comment 26 in that the original
bug filed here (with text areas) is now resolved (WFM) in Camino nightlies due
to background color being picked up? I'm seeing it with the 3.27 build also so
its not a fluke. It would be nice to close this out and stick to bug 198822 for
the aqua button issues.
Comment 30•23 years ago
|
||
with the 4-2 Nightly, this now WFM. Yeah!
Comment 31•23 years ago
|
||
great... marking WFM... this should only be reopened if theres still a problem
with textarea bg colors... other form elements should be filed separately (as in
bug 198822)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 32•23 years ago
|
||
*** Bug 154894 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•