Lvgl: Documentation page breaks Ctrl+F

Created on 19 Oct 2020  路  4Comments  路  Source: lvgl/lvgl

Describe the bug
To Reproduce

If you go to e.g. https://docs.lvgl.io/v7/en/html/overview/style.html?highlight=lv_style_set%20opa and try to search for e.g. lv_style_set_bg_opa then there are no results. Which is incorrect.

Expected behavior

The documentation pages don't break Ctrl+F. Currently it makes the entire documentation a massive pain in the arse to use, if not useless. Being able to find a relevant piece of documentation really matters.

Screenshots

bug

bug

Most helpful comment

I couldn't find it with a quick search so I filed one: https://github.com/sphinx-doc/sphinx/issues/8322

All 4 comments

Yes; it's annoying. There's not much we ourselves can do about this, because we use Sphinx to generate the documentation, and this is how its search feature behaves.

A workaround is to remove the ?highlight from your URL; that will prevent Sphinx from doing the highlight itself and you will be able to use Ctrl+F as normal.

Has this bug been reported to Sphinx?

I couldn't find it with a quick search so I filed one: https://github.com/sphinx-doc/sphinx/issues/8322

I close this issue as it should be fixed on Sphinx's side.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

larenge2 picture larenge2  路  4Comments

puzrin picture puzrin  路  5Comments

pekalicious picture pekalicious  路  6Comments

Moo2017 picture Moo2017  路  3Comments

MShahrukh0 picture MShahrukh0  路  6Comments