After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 125275 - unnecessary "object:property-change:accessible-name" events
unnecessary "object:property-change:accessible-name" events
Status: RESOLVED DUPLICATE of bug 126605
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-23 10:00 UTC by Chandrashekhar. Korlahalli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed nautilus patch (2.50 KB, patch)
2003-11-05 14:40 UTC, padraig.obriain
none Details | Review

Description Chandrashekhar. Korlahalli 2003-10-23 10:00:44 UTC
problem 2: moved from vug# 125184
Description:

In property window, file menu, permissions selected. screen reader reads 
the initial status of all check boxes, such as Read, write & Execute. But, 
screen reader do not read an event checked / un-checked, after check box 
checked. The same status can not be read immediately, We need to move the 
focus different object & bring back to originally focussed check box, then 
it reads the check box status.
Presently after check box checked or checked, it sends event message as " 
rename window cbk_2307 properties ", where cbk_2307 is text file.

Expected:
Screen reader should read the modified status of the check boxes as 
checked or unchecked, along with the accessible description.
Comment 1 remus draica 2003-11-05 13:43:47 UTC
gnopernicus reacts to the changing of status of the check box (the
change can be seen on braille monitor), but because for every change
of the status of the check box an
"object:property-change:accessible-name" is emitted the cahnge has no
feedback from speech.

So, this is a nautilus bug. The file/properties/permission dialog
changes its name for every change of status for check-boxes, which is
a wrong behaviour.
 
Comment 2 bill.haneman 2003-11-05 13:59:42 UTC
this is also a gnopernicus bug - perhaps nautilus doesn't need to
change the accessible name, but some applications may indeed change
the label in such cases.  Although I don't think that's a great idea,
gnopernicus should be able to handle this case gracefully.  In other
words, gnopernicus should speak something like

"checked: Read"

if the Read checkbox is checked in this case.  So there is also a bug
in gnopernicus' speech preemption algorithm.
Comment 3 padraig.obriain 2003-11-05 14:40:33 UTC
Created attachment 21217 [details] [review]
Proposed nautilus patch
Comment 4 padraig.obriain 2003-11-12 09:35:58 UTC
I have decided against applyikng this patch. Instead I am dealing with
this situation in gail, see bug #126605.

I am closing this bug as a duplicate of bug #126605.

*** This bug has been marked as a duplicate of 126605 ***