FLTK logo

STR #958

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #958

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:2 - Specific to an operating system
Subsystem:Core Library
Summary:Navigation bar on wrong window
Version:1.1-current
Created By:Portale
Assigned To:mike
Fix Version:1.1-current (SVN: v4459)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 Portale
15:14 Jul 28, 2005
navigation_bar_on_wrong_window.png
6k
 
 
#2 mike
15:54 Jul 28, 2005
str958.patch
0k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 Portale
15:14 Jul 28, 2005
Sometimes the navigation bar in the file open dialog is drawn on another window.

This is a little bit tricky to reproduce..
- Open Fluid
- Open the CubeUI.fl
- Open the gui edit window of the "mainWindow"
- Open the File Open dialog (Ctrl+O)
- Open the "Favorites" pop up
- Close the "Favorites" pop up by clicking somewhere else than on the popped up menu
- Click on an element of the file input navigation bar

The navigation bar is drawn on the gui edit window which is in the background. See screenshot.

Windows XP
Visual Studio .NET 2003
FLTK 1.1-current from SVN
 
 
#2 mike
15:47 Jul 28, 2005
It appears that Fl_File_Input::handle() is redrawing the buttons directly; I think we just need to add a make_current() call before we redraw the buttons...  
 
#3 mike
15:54 Jul 28, 2005
Try the attached patch...  
 
#4 Portale
16:00 Jul 28, 2005
That fixes it. Thanks!  
 
#5 mike
19:17 Jul 28, 2005
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.