Bug 1246429
Summary: | Quantity number is blocked when changing it by buttons in 'All Available Subscriptions' of subscription-manager-gui. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | qianzhan | ||||||
Component: | subscription-manager | Assignee: | Adrian Likins <alikins> | ||||||
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> | ||||||
Severity: | unspecified | Docs Contact: | Lenka Špačková <lkuprova> | ||||||
Priority: | unspecified | ||||||||
Version: | 7.2 | CC: | crog, gxing, mstead, pbokoc, skallesh | ||||||
Target Milestone: | rc | Keywords: | Regression | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Known Issue | |||||||
Doc Text: |
Buttons for changing quantity of subscriptions incorrectly displayed in subscription-manager-gui
Buttons for changing the quantity of subscriptions on the `All Available Subscriptions` tab of the Subscription Manager GUI are displayed incorrectly. As a consequence, users are unable to view the qantity and select the intended value. To work around this problem, use the "subscription-manager attach --pool <pool> --quantity <quantity>" command to attach subscriptions with a specific quantity.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-11-19 11:49:38 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1246123, 1246125 | ||||||||
Attachments: |
|
Description
qianzhan
2015-07-24 10:13:08 UTC
Created attachment 1055670 [details]
quantity_number_is_block_when_changing_it_by_buttons.png
This is another gtk3 issue that needs to be resolved.
It happens in both the All Available Subscription tab as shown in attachment 1055670 [details] as well as the Contract Selection dialog.
Upon clicking the -/+ spinner for the first time, the following is logged...
[root@jsefler-7 ~]# tail -f /var/log/rhsm/rhsm.log
2015-07-24 09:27:21,470 [WARNING] subscription-manager-gui:7797 @subscription-manager-gui:213 - /usr/sbin/subscription-manager-gui:213: Warning: g_value_get_int: assertion 'G_VALUE_HOLDS_INT (value)' failed
sys.exit(ga_Gtk.main() or 0)
This bug still exists on RHEL-7.2-20150806.1: [root@dhcp-128-89 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 2.2.0.65-Unknown subscription management rules: 5.16 subscription-manager: 1.15.9-2.el7 python-rhsm: 1.15.4-2.el7 commit 2d40d48152d056517845069e1b618610ead02eb1 Author: Adrian Likins <alikins> Date: Fri Aug 14 11:48:01 2015 -0400 1246429: Stop spinbutton from blocking quantity The quantity column in the contract selection dialog uses a spin button cell renderer to adjust quantity. Gtk3 versions expand horizontal instead of vertical, causing the column contents to be hidden by the spin button. Set a max/min width on the quantity column so it is a fixed width large enough for the spin button. The column is not set to expand to avoid it using all extra space if the window is widened horizontally. Created attachment 1066859 [details]
Quantity is now visible
Marking verified as quantity is now visible
[root@dhcp35-166 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 2.0.6-1
subscription management rules: 5.16
subscription-manager: 1.15.9-7.el7
python-rhsm: 1.15.4-2.el7
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2122.html |