Bug 105601 - slow char input in textarea
Summary: slow char input in textarea
Status: RESOLVED DUPLICATE of bug 100234
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.4
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 11:19 UTC by Roland Wolters
Modified: 2005-05-13 17:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Wolters 2005-05-13 11:19:41 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Fedora RPMs
OS:                Linux

When I try to input something in this <textare> filed of my bank ("Deutsche Bank"), then konqueror slows down. It takes several seconds for each char taht I input, so it is unusable for me.

Here is the html code that should be relevant:
HTML-Code:

<tr><td colspan="3">Verwendungszweck  (z.B. Kunden-Referenznummer, max. 108 
Zeichen)&nbsp;<span class="optional">(optional)</span></td></tr>
<tr><td colspan="3" class="formSet roll2">
<textarea onkeydown="checkLength(this);" rows="2" id="Usage" wrap="virtual" 
onchange="checkLength(this);" class="roll2" onfocus="checkLength(this);" 
onkeyup="checkLength(this);" name="Usage"></textarea>

<script type="text/javascript">showMaxChars('&nbsp;Zeichen stehen noch zur 
Verf&uuml;gung');</script></td></tr>

Roland
Comment 1 Tommi Tervo 2005-05-13 13:21:53 UTC
May be related: http://bugs.kde.org/show_bug.cgi?id=105601
Comment 2 Roland Wolters 2005-05-13 14:18:13 UTC
Hm, sure, that's related because it is my bug :)
I think you posted a wrong url?
Comment 3 Tommi Tervo 2005-05-13 14:33:11 UTC
Well, next try:
http://bugs.kde.org/show_bug.cgi?id=105559
Comment 4 Roland Wolters 2005-05-13 14:42:44 UTC
Similar, but not the same.
When I try to use ebay, I have problems, but only for less than a second for each string and not several seconds.
And ebay seems to use a different program for that.
Comment 5 Tommi Tervo 2005-05-13 14:49:42 UTC
How about this one?

*** This bug has been marked as a duplicate of 100234 ***