Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2
-
5cab3a508 (master), f7cf23c06 (dev)
Description
The problem is in index.html where there is a div tag right after body:
<body><div>This text cannot be searched</div></body></html>
Something in this causes DocumentContainerPrivate::buildIndex() to not find body tag. Inserting a new line after the body tag makes this work.
To reproduce:
- generate help: qhelpgenerator macros.qhcp
- load it in assistant and open the index page
- ctrl+f and try searching anything