Bug 55912 - mouse click, blur events don't work in <TEXTAREA> tags
Summary: mouse click, blur events don't work in <TEXTAREA> tags
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 63355 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-13 12:54 UTC by Jason Poynting
Modified: 2008-04-09 11:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test Case (392 bytes, text/html)
2004-02-29 17:35 UTC, Dominic Chambers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Poynting 2003-03-13 12:54:42 UTC
Version:            (using KDE KDE 3.1)
Installed from:    SuSE RPMs

I have a field in a form like this:

<textarea name=notes cols=50 rows=5 wrap onKeyPress="return CheckLength()">

The function CheckLength() is not being called.

Works fine on Mozilla 1.2.1 and IE 5 and is part of HTML 4.
Comment 1 Harri Porten 2003-12-03 19:48:01 UTC
Even after adding the closing </textarea> tag this still didn't work with
today's CVS.
Comment 2 Dominic Chambers 2004-02-29 17:35:17 UTC
Created attachment 4938 [details]
Test Case

This test case confirms the bug report, but also shows that it is not limited
to the keypress event. In fact, no events work for textarea whatsoever. Perhaps
the bug should be renamed?
Comment 3 Jason Poynting 2004-06-27 15:36:01 UTC
Still doesn't work in 3.2.1 with Suse supplied 9.1 RPMs.
Comment 4 Maksim Orlovich 2005-01-05 23:51:01 UTC
*** Bug 63355 has been marked as a duplicate of this bug. ***
Comment 5 Maksim Orlovich 2005-01-05 23:54:34 UTC
With 3.3.2-post, key presses and focus events now work. blur and mousepress still don't. 
Comment 6 George Goldberg 2008-02-15 05:02:50 UTC
Is this bug still present in a recent version of KDE, such as 4.0.1?
Comment 7 Michael Leupold 2008-04-06 06:27:32 UTC
Works in 3.5.9 as well as in trunk r793971.
Comment 8 Michael Leupold 2008-04-09 11:39:56 UTC
rechecked. works fine.