Closed Bug 301940 Opened 19 years ago Closed 19 years ago

Background error in textarea

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: RS-Graphiks, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

The Background image of a textarea is fixed to the windows coors 0,0

Reproducible: Always

Steps to Reproduce:
1.
Use CSS: (in that way I found the bug)
textarea {
 font-size: 12px;
 font-family: tahoma,helvetica;
 color: #000000;
 background-color: #cfcfcf;
 background-image: url(textarea.jpg");
 background-repeat:no-repeat;
 background-attachment:fixed;  <-- this make that error
}

2.
A simpel textarea:
<textarea name="message" rows="20" cols="80"></textarea>
Actual Results:  
Scroll the page, you will see the error ;)
The backgorund image is not corectly fixed...

Expected Results:  
just fix the image in the textarea.
I know that it is fixed without it doesn't work correctly in the IE
background-attachment: fixed means that the background is fixed in place
relative to the window, so this is doing what it should be. As I recall IE only
supports the background-attachment property on the body element.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.