unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: stephen.berman@gmx.net, maurooaranda@gmail.com
Cc: 70594@debbugs.gnu.org
Subject: bug#70594: 30.0.50; Error when tabbing with only one active widget
Date: Sat, 25 May 2024 10:42:33 +0300	[thread overview]
Message-ID: <867cfi1gnq.fsf@gnu.org> (raw)
In-Reply-To: <86y18j78ke.fsf@gnu.org> (message from Eli Zaretskii on Thu, 09 May 2024 10:23:13 +0300)

Ping! Ping!  Can we please make some progress here?

> Cc: 70594@debbugs.gnu.org
> Date: Thu, 09 May 2024 10:23:13 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> Ping!
> 
> > Cc: 70594@debbugs.gnu.org
> > Date: Fri, 26 Apr 2024 18:02:13 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> > 
> > > Date: Fri, 26 Apr 2024 14:43:42 +0200
> > > From:  Stephen Berman via "Bug reports for GNU Emacs,
> > >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> > > 
> > > Commit 91333dacfa1, which adds the feature of optionally skipping over
> > > inactive widgets when tabbing (bug#70413), fails to handle buffers that
> > > contain only one active widget; in that case, pressing TAB or S-TAB
> > > raises the error "No buttons or fields found".  To reproduce:
> > > 
> > > 0. emacs -Q
> > > 1. Load the attached file widget-test.el and then type `M-x
> > >    my-widget-test'.
> > > 2. In the buffer "*My Widget Test*" repeatedly press TAB and S-TAB and
> > >    observe that point moves successively between the active radio
> > >    buttons labelled "One" and "Two" and the active push button "Submit",
> > >    but skips the inactive push button "Reset", since the user option
> > >    widget-skip-inactive is enabled.
> > > 3. Now press (via RET or mouse-click) the "Submit" button, which makes
> > >    the radio buttons and the "Submit" button inactive and the "Reset"
> > >    button active.
> > > 4. Pressing TAB once moves point to the "Reset" button, then pressing
> > >    TAB again moves point to BOB and raises the error "No buttons or
> > >    fields found".  Likewise, pressing S-TAB once moves point to "Reset",
> > >    then pressing S-TAB again moves to EOB and raises the same error.
> > > 
> > > The attached patched fixes this bug.  In addition, when only one widget
> > > is active and point is on it, since pressing TAB or S-TAB does not move
> > > point, the informational message "Only one tabable widget" is displayed.
> > > 
> > > The original code in widget-move contained separate loops to handle
> > > forward and backward movement and this involved some code duplication.
> > > The changes to this code to fix the bug would have required further
> > > duplication, so I took the opportunity to parameterize the
> > > directionality, allowing handling both directions in a single loop.
> > > This shortens the code and IMO makes the similarities and differences in
> > > the handling easier to see.
> > 
> > Adding Mauro to the discussion.
> > 
> > 
> > 
> > 
> 
> 
> 
> 





  reply	other threads:[~2024-05-25  7:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 12:43 bug#70594: 30.0.50; Error when tabbing with only one active widget Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-26 15:02 ` Eli Zaretskii
2024-05-09  7:23   ` Eli Zaretskii
2024-05-25  7:42     ` Eli Zaretskii [this message]
2024-05-25  9:30       ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-08 11:49         ` Eli Zaretskii
2024-06-25 10:43           ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=867cfi1gnq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=70594@debbugs.gnu.org \
    --cc=maurooaranda@gmail.com \
    --cc=stephen.berman@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).