Bug 66938 - Incorrect focus navigation with tab when using administrator mode
Summary: Incorrect focus navigation with tab when using administrator mode
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: Daniel Molkentin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 23:37 UTC by Leon Bottou
Modified: 2003-11-02 22:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch for qxembed.cpp (rev 1.50) (14.26 KB, patch)
2003-10-30 23:40 UTC, Leon Bottou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leon Bottou 2003-10-30 23:37:54 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

Example:
Go to the kdeprint control module and play with the tab
key to observe the focus navigation sequence.
Then select the administrator mode, enter the root password,
and play again with the tab key to move the focus around.
The focus goes into the embedded window and stays there.
It does not come back to the treeview ever.
Comment 1 Leon Bottou 2003-10-30 23:38:33 UTC
The problem is with qxembed.cpp.
Patch attached.
Comment 2 Leon Bottou 2003-10-30 23:40:05 UTC
Created attachment 2940 [details]
Patch for qxembed.cpp (rev 1.50)

I will apply the patch eventually.
But I want a trace in the bug database.
Comment 3 Leon Bottou 2003-11-02 22:57:59 UTC
Patch applied + minor improvements.