se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

Side navigation bar closing at 'usage' page #112

Closed FergusMok closed 2 years ago

FergusMok commented 2 years ago

The side navigation bar closes when pressing "How to use this book". The expected behavior would be for the side bar to remain open, with the current topic highlighted.

Expected Behavior: SEBookExpectedBehaviorGif

Current Behavior: SEBookGif

Removing the popover elements within the page solves the problem temporarily.

damithc commented 2 years ago

@FergusMok Thanks for this info. This is actually a MarkBind issue. We were wondering what exactly is causing this problem. As per your info, it seems it's something to do with popovers.

Probably related to https://github.com/MarkBind/markbind/issues/1615 Will post it there.