Hey all.
It turns out that Gtk+ now includes one more value for text underlining
than Atk does. The impact of this bug [1] is that:
1. If a word in a Gtk+ text widget has the red, squiggly error underline
2. If an Orca user happens to have enabled the display of text
attributes in braille
T
Hey Mario.
> I'm currently trying to add support for AtkHypertext, AtkHyperlink and
> AtkHyperlinkImpl in WebKitGTK
Yay! And thank you. :-)
> and I found the following function
> confusing:
>
> gint atk_hypertext_get_link_index (AtkHypertext *hypertext,
>
Hey Brian.
El mar, 12-10-2010 a las 23:02 -0500, Brian Cameron escribió:
> The Boston Summit is less than a month away. Here are the details
> about this GNOME event if you hadn't heard:
>
>http://live.gnome.org/Boston2010
>
> Who from the a11y team is planning to go? Does the a11y team ha
Hey guys.
As I understand it, when an AT registers a listener for a given AT-SPI
event, there is no way to specify things like:
* The object role(s) the AT cares about w.r.t. that event type
* The app(s)/toolkit(s) the AT cares about w.r.t. that event type
For instance, if Orca cares about ob
On 01/24/2011 11:10 AM, Piñeiro wrote:
And btw, something that I forgot previously, please add this request
as another of the bugs for the "towards atk 2.0" metabud.
Done. https://bugzilla.gnome.org/show_bug.cgi?id=640440
Thanks!
--joanie
___
gnome
Hey all.
I will toss out something I said to Joseph this afternoon in IRC. As the
subject of this message suggests, I am offering it for
consideration/discussion as part of the impending revamp of Atk and AT-SPI.
"In a way, when you think about it, it's kinda weird that with all of
this a11y
Hey guys.
Benjamin asked why we need 'press' and 'release' AtkAction types in
addition to 'click' for buttons. I think it's an excellent question. Do
we really need all three, or is 'click' all that's needed?
I'm good with just 'click'. Others?
--joanie
_
is different.
> In VMware we use this for drag and drop (files) testing between host
> and guest using LDTP.
You cannot drag and drop buttons, right?
--joanie
> On Mon, Jun 20, 2011 at 12:52 PM, Joanmarie Diggs
> wrote:
> Hey guys.
>
> Benja
Hey Peter.
On Mon, 2011-06-20 at 13:11 -0700, Peter Korn wrote:
> Joanie,
>
> "pressed" should be equivalent to a mouse-down-but-not-released, which
> often triggers visual feedback from the widget. At least for
> programmatic testing, this may be useful to test for.
To play devil's advocate: I
Hi Nagappan.
On Mon, 2011-06-20 at 15:53 -0700, Nagappan Alagappan wrote:
> Hi Joanmarie,
>
>
> I remember for Orca test migration to LDTP, William requested me to
> implement press / release for button in LDTP. It was a discussion in
> IRC, I don't remember it or have chat logs now.
>
>
> Tha
Hey guys.
As we continue to look forward to ATK and AT-SPI next, I've got some
questions and thoughts regarding the current Collection interface, which
I feel is unnecessarily complex and convoluted. In short, I feel that
we've forgotten how valuable the KISS principle is. Here's the long
version:
Hey Ariel.
Thanks for your response and clarifications!
On Sun, 2011-08-07 at 14:20 -0500, Ariel Rios wrote:
> Accerciser makes (or made) use of Collection.
For what purpose? I believe all it does is make it possible for the user
to see if Collection had been implemented or not and query it via
Hey Alejo.
First of all, let me say "thanks!" for doing this. Having a means to
quantitatively assess the impact of various changes (patches,
enabling/disabling AT support and/or an AT) is of tremendous help. I'll
look over everything you sent in closer detail when time permits, but a
couple of th
Hi Alejo!
Since you have subsequently posted a note saying that you found another
bug, I'll wait until you provide new data before I look at the numbers.
In the meantime
> Now, to solve the orca consumption problem into the results,
Well, Orca does a lot of stuff -- some of which it simply
Hey Alejo.
> Ok, that's all until Joanmarie can send me an accerciser parameters list.
Oops. My bad! Here you go and thank you again.
document:reload
document:load-complete
document:load-stopped
object:active-descendant-changed
object:children-changed
object:link-selected
object:property-change:
Hey Bill.
On 12/16/2011 09:56 PM, Bill Cox wrote:
I'd feel a lot better pushing gnome accessibility if GTK+ wasn't such
a complete lost cause in terms of accessibility improvement.
I don't think this is a fair assessment. There has been a lot of
investment in improving Gtk+ Accessibility, inc
Hey all.
As many of us know, AtkText is one thorough interface. :) So thorough,
in fact, that it boggles the minds of those implementing it and sends
many others running to create PangoLayout instances so that they can use
GailTextUtil to do the implementation for them.
So I am here to propose we
On 04/13/2013 03:09 PM, Joanmarie Diggs wrote:
[...]
> In order to facilitate this simplification getting under way, I will
> remove Orca's use of atk_text_get_text_{before,after}_offset().
Removal from Orca complete. In addition, I have filed these two bugs:
1. ATK: https://bugzill
Hey Alex.
On 04/14/2013 09:37 AM, Alexander Surkov wrote:
> Hi. For Gecko it's much easier if TEXT_BOUNDARY_FOO constants were the same
> with IAccessible2 constants since it allows to have shared implementation.
Ok, we'll definitely take that into account. We, of course, are not
striving for dif
On 05/05/2013 05:52 PM, Mario Sanchez Prada wrote:
> So, let me get this straight... does this mean I do not have to
> implement the after/before variants AT ALL in WebKitGTK+ and that I only
> have to consider the START boundary?
Piñeiro should officially deprecate the after/before variants in A
On 05/05/2013 09:37 PM, Trevor Saunders wrote:
> I wonder if there is a reason you prefer this approach to the ia2 one in
> which after / before varients are kept, but only the actual contents of
> the word / line / whatever are returned not the word / line and the
> whitespace before or after de
On 06/17/2013 02:40 PM, Piñeiro wrote:
[...]
> As Joanmarie said on that thread, the idea is not having any _END/_START
> boundaries, and the "surviving" boundary would mimic what _START is
> doing right now. Anyway, as I said this is the first step, and probably
> the only thing that we can do o
On 06/24/2013 05:06 AM, Mario Sanchez Prada wrote:
> And perhaps it would be even worth it to first post a patch to
> "deprecate" those methods in WebKitGTK+ too, so we are left with just
> the "at" method and the START boundaries, and get that upstream
> before pushing the "no pango" patches, but
On 08/06/2013 11:36 AM, Mario Sanchez Prada wrote:
> typedef enum {
> ATK_TEXT_GRANULARITY_CHAR,
> ATK_TEXT_GRANULARITY_WORD,
> ATK_TEXT_GRANULARITY_LINE,
> ATK_TEXT_GRANULARITY_SENTENCE
> } AtkTextGranularity;
As long as we're at it How about ATK_TEXT_
On 2013-08-13 13:31, Piñeiro wrote:
But for example, AFAIK, one of the things that Orca does is expose
the
text removed when the user press backspace. I see that easily
supported
with 'text-remove'. How that could be supported with 'text-updated'?
Joanmarie, any idea?
I assume that the "upda
Hey Alex, all.
On 09/27/2013 12:03 PM, Alexander Surkov wrote:
> Hi.
>
> HTML5 introduces inert subtrees [1] which are supposed to make a
> portion of the document inactive (not interactive for the user):
>
> "When a node or one of its ancestors is inert, then the user agent
> must act as if the
On 09/27/2013 01:54 PM, Alexander Surkov wrote:
> A primary use case I can think of is a dialog. When it appears on the
> screen then everything but dialog content turns into inert subtree. So
> basically it's grayed-out content but still visible for the user. I
> don't have other use cases, proba
On 10/15/2013 11:41 AM, Matthias Clasen wrote:
> I don't think atk_component_get_mdi_zorder is a good interface - its
> clearly a case of 'too much information' - you don't need the z order at
> all. What you need is just the 'component at the current pointer
> location'. It'll be much better to a
On 12/12/2013 04:12 PM, Alexander Surkov wrote:
> I'm ok with AtkValue extension, it makes sense if Orca wants complete
> information about the control.
Exactly how Orca is going to provide this information is something I am
still considering. But potentially, yes, Orca is going to want this
info
Hey Alexander, all.
On 12/13/2013 07:41 PM, Alexander Surkov wrote:
> Said above can be applied to wrong value which is exposed as invalid
> state but nevertheless it's a state. So I don't see a semantical
> contradiction here. If the value is optimal then control is in optimal
> state.
On this
Funny you mention it. I was thinking of filing bugs against ATK and
AT-SPI2 to suggest implementation. Since you mention it, please do so.
Thanks!
--joanie
On 01/23/2018 07:01 AM, Samuel Thibault wrote:
> Hello,
>
> While working on accessibility of firefox, we have found that when
> continuously
I might be able to do something in Orca. I'll try to take a look next week.
--joanie
On 04/05/2018 01:59 PM, Samuel Thibault wrote:
> Hello,
>
> So, any opinion on this? How to make this move forward? There are such
> examples in LibreOffice which make the screen reading really odd, we'd
> rea
On 04/05/2018 02:06 PM, Samuel Thibault wrote:
> Joanmarie Diggs, le jeu. 05 avril 2018 14:03:44 -0400, a ecrit:
>> I might be able to do something in Orca.
>
> Mmm, but how would Orca get to know the two labels for the widget?
TBD. Looking into it includes figuring out what
On 3/18/19 1:16 PM, Samuel Thibault wrote:
[...]
> Could people have a look at tell what I have missed there?
The page currently states:
> Orca wants to eat all capslock key presses/releases, to be able to use
> it for its own shortcuts
1. That doesn't apply when the capslock key isn't the Orc
34 matches
Mail list logo