WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
14388
Input in text fields limited to 1024 characters
https://bugs.webkit.org/show_bug.cgi?id=14388
Summary
Input in text fields limited to 1024 characters
Adam Roben (:aroben)
Reported
2007-06-25 08:42:58 PDT
http://archlinux.org/~jeff/safari_forms.html
reports that text fields are hard-limited to 1024 characters in WebKit. Setting the length attribute to something greater seems to have no effect. Alp Toker says that 1024 is hard-coded into HTMLInputElement.cpp in many places as a length-limiter.
Attachments
testcase
(711 bytes, text/html)
2007-06-25 08:54 PDT
,
Adam Roben (:aroben)
no flags
Details
Remove hard-coded 1024 length limit
(1.82 KB, patch)
2007-06-25 08:57 PDT
,
Alp Toker
aroben
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2007-06-25 08:54:51 PDT
Created
attachment 15223
[details]
testcase
Alp Toker
Comment 2
2007-06-25 08:57:34 PDT
Created
attachment 15224
[details]
Remove hard-coded 1024 length limit A sensible upper limit should be chosen here. I went with 16384.
Adam Roben (:aroben)
Comment 3
2007-06-25 09:06:21 PDT
Comment on
attachment 15224
[details]
Remove hard-coded 1024 length limit I think we should try to figure out what other browsers do before we decide on a new limit. I do like that you put the limit into a variable, though.
Matthew Amacker
Comment 4
2007-06-27 15:57:57 PDT
From testing, and not looking at code, it would appear that there is no limit to the number of characters that are allowed to be entered on IE6 and Firefox 1.5. Though both IE6 and Firefox 1.5 begin to improperly render the characters when the strings gets to be about 500K characters long. Largest string I entered into the box on both IE6 and Firefox was: 1.7 million. Though I stopped at that point figuring it was probably not a small number. Lastly, it appears Safari:2.0.4(419.3) allows 11024 characters in its input boxes. Looking forward to a fix for this one as I exploit the text box's ability on Amazon.com.
Adam Roben (:aroben)
Comment 5
2007-07-05 19:00:21 PDT
Landed a slightly modified version as
r24037
Adam Roben (:aroben)
Comment 6
2007-08-22 11:34:02 PDT
***
Bug 15048
has been marked as a duplicate of this bug. ***
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