Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Joanmarie Diggs
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

Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Nagappan Alagappan
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. Thanks Nagappan On Mon, Jun 20, 2011 at 1:07 PM, Joanmarie Diggs wrote: > Hi Nagappan. > > > Ex

Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Joanmarie Diggs
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

Re: [g-a-devel] Gail next steps (was Re: GTK and ATK)

2011-06-20 Thread Matthias Clasen
No, there is no such plan in the short term. I was just trying to clarify how things will fit together. On Jun 20, 2011 8:59 AM, "Piñeiro" wrote: > On 06/20/2011 06:18 AM, Matthias Clasen wrote: >> I think we should probably give a quick status update. > > Thanks for the update. Just a question. >

Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Peter Korn
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.  I don't have an immediate accessibility use case to hand...

Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Joanmarie Diggs
Hi Nagappan. > Example: Selecting multiple files in nautilus: > * press shift key > * select multiple file with mouse click > * release shift key I should have specified button (i.e. the widget) in the subject. My bad for only mentioning it in the body. Pressing and releasing keys is different.

Re: [g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Nagappan Alagappan
Hello Joanie, Atleast for automated testing, yes we need :-) Example: Selecting multiple files in nautilus: * press shift key * select multiple file with mouse click * release shift key In VMware we use this for drag and drop (files) testing between host and guest using LDTP. Thanks Nagappan O

[g-a-devel] Do we really need 'press' and 'release' AtkAction types in addition to 'click'?

2011-06-20 Thread Joanmarie Diggs
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 _

Re: [g-a-devel] Gail next steps (was Re: GTK and ATK)

2011-06-20 Thread Piñeiro
On 06/20/2011 06:18 AM, Matthias Clasen wrote: I think we should probably give a quick status update. Thanks for the update. Just a question. In the last week, Benjamin and I have started to implement the outlined plan. Achievements so far: - Code has been moved from modules/other/gail to gt