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

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

[Octave-bug-tracker] [bug #56646] SelectionType in a listbox's callback


From: Guillaume
Subject: [Octave-bug-tracker] [bug #56646] SelectionType in a listbox's callback
Date: Fri, 19 Jul 2019 06:17:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?56646>

                 Summary: SelectionType  in a listbox's callback
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Fri 19 Jul 2019 10:17:42 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In bug #44669, a bug was fixed for having "SelectionType" to return "open" for
a double-click in a figure's callback.

It seems that there are similar issues in a listbox's callback where "open" is
not returned for a double-click and middle/right click return "extend"/"alt":


figure
uicontrol ('style','listbox', 'string','octave',
'callback',"get(gcbf,'SelectionType')")


In Matlab, the behavior is:

* left single click: "normal"
* left double click: "normal", "open"
* middle click: 
* right click:
* space: "open"
* "return: "open"





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56646>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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