Bugzilla – Bug 155692
add-on product media dialog has strange keyboard navigation
Last modified: 2006-07-17 13:52:57 UTC
The dialog "Add-On Product Media" -> add http server, during installation, changes the input field focus from server name, with TAB, to the authentication type, instead of jumping to the "directory on server" field which the user would expect next.
Till, Qt or ncurses? I assume the problem is affected by the widget creation order. While I consider it a layout engine bug, the best we can do now is to reshuffle the ycp code, and then only if it is a trivial change.
Created attachment 73693 [details] Screenshot of the dialog Focused widget when the dialog opens up: Server Name Then (using TAB keypress): -> [x] Anonymous -> [OK] -> [Cancel] -> Directory on Server -> Protocol (FTP -> SMB)
Enhancement for the next version.
Already fixed for 10.2 *** This bug has been marked as a duplicate of 179447 ***