Closed
Bug 326176
Opened 19 years ago
Closed 18 years ago
JavaScript Console's input line's text becomes invisible after a large string is entered.
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rcampbel, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060123 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060123 Firefox/1.5.0.1
The text entered into the JavaScript Console's input line will become invisible after a large string is entered. The size of the string is dependent on the characters that compose the string.
Reproducible: Always
Steps to Reproduce:
Procedures ::
1) Click on Tools->JavaScript Console
2) Left click on the input line
3) Type a large script or string
Actual Results:
Actual Results ::
Input field accepts continuous input; when the maximum string length is achieved ( maximum for display, not interpretation ) the text becomes invisible.
The maximum for alphanumeric before invisibility is 6257.
The maximum spaces with a single character is 10925.
The maximum for large special letters ( '=', '+', '@', '%', ect ) is 4094.
Expected Results:
Expected Results ::
Input field would stop accepting input from user when maximum string length is achieved.
Comment 1•19 years ago
|
||
This might be a dup of one of bug 302294's other dependencies. This bug is the only one I know of that says the number of characters required depends on which characters are used.
Blocks: longlines
Comment 2•18 years ago
|
||
This seems to be fixed. Probably by the check-ins for bug 237085. -> WORKSFORME. Please reopen if you can still reproduce this with a latest nightly build.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 3•18 years ago
|
||
*** Bug 326188 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
Assignee | ||
Updated•8 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•