bugGNU Octave - Bugs: bug #44939, 'Visible' property of a...

 
 

bug #44939: 'Visible' property of a uicontextmenu

Submitter:  Guillaume <gyom>
Submitted:  Mon 27 Apr 2015 01:58:25 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  lostbard
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 07 May 2015 09:22:09 PM UTC, comment #3: 
John Donoghue <lostbard>
Group Member
Thu 07 May 2015 12:45:21 PM UTC, comment #2: 

Thanks John, it works as expected now!

Guillaume <gyom>
Thu 07 May 2015 12:05:31 PM UTC, comment #1: 

Patch to fix

(file #33951)

John Donoghue <lostbard>
Group Member
Mon 27 Apr 2015 01:58:25 PM UTC, original submission:  

Upon creation, the 'Visible' property of a uicontextmenu is set to 'on' while it should be set to 'off':


F = figure;
H = uicontextmenu(F);
set(F,'uicontextmenu',H);
U = uimenu('parent',H,'Label','Menu');
get(H,'Visible')


Once the context menu has been displayed, the property is set as appropriate ('off').

Guillaume <gyom>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #33951:  uictxfix.patch added by lostbard (809B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Updated the item)
  • -email is unavailable- added by gyom (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-05-07 lostbard StatusPatch Submitted Fixed
        Open/ClosedOpen Closed
    2015-05-07 lostbard Attached File- Added uictxfix.patch, #33951
        Item GroupNone Incorrect Result
        StatusNone Patch Submitted
        Assigned toNone lostbard

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code