Bug #33017 MySQL 6.0 Reference Manual - entire thing is blue underlined
Submitted: 5 Dec 2007 20:49 Modified: 6 Dec 2007 7:53
Reporter: Bob Stein (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: hyperlink blue underline style css manual, qc

[5 Dec 2007 20:49] Bob Stein
Description:
Looks like every single word has a hyperlinked style.  The right things appear to be clickable.  

This happens in the "HTML Single page" version, English, v6.0, Zip.

"Document generated on: 2007-12-04 (revision: 9115)"

Am I the only one who uses this format?  It takes about 30 minutes to load, but then I can text-search the whole thing.

How to repeat:
IE6, Firefox 2.002

Suggested fix:
lines 14,20 of mysql-html.css are:

     div.book, div.chapter, div.section A:Link
     div.book, div.chapter, div.section A:Visited

but should probably be:

     div.book A:Link, div.chapter A:Link, div.section A:Link
     div.book A:Visited, div.chapter A:Visited, div.section A:Visited

That seemed to fix it for me.
[6 Dec 2007 7:53] MC Brown
Hi - thanks for reporting - we fixed this about the same time as you reported it, but it takes a while for the new versions of the built docs to appear. 

All should now be fixed.