-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert Attachment button is hard to click #2618
Comments
Yes, something seems odd there with the click target. |
I cannot reproduce this anymore when testing with #2638 |
@juliushaertl is the change already in v1.2.3? I just tested in there and I get the same behavior. However, in Chrome the behavior is different: I can click the button but it flickers when hovering with the mouse. In Firefox, the tooltip is still interfering and the button is really hard to click. |
Ok, now i can indeed reproduce it with Firefox, strangely it didn't happen on master for me. I'm not entirely sure why that happens yet, the button seems to span the full size but somehow the tooltip is toggled on and off when hovering the lower third. |
I just found out, that this only affects the last entry in the list. If you have several attachments, it works fine for all but the last. |
I have found out something new: It is only happening when the browser is in full-screen. And it is a cross browser bug, as it happens at least for Firefox and Chromium Edge... |
for me it happens all the time. But maybe it depends on the screen size? I have a 2540x1440px screen though |
Can you test, what happens if you resize the window to a very small size? Probably the problem occurs above a certain window size... BTW, Has anyone figured out a workaround on how to temporarily fix this problem using custom CSS? |
indeed! if I resize the window it does not happen. But the window has to be really small though. I would guess it is a similar issue as in #2704 |
With the upgrade to NC 21.0.1 / Deck 1.3.2 the behaviour changed a bit: I can no longer see the tooltip on hovering, but the button is still freaking out and flickers like crazy.. |
Did some further research and seems that the tooltip might pick the wrong boundary due to the scroll container we have in place around the attachment list: Akryum/floating-vue#721 |
How to use GitHub
Describe the bug
Since I think 1.2.0, the insert attachment button is very hard to use. If you try to click it, the tooltip shows up.
So you have to click the button like crazy to activate it.
Sometimes I can click it within a second, but sometimes it is almost not possible to hit it.
Also the button "flickers" when hovering with the mouse.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Button should be easily clickable, just as before.
I think the tooltip should be over the button (just like the other buttons in the description window) and not left from it.
The arrow of the tooltop points up in this case, but It should point down and the box should appear over it.
Why the button freaks out when hovering, I have no idea...
Screenshots
I hope this illustrates the problem:
Client details:
NC 19.0.5 / Deck 1.2.2
The text was updated successfully, but these errors were encountered: