octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46026] Menu dialog generated by menu() is pri


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #46026] Menu dialog generated by menu() is primitive
Date: Tue, 22 Sep 2015 19:22:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Follow-up Comment #3, bug #46026 (project octave):

The menu function is really a thin wrapper around listdlg. These issues are
all relevant to listdlg as well. I fixed what I think are the behavior
compatibility issues on the default branch:

1. Enter key submits selected item
2. Double click with mouse submits selected item
3. The "Select All" button is not shown in single-selection mode

So it works for me without a mouse now, you can arrow up and down to your
choice, pressing Escape is the same as Cancel, and Enter is the same as Ok.

Note that menu() *only* operates in single-selection mode. If you call
listdlg() instead, you have the choice of single or multiple selections.

http://hg.savannah.gnu.org/hgweb/octave/rev/dd327c0909b0

Any other problems?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46026>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]