Closed officiallymarky closed 4 years ago
@themarkymark-steem what browser are you using?
Brave
I'm not able to reproduce on Brave.
Please reopen if there are more details on how to reproduce.
I have been able to reproduce it 100% of the time in both Brave and Chrome doing this.
https://i.imgur.com/8NlRDqV.gifv
The key thing seems to be moving the mouse to the left before actually submitting the flag.
Thanks @themarkymark-steem
Still not able to reproduce in dev environment.
@themarkymark-steem any chance you are using steemplus or any other chrome extensions?
Also unable to reproduce on my end...
It looks like this specifically affects postlist items which are grayed out.
I scrolled down a bit on https://beta.steemit.com/@themarkymark/replies, and found a grayed out post (the middle one here):
This item consistently reproduces the behavior.
I am typically seeing it when I am in the muted list. That might be part of the problem. I do not run SteemPlus, I can try safe mode if muted doesn't reproduce it.
The issue is in:
.downvoted {
opacity: 0.5;
transition: 0.2s all ease-in-out;
[...]
}
.downvoted:hover {
opacity: 1;
filter: none;
-webkit-filter: none;
}
.downvoted
is applied to the PostSummary container, which means the dropdown inherits opacity: 0.5
, and z-index
cannot bring it to top, seemingly because:
What we need is a CSS refactor to ensure downvoted
is used consistently and it targets specific elements. (Currently, it's used for both PostSummary and Comment.) Since this bug does not critically impact UX, and condenser is in need of general CSS cleanup, I'm going to close this particular issue for now.
on the beta site when flagging (potentially when upvoting) the panel falls behind the post elements from time to time. This only appears to happen on the beta site.
Gif of it in action https://i.imgur.com/HTdvG2H.gifv