Closed Bug 178737 Opened 22 years ago Closed 22 years ago

Textarea styles not honoured.

Categories

(Camino Graveyard :: HTML Form Controls, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 154894

People

(Reporter: chris, Assigned: bryner)

Details

Tested with Chimera version 0.6 and nightly build 2002110504

The background colour (at a minumim) for a TEXTAREA control is not being
honoured. Ie, if a CSS defines the background colour for a TEXTAREA control to
be grey, it is displayed as the default white.

Background colours ARE honoured for a INPUT TYPE="TEXT" control.

Mozilla 1.2b works as expected.

Here are the relevant parts of the HTML page:

TEXTAREA, .bginput {
 FONT-SIZE: 12px;
 FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF
}

<input type="text" class="bginput" name="subject" value="" size="40"
maxlength="85" tabindex="1">

<textarea name="message" rows="20" cols="70" wrap="virtual" tabindex="2"></textarea>

(These snippets have come from a page generated by vBulletin 2.2.8)
dup of bug 154894; this issue is going to be resolved by bug 161261

*** This bug has been marked as a duplicate of 154894 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.