Re: [g-a-devel]Need clarification on toolbar key navigation.



Narayana,

I agree that you should probably add a check whjether the widget is insensitive.

Owen Taylor commented on these patches, a few weeks ago in the mail 
http://mail.gnome.org/archives/gtk-devel-list/2002-February/msg00372.html

You preobably need to take his comments into account.

Padraig

> X-Accept-Language: en
> MIME-Version: 1.0
> To: "Padraig O'Briain" <Padraig Obriain Sun COM>
> CC: gnome-accessibility-devel gnome org
> Subject: Re: [g-a-devel]Need clarification on toolbar key navigation.
> 
> Hi Padriag,
> 
> I have looked at one of the patches submitted by you for this
> bug on toolbar. I have applied this patch.
> 
> I have a situation where toolbar has four buttons. The first 
> and last buttons are sensitive and the middle two are insensitive.
> 
> If the focus is on the first button, 
> pressing Left arrow does not focus the sensitive button. But focus is
> not
> visible on any button. After two such presses, the focus is 
> given to the last button. The two keypresses were for navigating out
> of insensitive buttons. 
> 
> I feel the focus should immediatly go to the
> last button. To make this happen, Shall I add a condition to check
> if the widget is insensitive.??
> 
> Please give your thoughts.
> 
> Regards,
> Narayana.
> 
> Padraig O'Briain wrote:
> > 
> > Narayana,
> > 
> > A widget must be visible and sensitive in order to receive focus; see
> > gtk_widget_child_focus() in gtkwidget.c
> > 
> > Padraig
> > 
> > > Hi,
> > >
> > > I am looking at the keynav bug#54047 which is raised against
> > > gtktoolbar. I have a doubt here.
> > >
> > > If I have a toolbar where some widgets can become insensitive
> > > based on the functionality, what should be the behaviour of
> > > navigation with Left/Right arrows.?? If there is an insensitive
> > > widget next to the widget with focus, what should happen when I
> > > press Left arrow.?? I feel focus should be given to the next
> > > sensitive widget by skipping the insensitive widget.
> > >
> > > Please comment.
> > >
> > > Regards,
> > > Narayana.
> > >
> > > P.S:
> > > In gnome-sound-recorder, buttons like Play, Stop Play can become
> > > insensitive depending on the status of recording.
> > > _______________________________________________
> > > Gnome-accessibility-devel mailing list
> > > Gnome-accessibility-devel gnome org
> > > http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]