| Summary: | slow char input in textarea | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Roland Wolters <rolandwolters> |
| Component: | khtml ecma | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | 3.4 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
May be related: http://bugs.kde.org/show_bug.cgi?id=105601 Hm, sure, that's related because it is my bug :) I think you posted a wrong url? Well, next try: http://bugs.kde.org/show_bug.cgi?id=105559 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. |
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) <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(' Zeichen stehen noch zur Verfügung');</script></td></tr> Roland