FLTK logo

STR #3227

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

STR #3227

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:Fl_Help_View incorrectly displays "Table Heading" and "Horizontal Line"
Version:1.3-current
Created By:Nikego
Assigned To:AlbrechtS
Fix Version:1.4.0 (SVN: v12220)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 Nikego
12:44 May 07, 2015
help_view_bug.jpg
117k
 
 
#2 AlbrechtS
14:14 Apr 21, 2017
example_fixed.png
26k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 Nikego
12:43 May 07, 2015
There is a problem with displaying of Table Heading and Horizontal Line. I attached a screenshot of the "help" application.

Windows7 x64, MS VC2010
 
 
#2 manolo
04:43 Jun 03, 2016
The error related to the <HR> directive is fixed in r.11768.

The "Table Heading" problem is not yet fixed.
 
 
#3 dstarke
12:47 Apr 21, 2017
The table heading issue is basically due to the fact that the TH elements in the example HTML file (help-test.html) are not surrounded by TR tags.
Se either we make the parser more error tolerant or fix the example page.
See also: https://www.w3.org/TR/html5/tabular-data.html#the-th-element
 
 
#4 AlbrechtS
14:14 Apr 21, 2017
Fixed in Subversion repository.

The remainig issue (table header formatting) was fixed in srv r12220.

@Daniel (dstarke): Thanks for the hint and the link.

I fixed the example html file (it was renamed to help_dialog.html in FLTK 1.4). Indeed this improved the table header rendering in Fl_Help_View as far as the alignment is concerned. See attached image example_fixed.png.

We don't need to be more error tolerant since this widget is designed to display internal html only, hence I believe that we can close this STR.

Nikita, any objections?
 
 
#5 Nikego
14:27 Apr 21, 2017
No objections :) Thanks.  
     

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