bugGNU Octave - Bugs: bug #56658, SelectionType callback is executed...

 
 

bug #56658: SelectionType callback is executed with variable delay depending on where click occurs

Submitter:  Rik <rik5>
Submitted:  Mon 22 Jul 2019 05:14:15 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Sep 2019 12:13:38 PM UTC, comment #1: 

Confirmed. Changing category to "Plotting with OpenGL".

Pantxo Diribarne <pantxo>
Group Member
Mon 22 Jul 2019 05:14:15 PM UTC, original submission:  

I don't know if this is serious, or not, and thus whether it is worth fixing.  But I notice a delay when executing the callback in the following code which is dependent on where the mouse click occurs in the figure.

Code to reproduce:


close all
graphics_toolkit qt
demo sombrero
set (gcf, 'ButtonDownFcn', 'get(gcbf,''SelectionType''),fflush(stdout);')


Right-click (or double-click or middle-click) within the figure, but outside the axes object and the sombrero plot.  The callback is executed immediately.

Right-click inside the axes object on top of the sombrero.  The callback is executed after some delay.

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-09-06 pantxo CategoryPlotting Plotting with OpenGL
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code