Bug #2418
closedHTML documentation: magnifying glass is present but dormant
100%
Description
In the HTML version of the documentation, the magnifying glass (for "search" functionallity) is shown, but has no effect.
Updated by Debbie Lockett over 9 years ago
- Status changed from New to Resolved
Indeed, searching is not possible in the HTML documentation, so the magnifying glass should not be there.
As a quick fix, I have edited the 9.6 HTML documentation CSS stylesheet html/documentation/cetree.css, to remove styling (i.e. the magnifying glass image) for the class .search.
This is not an ideal fix, because this CSS stylesheet is supposed to be an exact copy (as generated in the documentation.userdoc-html build) of the one used for the dynamic XML documentation.
In fact, for the 9.5 documentation, the XML and HTML versions really share the CSS stylesheet, so I can't make this simple fix in that case (because the .search class styling should remain for the XML version).
The alternative would be to regenerate the HTML documentation, with a correction on the userdoc/saxon9/to-static/s-cetree.xsl stylesheet, which removes the
elements from ever being introduced to every page in the first place. I have made this change for the 9.7 development userdoc, but would prefer not to have to replace the whole of the 9.6 HTML documentation.Updated by O'Neil Delpratt almost 9 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.8
Bug fix applied in the Saxon 9.6.0.8 maintenance release
Updated by O'Neil Delpratt almost 9 years ago
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.8 added
Please register to edit this issue