Tracker: Bugs

5 WebHelp: If JS is disabled, start with the TOC pane hidden - ID: 3580116
Last Update: Comment added ( dcramer )

If JavaScript is disabled, start with the TOC pane hidden. That is, do not display a TOC pane, but rather only the content pane. Navigation won't work in the TOC pane without JavaScript, nor will the search work (which can be accessed via the TOC pane).
Currently, without JavaScript, parts of the content pane even disappear under the TOC pane. This should be fixed ASAP.


Stefan Hinz ( stefanhinz ) - 2012-10-25 06:25:39 PDT

5

Closed

Fixed

Nobody/Anonymous

other

output: webhelp

Public


Comment ( 1 )

Date: 2012-10-26 07:20:01 PDT
Sender: dcramer

dcramer@anatine ~/docbook-open-repository/svn/trunk/xsl/webhelp
$ svn diff
Index: template/common/css/positioning.css
===================================================================
--- template/common/css/positioning.css (revision 9636)
+++ template/common/css/positioning.css (working copy)
@@ -353,6 +353,8 @@
border: 0px solid;
}

+#sidebar { display: none }
+
@media print {

body * {

dcramer@anatine ~/docbook-open-repository/svn/trunk/xsl/webhelp
$ svn commit -m"Webhelp: Do not display sidebar if js is disabled in
browser since it will not be functional"
template/common/css/positioning.css
Sending template/common/css/positioning.css
Transmitting file data .
Committed revision 9646.



Attached File ( 1 )

Filename Description Download
webhelp.no-js-layout-issue.png Screen shot showing layout issues when JS is disabled Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2012-10-26 07:20:01 PDT dcramer
resolution_id None 2012-10-26 07:20:01 PDT dcramer
allow_comments 1 2012-10-26 07:20:01 PDT dcramer
close_date - 2012-10-26 07:20:01 PDT dcramer
File Added 455434: webhelp.no-js-layout-issue.png 2012-10-25 06:25:44 PDT stefanhinz