[Digikam-devel] [Bug 278490] Incorrect focus path in tool settings panels

Marcel Wiesweg marcel.wiesweg at gmx.de
Sat Aug 6 17:04:03 BST 2011


https://bugs.kde.org/show_bug.cgi?id=278490





--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-08-06 16:04:02 ---
Frederic:
Work is needed in two different directions.
1) slider and spinbox come in a single component named KIntNumInput from KDE
libraries. There is no clean way to change tab order for us. I would ask you to
file a separate bug report against KDE libs: The slide is created after the
spinbox, but placed on the left; setTabOrder would be needed to make the tab
move from left to right.
2) I fixed the tab order in the resize widget and for the Ok/Cancel buttons
below. Which other tools have tab order problems, ignoring the slider/spinbox
bug?

Note to developers: Apparently tab order is determined by the time the widget
is added to its parent, either at construction if the parent is given to the
constructor, or when adding to a layout when no parent is given to the
constructor.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list