Bug 966367 - [TUI]Better to show the default configured value when enter into keyboard page
Summary: [TUI]Better to show the default configured value when enter into keyboard page
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.4.0
Assignee: haiyang,dong
QA Contact: bugs@ovirt.org
URL:
Whiteboard: node
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-23 07:41 UTC by haiyang,dong
Modified: 2014-03-31 12:32 UTC (History)
13 users (show)

Fixed In Version: ovirt-3.4.0-beta1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-31 12:32:09 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)
attached Screenshot for old version keyboard page (33.34 KB, image/png)
2013-05-23 07:41 UTC, haiyang,dong
no flags Details
attached Screenshot for new version keyboard (49.98 KB, image/png)
2013-05-23 07:42 UTC, haiyang,dong
no flags Details

Description haiyang,dong 2013-05-23 07:41:38 UTC
Created attachment 752008 [details]
attached Screenshot for old version keyboard page

Description of problem:
Enter into Keyboard page in setup menu should shown the default keyboard configuration similar to the old
version ovirt-node shown you the default configured value(eg:U.S.English).Seen the attached old/new version keyboard page,
you will know the different between them.

Version-Release number of selected component (if applicable):
ovirt-node-iso-3.0.0-1.0.20130517.fc18.iso

How reproducible:
100%

Steps to Reproduce:


Actual results:


Expected results:

Additional info

Comment 1 haiyang,dong 2013-05-23 07:42:35 UTC
Created attachment 752010 [details]
attached Screenshot for new version keyboard

Comment 2 haiyang,dong 2013-05-27 08:13:56 UTC
Seems change the follow code of keyboard_page.py in folder ovirt-node/src/ovirt/node/setup can solve this issue:

 52         kbd = utils.system.Keyboard()
 53         ws = [ui.Header("header", "Keyboard Layout Selection"),
 54               ui.Table("keyboard.layout", "", "Available Keyboard Layouts",
-55                        kbd.available_layouts()),
+55                        kbd.available_layouts(), kbd.get_current()),
 56               ]

Comment 3 haiyang,dong 2013-05-29 02:12:13 UTC
http://gerrit.ovirt.org/#/c/15144/

Shown the default configured value when enter into keyboard page

Comment 4 Sandro Bonazzola 2014-01-27 13:50:49 UTC
This should be fixed in oVirt 3.4.0 beta1 build

Comment 5 haiyang,dong 2014-03-03 05:47:37 UTC
Test version:
ovirt-node-iso-3.0.4-1.0.201401291204.el6.iso

Now it will show the default configured value when enter into keyboard page.
so this bug has been fixed, change the status into "verified"

Comment 6 Sandro Bonazzola 2014-03-31 12:32:09 UTC
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released


Note You need to log in before you can comment on or make changes to this bug.