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.
Bug 815563 - System preferences dialog needs new at-spi locators
Summary: System preferences dialog needs new at-spi locators
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager
Version: 6.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Bryan Kearney
QA Contact: J.C. Molet
URL:
Whiteboard:
Depends On:
Blocks: 738066
TreeView+ depends on / blocked
 
Reported: 2012-04-23 21:09 UTC by J.C. Molet
Modified: 2012-06-20 12:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-20 12:56:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
system prefs (832.54 KB, image/png)
2012-04-26 14:34 UTC, J.C. Molet
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2012:0804 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2012-06-19 19:51:31 UTC

Description J.C. Molet 2012-04-23 21:09:34 UTC
Description of problem:
It looks like the glade file for the System Preferences dialog in subscription-manager-gui has been copied directly from the register dialog and modified for special use.  Normally that's cool, but it seems that none of the at-spi locators were changed, so everything still says "register_dialog" instead of "system-preferences", so it is very confusing.


Version-Release number of selected component (if applicable):
subscription-manager-gnome-1.0.0-1.git.32.1d1ef82.el6_2.x86_64

How reproducible:
always

Steps to Reproduce:
1. Open the system preferences dialog and then look at the locators through your favorite at-spi broswer (like sniff from the dogtail package).
  
Actual results:
in the file: 
subscription-manager/src/subscription_manager/gui/data/preferences.glade

you have the following lines for

The window title:  
<atkproperty name="AtkObject::accessible-name">register_dialog</atkproperty>

The vbox containing the elements:
<atkproperty name="AtkObject::accessible-name" translatable="yes">register_dialog_main_vbox</atkproperty>

The action area:
<atkproperty name="AtkObject::accessible-name" translatable="yes">registration_dialog_action_area
</atkproperty>

The close button:
<atkproperty name="AtkObject::accessible-name" translatable="yes">register_button</atkproperty>
<atkproperty name="AtkObject::accessible-description">register_button</atkproperty>

Expected results:

All of the <accessibility> </accessibility> sections could be removed; window titles and button objects are automatically given an at-spi locator of the same name.  Additionally the vbox and action-area only serve as organizational divisions and are not usable or clickable - therefore don't really NEED a locator either though they could be simply renamed.

Additional info:

Comment 1 Alex Wood 2012-04-24 14:33:09 UTC
commit 39ce1eacf41671011eadd357648d3e5db890d87b
Author: Alex Wood <awood>
Date:   Tue Apr 24 10:26:36 2012 -0400

    815563: Remove incorrect at-spi locators.

Comment 2 Alex Wood 2012-04-24 14:49:22 UTC
Committed 51da3ce32a059800a66bbb83935df593337998d0 to RHEL6.3

Comment 6 J.C. Molet 2012-04-26 14:34:44 UTC
Created attachment 580499 [details]
system prefs

subscription-manager-gnome-1.0.0-1.git.39.fc7bf19.el6_2.x86_64


Fixed in the above version.

All things are named properly and all traces of register_dialog have been removed from this window.

Comment 8 errata-xmlrpc 2012-06-20 12:56:49 UTC
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.

http://rhn.redhat.com/errata/RHBA-2012-0804.html


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