[Webkit-unassigned] [Bug 8373] New: REGRESSION: Javascript created Text Boxes do not form correctly...

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Apr 13 18:02:23 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8373

           Summary: REGRESSION: Javascript created Text Boxes do not form
                    correctly...
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mike at azeggnet.com


When a text field is created using the document.writeln call, it displays it
incorrectly.  It appears to be about half of the height of a normal text entry
box, and it is marked as readonly.

Here is some sample code which reproduces the problem:

<HTML>

<BODY>
<SCRIPT LANGUAGE="Javascript">
document.writeln('<input type="text" id="calendarDate" name="calendarDate"
readonly value="">');
document.writeln('<input type="text" id="calendarDate" name="calendarDate"
value="">');
</SCRIPT>

</BODY>
</HTML>

This is using the nightly build.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list