FLTK logo

STR #3474

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 | SVN ⇄ GIT ]

STR #3474

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Tabs handler does not handle FL_PUSH correctly
Version:1.4-feature
Created By:deech
Assigned To:AlbrechtS
Fix Version:None
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 deech
07:51 Jun 06, 2018
On line 177 of Fl_Tabs.cxx we have:
if (Fl::event_y() < y()+h()+H) return Fl_Group::handle(event);

Shouldn't that be:
if (Fl::event_y() < y()+h()-H) return Fl_Group::handle(event);
 
 
#2 AlbrechtS
22:25 Aug 06, 2018
The code you mention is in the case "H < 0", i.e. when the tabs are at the bottom of the widget, hence it is correct.

If you have evidence that anything is wrong with the code please feel free to open another STR with a description of the effects you see and, if possible, with a small test program.
 
     

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'.