View Single Post
Old 03-13-2023, 10:30 PM   #823
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,797
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by BetterRed View Post
. . .

Tab Order - if I Tab out of the custom column selector, thru Lock, the Style and Mode radio button groups I lose sight of 'current tab-order item' (i.e. there no highlighted widgets) - my guess is that tabbing out of the Mode group gives 'current tab-order item' to the display/edit text box where Tabs get ignored.
I have done more testing :

On the Tab Order front: if I set the Mode to Edit, the Save Edits button is shown and it is highlighted. Tab (and Enter) characters are inserted into the text box as one would expect, and… the Ctrl+NumpadEnter sequence 'presses' Save Edits, which saves the cell, and returns the Mode to View… which leaves me back in the why isn't Tab working state.

I think the text box needs to be removed from the Tab Order chain in View mode - IIRC it would have been doable in C via the Win32 API, but dunno about Python and Qt.

BR

Last edited by BetterRed; 03-13-2023 at 10:45 PM.
BetterRed is offline   Reply With Quote