FLTK logo

STR #1578

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

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:Documentation
Summary:Method links aren't working in Fl_Input_Choice docs
Version:1.1-current
Created By:greg.ercolano
Assigned To:mike
Fix Version:1.1-current (SVN: v5649)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
23:22 Jan 30, 2007
Trying to read the docs on this page:
http://fltk.org/documentation.php/doc-1.1/Fl_Input_Choice.html

..when I click on the method links in the index (eg. "add"), the page does not scroll down to that method, even though there's room for the scrollbar to move there.

Oddly, the <A HREF=xxx> and <A NAME=xxx> markers seem to match up, so not sure what the problem is offhand.

I can see this problem in both firefox 2.0 and konqueror (default that comes with FC3), haven't checked other browsers.
 
 
#2 greg.ercolano
23:51 Jan 30, 2007
I see the problem.. some of the <A NAME=xxx> entries include the '#' sign in the xxx name.. eg:

BEFORE: <A name="#Fl_Input_Choice.add">
 AFTER: <A name="Fl_Input_Choice.add">
                ^^

Also of note, but probably not a problem, I notice some docs bundled in the FLTK 1.1.x tar ball have *single* quotes around the <a name=xxx> strings. I've never seen single quotes used in HTML, at least not in common usage, eg:

% pwd
/usr/local/src/fltk-1.1.x-svn/documentation

% grep -i "<a name='" *
Fl_Input_Choice.html:<h4><a name='#Fl_Input_Choice.add'>void ..
Fl_Input_Choice.html:<h4><a name='#Fl_Input_Choice.clear'>void ..
Fl_Input_Choice.html:<h4><a name='#Fl_Input_Choice.menu'>void ..
Fl_Spinner.html:<h4><a name='Fl_Spinner.format'>void ..
Fl_Spinner.html:<h4><a name='Fl_Spinner.maximum'>void ..
[..]                        ^^^^^^^^^^^^^^^^^^^^

Single quotes don't seem to affect browsing, just thought I'd point that out. The '#' signs are the real problem in the Fl_Input_Choice docs.
 
 
#3 mike
15:15 Jan 31, 2007
Fixed in Subversion repository.

FWIW, both single and double quotes are allowed when delimiting attribute values.
 
     

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