Bug report
The window icons are duplicated when there’s a focus on the “Pinned Notes” section. See images below.
Environment
Platform: Windows
Platform version: Windows 11
App Version: v5.9.0
How to reproduce
Go to any section except for “Pinned Notes”, e.g., “All Notes”
Check on the top right corner the window frame has the icons.
Go to the section “Pinned Notes”.
Check on the top right corner the window frame has the minimize, expand and close icons as well as in the Inkdrop window.
Bonus: check the expand icon on the window frame, it’s disabled and can only be accessed when focused on “Pinned Notes”
craftzdog
(Takuya Matsuyama)
December 5, 2024, 12:10am
2
Hi Alvaro,
Thanks for reporting.
I tried to reproduce it but couldn’t.
I guess you are using a deprecated UI theme, like vibrant-dark-ui?
Does it happen with the default dark UI theme as well?
Hi Takuya,
I’m using the Default Dark theme as the vibrant-dark-ui has been deprecated. Here’s a video as well.
craftzdog
(Takuya Matsuyama)
December 5, 2024, 1:10am
4
Could you check if:
The body
has a window-has-frame
class
div.editor-window-bar
has display: none
via body.platform-win32.window-has-frame .editor-window-bar
something like so?
You can view it from the menu Developer → Toggle Developer Tools
Now thanks to your hints I did one more test which was to pin a note, like you have in the screenshot. I don’t see the duplicated icons, however, it appears when there are no pinned notes.
Here are the two screenshots:
1 Like
craftzdog
(Takuya Matsuyama)
December 5, 2024, 1:39am
6
Gotcha!! Thanks for the detailed report!
I will fix it in the next version
1 Like
craftzdog
(Takuya Matsuyama)
December 23, 2024, 2:03am
8
Landed in v5.9.1 ! Thanks again for reporting
1 Like