WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 8273
8373
REGRESSION: Javascript created Text Boxes do not form correctly...
https://bugs.webkit.org/show_bug.cgi?id=8373
Summary
REGRESSION: Javascript created Text Boxes do not form correctly...
Mike Eggleston
Reported
2006-04-13 18:02:23 PDT
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.
Attachments
Test Case HTML Document
(257 bytes, text/html)
2006-04-13 18:03 PDT
,
Mike Eggleston
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Mike Eggleston
Comment 1
2006-04-13 18:03:19 PDT
Created
attachment 7691
[details]
Test Case HTML Document
mitz
Comment 2
2006-04-14 01:05:49 PDT
*** This bug has been marked as a duplicate of
8273
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug