FLTK logo

STR #264

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

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:X11
Summary:fluid: setting labels with ^J followed by a dash (-)
Version:1.1.4
Created By:greg.ercolano
Assigned To:ossman
Fix Version:1.3-current (SVN: v10303)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 mike
14:19 Feb 29, 2004
str264.patch
1k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
18:58 Jan 28, 2004
In fluid, while typing a widget's label, the label clears if the programmer enters ^J followed by a dash (-).

Replication:

    1) Run fluid, create a window, then create a 'box'
    2) Hit F1 to edit the box's label
    3) Type README^J------^J^JThis is a test.

After typing the first '-', the README disappears.

Workaround:
Before typing the dash, type space, then backspace, then dash.
 
 
#2 mike
14:21 Feb 29, 2004
Please use the attached patch - looks like a possible XFree86 implementation issue, but in any case the change will correctly track the current CTRL key state (it was seeing CTRL + "-" and mapping it to 0x1f)  
 
#3 mike
14:21 Feb 29, 2004
Fixed in CVS - the anonymous CVS repository will be updated at midnight PST.  
 
#4 ossman
05:36 Sep 12, 2014
The "fix" for this STR causes the wrong symbol to be generated for Ctrl-minus. We've also been unable to reproduce the original issue that was reported on this STR. So we're going to simply revert the commit and assume that this worked around a bug in an old version of XFree86 that is no longer relevant.  
 
#5 ossman
05:38 Sep 12, 2014
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'.