bugGNU Octave - Bugs: bug #49257, resize issues for gui app

 
 

bug #49257: resize issues for gui app

Submitter:  None
Submitted:  Mon 03 Oct 2016 06:43:10 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Oct 2016 02:21:35 PM UTC, comment #1: 

Closing report azs a duplicate of bug #44472

Pantxo Diribarne <pantxo>
Group Member
Mon 03 Oct 2016 06:43:10 PM UTC, original submission:  

The following app shows resizing issues:
See the attached screenshots.


function f_gui = bug_resize
    f_gui = figure();
    pan_c = uipanel(f_gui, 'Position', [0.0, 0.75, 1.0, 0.25]);
    uicontrol(pan_c, 'Position', [10, 10, 160, 20], ...
                'Style', 'slider', 'Min', 0, 'Max', 20, 'Value', 10);
    pan_p1  = uipanel(f_gui, 'Position', [0.0, 0.0, 1.0, 0.75]);
    subplot(1, 1, 1, 'Parent', pan_p1);
    imagesc(rand(10,10));
end


qt 4.6.2

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #38654:  bug_resize_01.PNG added by None (21KiB - image/png)
file #38655:  bug_resize_03.PNG added by None (23KiB - image/png)
file #38656:  bug_resize_02.PNG added by None (23KiB - image/png)
file #38657:  bug_resize_04.PNG added by None (23KiB - image/png)

 

Digest:
   bug dependencies.

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 None (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 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-10-18 pantxo StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #44472
    2016-10-03 None Attached File- Added bug_resize_01.PNG, #38654
        Attached File- Added bug_resize_03.PNG, #38655
        Attached File- Added bug_resize_02.PNG, #38656
        Attached File- Added bug_resize_04.PNG, #38657

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code