STR #3282

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.3 | Post Text | Post File | Prev | Next ]

STR #3282

Application:FLTK Library
Status:5 - New
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_Table::handle() returns 1 on right clicks
Version:1.3.4
Created By:mikesart
Assigned To:greg.ercolano
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text top right image
 
#1 mikesart
17:29 Jan 28, 2016
This bit of code in Fl_Table.cxx is returning 1 when right clicking on my table, which is preventing my poor popup menu from showing up.

      switch ( context ) {
        case CONTEXT_CELL:
          // FL_PUSH on a cell?
          ret = 1; // express interest in FL_RELEASE
          break;

I believe it should check for ( _event_button == 1 ) like the CONTEXT_NONE and CONTEXT_COL_HEADER cases.
 
 
#2 matt
07:37 Feb 02, 2019
Assigned to Greg. Not sure if this request breaks things. It feels to me like setting a callback may also be used to pop up menus per item?!  
bottom left image   bottom right image

Return to Bugs & Features | Post Text | Post File ]

 
 

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