FLTK logo

STR #706

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 #706

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Fl_Choice should have same behavior as other Fl_Menus
Version:1.1.6
Created By:jason.bryan
Assigned To:mike
Fix Version:1.1.7 (SVN: v4031)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 jason.bryan
03:57 Jan 20, 2005
Fl_Choice is the only Fl_Menu derived widget for which one cannot click-release-move-click-release to select an item. you MUST click-hold-drag-release to select, which is unlike any other widget.

commenting/removing the following line:

Fl::event_is_click(0);

in the handle() method of Fl_Choice.cxx will make Fl_Choice act like other Fl_Menu widgets (and like analagous widgets in other toolkits), while still allowing click-hold-drag-release behavior.
 
 
#2 mike
17:27 Feb 05, 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'.