|
Bugzilla – Full Text Bug Listing |
| Summary: | module firewall of yast in ncurses only shows startup part | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Freek de Kruijf <freek> |
| Component: | YaST2 | Assignee: | Gabriele Mohr <gs> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | 13.1 Milestone 3 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Freek de Kruijf
2013-09-16 20:55:30 UTC
I do not know if it is relevant for this bug, but I observe the following: eik131:~ # zypper repos # | Alias | Name | Enabled | Refresh ---+---------------------------+------------------------------------+---------+-------- 1 | YaST_Ruby_HEAD | YaST Ruby HEAD | Yes | Yes 2 | openSUSE-13.1-1.17 | openSUSE-13.1-1.17 | No | No 3 | repo-debug | openSUSE-13.1-Debug | Yes | Yes 4 | repo-debug-update | openSUSE-13.1-Update-Debug | Yes | Yes 5 | repo-debug-update-non-oss | openSUSE-13.1-Update-Debug-Non-Oss | Yes | Yes 6 | repo-non-oss | openSUSE-13.1-Non-Oss | Yes | Yes 7 | repo-oss | openSUSE-13.1-Oss | Yes | Yes 8 | repo-source | openSUSE-13.1-Source | No | Yes 9 | repo-update | openSUSE-13.1-Update | Yes | Yes 10 | repo-update-non-oss | openSUSE-13.1-Update-Non-Oss | Yes | Yes eik131:~ # zypper up Loading repository data... Reading installed packages... The following package updates will NOT be installed: flash-player-kde4 libyui-ncurses-pkg5 libyui-qt-pkg5 perl-Bootloader yast2-core yast2-perl-bindings yast2-pkg-bindings Nothing to do. eik131:~ # Did you try pressing 'Return' after selecting a new line? The corresponding sub window should be shown then. No. This not what I expect to need to do. But indeed, when I press Return I get the proper subwindow. So an acceptable solution would be a warning in the Release Notes, but fixing the bug would be nicer. Lowering the bug to Normal. The ncurses behaviour not to show the corresponding sub window immediately is intended. It is like this in all YaST modules which use a list (actually a tree widget) of items on the left with corresponding sub window on the right. To press Return to activate something is intuitive for a text mode UI. The reason for text mode behaviour is that you have to scroll through the list one by one and it might be very time consuming for a sub window to be created and finally to get to the item you are interested in. Only for graphical UIs you have the possibility to click directly on the item you want. It is not so intuitive as you mention above. The reason is that going through the menu items on the main page in the left column, immediately shows the sub window. So one would expect this to happen on the next windows as well, at least I do. So I would suggest to show for a short period a dialog with "Press Return to select this Menu Item" if the sub window will only be shown after pressing Return and one arrives at a new item in the list at the left. Any other improvement to enhance the intuitive UI is also OK, like a line on top of the window showing a message like "Select a menu item in the left panel and press Return to enter". I will add an additional paragraph to general help of text mode YaST. Additional help is added to help popup in menu.rb (package yast2). Thanks |