FLTK logo

STR #131

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

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:selection not dropped when more than one Fl_Text_Editor
Version:1.1.4rc2
Created By:greg.ercolano
Assigned To:mike
Fix Version:1.1-current
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 greg.ercolano
11:27 Aug 18, 2003
foo.cxx
1k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
23:51 Aug 12, 2003
When there's more than one Fl_Text_Editor in an app (eg. in a database screen where two or more multiline fields are implemented with Fl_Text_Editor), the user can make text selections such that more than one selection can exist at a time.

What should happen, I think, is that as soon as a selection is made in one editor, any selections in the other editors should disappear.

Not sure if I can patch this one.
 
 
#2 mike
08:25 Aug 18, 2003
Can you supply a short example that demonstrates this?  
 
#3 greg.ercolano
11:28 Aug 18, 2003
See attached foo.cxx..
it opens a window with two text editors,
and if you select the text in each, you can
see the problem.
 
 
#4 mike
06:06 Aug 24, 2003
Fixed in CVS for 1.1.4.  The "fix" involved simply not drawing the selection when the widget was not focused (that it what Fl_Input_ does) and redrawing the widget whenever the focus changes and there is a selection.  
     

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