bugGNU Octave - Bugs: bug #46526, WindowButtonDownFcn isn't called...

 
 

bug #46526: WindowButtonDownFcn isn't called after (for example) zooming the plot

Submitter:  None
Submitted:  Wed 25 Nov 2015 10:01:12 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Works For Me Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 15 Aug 2018 11:45:54 PM UTC, comment #2: 

This report is ancient, and it worked correctly the last time it was checked.  Closing report.

Rik <rik5>
Group administrator
Sun 21 Feb 2016 10:30:35 PM UTC, comment #1: 

Thanks for the report. The posted example works for me in a figure on Debian. After zooming with the mouse and turning zoom mode off again, both functions are called. Can anyone confirm that this is not working on Windows? Any difference with 4.0.1-rc3?

Mike Miller <mtmiller>
Group Member
Wed 25 Nov 2015 10:01:12 AM UTC, original submission:  


function mouseClick (object, eventdata)
disp ("mouse clicked");
endfunction

function mouseRelease (object, eventdata)
disp ("mouse released");
endfunction

figure(1);

set(figure(1), "WindowButtonDownFcn",@mouseClick);
set(figure(1), "WindowButtonUpFcn",@mouseRelease);


works fine in the beginning, but after zooming etc., only the mouseRelease Function is called - also both functions are still assigned (according to get(figure(1)) ).

Anonymous

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  •  

    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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-08-15 rik5 StatusNeed Info Works For Me
        Open/ClosedOpen Closed
    2016-02-21 mtmiller CategoryPlotting Plotting with OpenGL
        Item GroupNone Incorrect Result
        StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code