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
Attachments
For Gerrit Dashboard: QTBUG-128949 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
601121,2 | Fix document index | master | playground/qlitehtml | Status: MERGED | +2 | 0 |
603521,2 | Assistant: Update qhtmllite module | dev | qt/qttools | Status: MERGED | +2 | 0 |