bugGNU Octave - Bugs: bug #44704, Display of 'popupmenu' uicontrol...

 
 

bug #44704: Display of 'popupmenu' uicontrol (Qt)

Submitter:  Guillaume <gyom>
Submitted:  Thu 02 Apr 2015 08:14:39 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
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
   

Wed 15 Aug 2018 12:16:19 AM UTC, comment #2: 

This seems to have been fixed.  I don't see an black background when running the original code.  Closing report.

Rik <rik5>
Group administrator
Thu 13 Oct 2016 09:35:20 AM UTC, comment #1: 

This was also reported in bug #49247 for edit, listbox and popupmenu uicontrols (see .

Guillaume <gyom>
Thu 02 Apr 2015 08:14:39 PM UTC, original submission:  

Not a bug per se but on my platform (openSUSE 13.2) a popupmenu uicontrol is displayed with a black surrounding background (see attached screenshot) that disappears when displayed on top of another uicontrol:


F=figure;
uicontrol(F,'Units','normalized','Style','pushbutton','Position',[0.5 0.1 0.45 0.8]);
uicontrol(F,'Units','normalized','Style','popupmenu','Position',[0.3 0.4 0.4 0.2],'String','menu');


Is it just me or do you see something similar?

Guillaume <gyom>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #33518:  popupmenu.png added by gyom (7KiB - image/png)

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2018-08-15 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2015-04-02 gyom Attached File- Added popupmenu.png, #33518

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code