Bug 182709 - javascript on key down problem
Summary: javascript on key down problem
Status: RESOLVED DUPLICATE of bug 184798
Alias: None
Product: konqueror
Classification: Applications
Component: khtml event (show other bugs)
Version: 4.2.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 13:42 UTC by lunter
Modified: 2009-02-27 18:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
bug source (965 bytes, text/html)
2009-02-01 13:43 UTC, lunter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lunter 2009-02-01 13:42:06 UTC
Version:            (using KDE 4.2.0)
OS:                MS Windows
Installed from:    MS Windows

Open http://pc44.one.pl/goorol/bugs/onkeydown_konqueror.html

1. Put text cursor in first/second input
2. Press PageUp/PageDown keyboadr key to navigate cursor
3. PageUp/PageDown are also often use to row moving (using javascript insertBefore)
3. IE OK, Firefox OK, Safari OK, Chrome OK
4. Konqueror FAILS - ignores 'return false' in 'onkeydown' and scroll page contents
Comment 1 lunter 2009-02-01 13:43:17 UTC
Created attachment 30822 [details]
bug source
Comment 2 Maksim Orlovich 2009-02-01 17:33:26 UTC
Can't confirm
Comment 3 lunter 2009-02-01 23:04:24 UTC
Use Windows KDE, put text cursor in second input and down keyboard PageDown (keep down 2-5 sec). Page scroll down, but should not.
Comment 4 Maksim Orlovich 2009-02-27 18:00:57 UTC
I think it's the same autorepeat problem as the #184798 you reported..

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