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 801434 - Calendar selection tool doesn't have at-spi accessibility name
Summary: Calendar selection tool doesn't have at-spi accessibility name
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
medium
Target Milestone: rc
: ---
Assignee: Alex Wood
QA Contact: J.C. Molet
URL:
Whiteboard:
Depends On:
Blocks: 771481
TreeView+ depends on / blocked
 
Reported: 2012-03-08 14:25 UTC by J.C. Molet
Modified: 2013-04-29 14:24 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 08:54:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
date selection (1.93 MB, image/png)
2012-04-18 17:58 UTC, J.C. Molet
no flags Details
re-verified (324.96 KB, image/png)
2012-11-27 20:44 UTC, J.C. Molet
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0350 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2013-02-20 20:53:35 UTC

Description J.C. Molet 2012-03-08 14:25:54 UTC
Description of problem:
In the "All Available Subscriptons" tab, the date selector tool button does not have an at-spi accessibilty name.  The api reads it as a generic "OK" button.  This is confusing for people who actually need this api to use the program.

Additionally the window itself is not named and shows up as another numbered frame (which could be anything depending on what else you have open).

Version-Release number of selected component (if applicable):
subscription-manager-gnome-0.99.9-1.git.1.1ffc81e.el6.x86_64

How reproducible:
always

Additional info:
You can look at this easily by installing dogtail and using the sniff program.  I have not opened this bug until now because the actual date selector is unusable through the api, but it is now the only way to get today's date to auto-fill in the search box (due to changes to fix bug 704408).

Comment 2 Alex Wood 2012-03-13 17:28:44 UTC
Committed 7cda7cd65f0216eda5c76d2fd7b9982dee3468bd

subscription-manager-0.99.10+

This commit does not address the issue of the calendar window itself not being named.  Per discussion with jmolet, he will see if the unnamed calendar window still presents an issue after the changes made in this commit are taken into account.

Comment 4 J.C. Molet 2012-04-11 17:19:36 UTC
Although everything inside the window has a name, the calendar window does not, and unfortunately I cannot access a window or its contents without a name reliably.

I have figured out how to name this window though:

In widgets.py, in the class DatePicker, in the function _button_clicked(),

You can name the window by changing the line:

        self._calendar_window.set_title("")

to something like:

        self._calendar_window.set_title("Date Selection")



Of course this runs into the other issue of having "Date Selection" being a translatable string (I have no idea how that bit works, or if anything needs to be done at all), but essentially the AT-SPI name of the window will match any string you enter in that set_title() function.

Moving this back to NEW so that can be done.

Comment 5 Alex Wood 2012-04-16 17:06:33 UTC
commit 2bd8b287c739c3fe560020a96e9437808143ac3d
Author: Alex Wood <awood>
Date:   Fri Apr 6 00:11:17 2012 -0400

    801434: Add at-spi accessibility name to calendar widget.

Comment 7 J.C. Molet 2012-04-18 17:58:04 UTC
Created attachment 578427 [details]
date selection

This is now accessable via at-spi.  Marking Verified as of version:

subscription-manager-gnome-1.0.0-1.git.25.62fe532.el6_2.x86_64

Comment 8 John Sefler 2012-05-24 15:56:25 UTC
Problem...
Comment 7 was verified against the subscription-manager master branch.  Comment 5 commit needs to be cherry picked into the RHEL6.3 branch and then jmolet can re-verify against subscription-manager-gnome-0.99

Based on the tight schedule for RHEL6.3 and the severity of this bug, it may be best to simply remove this bug from advisory RHBA-2012:12609-01
http://errata.devel.redhat.com/errata/show/12609

Moving back to ASSIGNED

Comment 13 Adrian Likins 2012-10-09 18:10:08 UTC
The fixes for this are in the branches the 5.9 and 6.4 rebases will use, so closing this.

Comment 16 J.C. Molet 2012-11-27 20:44:41 UTC
Created attachment 653107 [details]
re-verified

Re-VERIFIED against version subscription-manager-gui-1.1.10-1.el6.x86_64  (latest in brew currently)

Date window has a atspi name: "Date Selection".

Comment 18 errata-xmlrpc 2013-02-21 08:54:18 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-2013-0350.html


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