Open Bug 328713 Opened 18 years ago Updated 2 years ago

input text value not visible till after clicked and keypress

Categories

(Core :: Web Painting, defect)

x86
Linux
defect

Tracking

()

People

(Reporter: paulrwheeler, Unassigned)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.1 (like Gecko)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060215 Firefox/1.5.0.1

The input text box has a value specified but this does not appear till the box is clicked and a letter is pressed. E.g. click on the box and press 'a'. The text now appears.

Html Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
    <head>
        <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
        <title></title>
    </head>
    <body>
        <table>
            <tr><td>
                <div style="position:relative;">
                    <div style="position:absolute;">
                        <form>
                            <input type="text" value="abcd" />
                        </form>
                    </div>
                </div>
            </td></tr>
        </table>
    </body>
</html>

Reproducible: Always

Steps to Reproduce:
1. Click on text input box
2. Press 'a'
3.

Actual Results:  
Text now appears

Expected Results:  
Text should have been there to begin with

Text should have been there to begin with
Attached file Test File
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060227 Firefox/1.6a1 ID:0000000000
Confirmed. I tried it with the action and method attributes of the form set and the text still didn't appear on load. Removing either of the inline style attributes makes it the text appear on load, however.
(Running a Cairo-enabled build.)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → roc
Component: General → Layout: View Rendering
Keywords: testcase
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
Is this a regression? Is it on branch?
This regressed between 2005-04-28 and 2005-04-29, so I guess this could be a regression from bug 240276.
I think this may in fact be a duplicate of bug 325486.
*** Bug 331950 has been marked as a duplicate of this bug. ***
Is this still an issue?
This is worksforme with current trunk build.
QA Contact: ian → layout.view-rendering
Component: Layout: View Rendering → Layout: Web Painting
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: