minor : At Updates there the Search Textbox isn't shown, but you can Input data to it and force a search [ERR-17] #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Go to xbps-gui, and change to Tab 'Update'. Then with keyboard shortcut ctrl-f and enter some Text.
The search Box isn't shown, but in Background the search Box is in Focus. So if you enter now Text, this is send to the Box.
After 'enter' it forces a search. This behavior isn't logical.
Confirmed, this is a real bug. In the Updates tab the search box widget is created and can receive focus, but it isn't actually rendered/visible — so Ctrl-F focuses an invisible field, keystrokes go to it, and Enter triggers a hidden search. You're right that the behavior makes no sense to the user.
The fix is straightforward: the search box should either be properly shown in the Updates tab like it is in Search, or Ctrl-F should be disabled there entirely if search isn't meant to exist in that tab. I'll make it visible and consistent with the other tabs. Going into the xbps-gui bug-fix pass — thanks for catching it.