Markpad version
2.7.6
How did you install it?
Linux — .deb
OS and version
LinuxMint 22.3 + Cinnamon
What happens, and what you expected instead
After opening a Markdown document, mouse-based window resizing stops working. I can no longer resize the window by dragging its borders or corners.
The window is still resizable using Cinnamon's Alt+F8 keyboard shortcut, so the window itself remains resizable.
I expected mouse-based resizing to continue working after opening a document.
Steps to reproduce
Linux Mint / Cinnamon
- Launch Markpad.
- Before opening a document, resize the window using the mouse — works.
- Open any
.md document.
- Mouse resizing from window borders/corners no longer works.
Alt+F8 still works and allows resizing the window.
- Close the document/window and reopen Markpad — mouse resizing works again until a document is opened.
The Markdown that triggers it
Any Markdown file triggers the issue. The contents of the file do not appear to matter.
Screenshots, and anything else
Mouse window resizing stops working after opening a Markdown document
Environment
- Markpad 2.7.6
- Linux Mint
- Cinnamon
- Installed from the
.deb package
Steps to reproduce
- Launch Markpad.
- Before opening any document, resize the window by dragging its borders or corners with the mouse. This works normally.
- Open any Markdown (
.md) document.
- Try to resize the window again by dragging its borders or corners.
Actual behavior
After opening a Markdown document, mouse-based window resizing stops working. The resize cursor does not appear when moving the mouse over the window borders/corners.
However, the window is still resizable by the window manager. For example, Alt+F8 (Cinnamon's "Resize Window" action) still works correctly.
Expected behavior
Mouse-based resizing should continue to work after opening a Markdown document.
Additional information
The fact that Alt+F8 still works suggests that the window remains resizable at the window-manager level, but the mouse hit-testing for the resize areas may be getting intercepted or otherwise affected after a document is opened.
The issue appears to be triggered specifically by opening a document: mouse resizing works immediately after launching Markpad, but stops working after opening an .md file.
Markpad version
2.7.6
How did you install it?
Linux — .deb
OS and version
LinuxMint 22.3 + Cinnamon
What happens, and what you expected instead
After opening a Markdown document, mouse-based window resizing stops working. I can no longer resize the window by dragging its borders or corners.
The window is still resizable using Cinnamon's
Alt+F8keyboard shortcut, so the window itself remains resizable.I expected mouse-based resizing to continue working after opening a document.
Steps to reproduce
Linux Mint / Cinnamon
.mddocument.Alt+F8still works and allows resizing the window.The Markdown that triggers it
Screenshots, and anything else
Mouse window resizing stops working after opening a Markdown document
Environment
.debpackageSteps to reproduce
.md) document.Actual behavior
After opening a Markdown document, mouse-based window resizing stops working. The resize cursor does not appear when moving the mouse over the window borders/corners.
However, the window is still resizable by the window manager. For example,
Alt+F8(Cinnamon's "Resize Window" action) still works correctly.Expected behavior
Mouse-based resizing should continue to work after opening a Markdown document.
Additional information
The fact that
Alt+F8still works suggests that the window remains resizable at the window-manager level, but the mouse hit-testing for the resize areas may be getting intercepted or otherwise affected after a document is opened.The issue appears to be triggered specifically by opening a document: mouse resizing works immediately after launching Markpad, but stops working after opening an
.mdfile.