Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Looks like the method that sets the state of the buttons was confused about which buttons were which. The widget.get_name() used there changed meaning a bit in newer gtk versions (or more accurately, the behaviour of the widgets created with glade [old gtk2] vs Gtk.Builder [slightly less old gtk] changed).
Fix is just to set the widgets name to the Builder xml widget id, patch forthcoming.
commit b4e42d726014039ca2f37babfe418753fd8236e4
Author: Adrian Likins <alikins>
Date: Thu Jul 30 09:26:27 2015 -0400
1243260: Make proxy config dialog work.
The behaviour of widget.get_names() isn't neccasarily
the same name used for the widget/object 'id' in the
ui builder xml. And with Gtk.Builder, it usually
is not.
The proxy dialog init would try to set the state of the
dialog based on the widget names, but would fail because
of above mentioned change. So the state of the buttons
is incorrect.
To fix it, widgets.SubManBaseWidget's pull_widget() method
was changed to set the expected widget name, as well as
to elevate the widget name to the objects attributes.
Verifying version:
subscription-manager: 1.15.9-2.el7
python-rhsm: 1.15.4-2.el7
These editboxes are still not writeable. Please see attachment 'editboxes_not_available_to_use.png'
Moving the bug from ON_QA to ASSIGNED.
Created attachment 1059849[details]
Proxy dialogue
qianqian ,
its fixed in the version
subscription-manager: 1.15.9-3.el7
python-rhsm: 1.15.4-2.el7
P.S attachment for the same
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
Created attachment 1052195 [details] can not input "Proxy Location"and "Proxy Username" button. Description of problem: When configuring the proxy, can not input "Proxy Location"and "Proxy Username" button. Version-Release number of selected component (if applicable): subscription-manager-gui-1.15.5-1.el7.x86_64 subscription-manager-1.15.5-1.el7.x86_64 python-rhsm-1.15.3-1.el7.x86_64 How reproducible: always Steps to Reproduce: 1.# subscription-manager-gui 2.Click "Proxy Configuration" button. 3.Input "Proxy Location"and "Proxy Username" Actual results: 1.After step1, the subscription-manager GUI is opened. 2.After step2, the "Advanced Network Configuration" dialog pops up. 3.can not input "Proxy Location"and "Proxy Username" button. Expected results: 1.After step1, the subscription-manager GUI is opened. 2.After step2, the "Advanced Network Configuration" dialog pops up. 3.No error prompts. Additional info: