Version: (using KDE Devel) Installed from: Compiled sources When an anchor element is activated with the enter key, the href gets activated twice. I will post an a simple test case demonstrating the problem, and a possible fix. The problem is present in the KDE 3.4 and 3.5 branches, for sure. I think it was not there at 3.4.0 time, but I think I remember the event handling code got some improvement in the while. This may be one side effect.
Created attachment 12565 [details] Test case for the bug This page shows the problem. Clicking the link increments the counter once, while using the tab key and pressing enter makes the counter advance by two. I tested the page on firefox also, and it behaves the same with the mouse or with the keyboard.
Created attachment 12566 [details] possible fix This one-line patch cures the symptoms for me. I'm not sure it does not break other things, however. But the click() in the keypress case will eventually call submitURL() anyway.
Comment on attachment 12566 [details] possible fix Wrong patch. I'll post a new one.
Created attachment 13057 [details] Fix for the problem This should be the correct one.
*** Bug has been marked as fixed ***.