Bug Description
In Hermes Desktop, pressing PageUp while the chat input box is focused causes the page layout to break:
- A large empty area appears at the bottom of the chat view.
- The chat content shifts to the left.
- The left-hand menu/sidebar area gets squeezed out / disappears.
PageDown likely has the same problem (worth confirming).
Steps to Reproduce
- Open Hermes Desktop.
- Click into the chat input box (focus it).
- Press
PageUp.
- Observe the layout breaking — large blank area at the bottom, content shifted left, sidebar pushed off-screen.
Expected Behavior
PageUp inside a focused input field should either:
- Do nothing (default browser/Electron behavior should not affect layout), or
- Scroll the chat transcript up by a page without touching layout dimensions.
It should not distort the page layout or hide the sidebar.
Actual Behavior
Layout breaks as described above. A page refresh / window resize is needed to recover.
Environment
- App: Hermes Desktop
- OS: Windows 10
Notes
This issue was reported by the user and auto-submitted by the Hermes Agent on the user's behalf.
Bug Description
In Hermes Desktop, pressing PageUp while the chat input box is focused causes the page layout to break:
PageDownlikely has the same problem (worth confirming).Steps to Reproduce
PageUp.Expected Behavior
PageUpinside a focused input field should either:It should not distort the page layout or hide the sidebar.
Actual Behavior
Layout breaks as described above. A page refresh / window resize is needed to recover.
Environment
Notes
This issue was reported by the user and auto-submitted by the Hermes Agent on the user's behalf.