You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make quick jumps with the keyboard (PageUp/Down or Pos1 or End) or
with a controller that uses [Library],ScrollVertical
(equal to PageUp/Down)
= items are selected (highlighted) as expected but are not activated,
table view still shows the previous view
= feature can only be activated with an additional Up/Down moves, not
with Enter or Enter + modifier, not with Tab to jump to the
QTableView/QTextBrowser and back to the tree
I think I noticed this with a QTable in another app, but I'm not sure which that was.
Could that possibly be solved by connecting to the tree item's 'selected' signal instead of 'activated'?
The text was updated successfully, but these errors were encountered:
Reported by: ronso0
Date: 2020-12-08T12:10:29Z
Status: Fix Released
Importance: Undecided
Launchpad Issue: lp1907246
Tags: keyboard, library
to reproduce:
with a controller that uses [Library],ScrollVertical
(equal to PageUp/Down)
= items are selected (highlighted) as expected but are not activated,
table view still shows the previous view
= feature can only be activated with an additional Up/Down moves, not
with Enter or Enter + modifier, not with Tab to jump to the
QTableView/QTextBrowser and back to the tree
I think I noticed this with a QTable in another app, but I'm not sure which that was.
Could that possibly be solved by connecting to the tree item's 'selected' signal instead of 'activated'?
The text was updated successfully, but these errors were encountered: