Summary: | form buttons do not receive keyboard focus | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Luciano Montanaro <mikelima> |
Component: | khtml forms | Assignee: | Maksim Orlovich <maksim> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | maksim, yan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
an html snippet that shows the problem
patch woops, fix |
Description
Luciano Montanaro
2006-01-20 12:04:34 UTC
Created attachment 14313 [details]
an html snippet that shows the problem
Created attachment 14316 [details]
patch
here you go, this ought to fix it. Will commit once branch reopened for 3.5.2
On Friday 20 January 2006 15:47, Maksim Orlovich wrote: [bugs.kde.org quoted mail] Hey! You acted too fast, I was hoping to have a look about it during the weekend. :) Well, thank you very much, I'll go trekking instead. Created attachment 14318 [details]
woops, fix
looks like I lost a case when breaking up the conjuction
Please ignore the parts of the 2nd diff that don't involve html_formimpl.cpp :-) *** Bug 120511 has been marked as a duplicate of this bug. *** I committed this (accidentally) with my kb events work... at any rate, fixed for 3.5.2 the button can be selected with the keyboard under 3.5.2 (that's better), but it stays inactive when pressed (using space or CR to 'press' the button will change its appearance but it won't activate; this may not be related to KHTML or Konqueror, as I'm having similar problems with UI buttons). |