BDX-town / Mangane

Alternative frontend for Akkoma
https://bdx.town
GNU Affero General Public License v3.0
141 stars 26 forks source link

[Bug] Emoji picker appear blurred for some reason #267

Open yazae opened 7 months ago

yazae commented 7 months ago

Hi, I’m on the last akkoma version, with the last Mangane version (just installed the two from source).

I have a bit of a problem with the web interface : the emoji picker is kinda blurred while anything else is clear.

Also, the scroll bar is hiding some emojis, it’s not normal.

(Sorry for the shitty screen with the emoji bug but it’s not linked to the bug, I tried removing the emoji pack and it is still blurred) image

Is it a known bug ?

Yazae

yazae commented 7 months ago

I can’t access to the server right now but I’ll add a non bugged (but still blurred) screen when my box will be working again.

edit : Here it is image

yazae commented 7 months ago

idk why but disabling --tw-rotate or the other items in red make the menu appear and move the emoji picker but resolve the blurr problem, if it helps : image

Cl0v1s commented 7 months ago

Hi ! Thanks a lot for your researches about this issue :)

Maybe it's my own screen but I dont exactly see what's blurry in the screen you posted. But I admit the details your provided look similar to issues I had at work with complexes UI and transform property

yazae commented 7 months ago

Yeah I know it’s really subtle but it’s a thing who put me off when I see it, the interface is so pretty otherwise… I promise it’s here :’D You can see the difference with the text mainly, but the emojis are subtely blurred as well.

I tried on Edge and the blurr is still here so it’s not a browser issue I think.

-- I found another weird bug, my "s" and "n" key don’t works in the emoji picker research field 🤔 How can I do a proper bug report ? Is this field (hedgehog-something) the ID of the installed release or it’s something else ? image

yazae commented 7 months ago

Okay so I tested to open a window on my first screen, and it’s crystal clear. This screen is small (14") and is at 150% of zoom. If I un-zoom the screen (100%), I got the blur even if it’s less visible than on my big screen.

The screen where it is most blurred is 22", 1080p, and a normal (100%) zoom.

So the issue seems to be a problem with screens at 100% of zoom ? If I zoom my big screen at 150%, the blurr is not visible (almost, there is still a bit of a problem who disappear at 200%), but obviously it’s not practical.

It’s still a really weird bug because tweaking things like --tw-translate-y resolve the blurr. Idk if it’s because it reload the item and the blurr disappear or something else :/

Cl0v1s commented 7 months ago

Thanks for all those details ! Edge is based on chromium, as well as google chrome. What is the browser you first noticed the issue in ?

About the s and n key, I think there is already an open issue about it, at least I'm aware of it :D

yazae commented 7 months ago

My primary browser is Firefox. That’s why I tested it on Edge as well :)

Okay for the s and n keys !

Cl0v1s commented 7 months ago

Ok thanks ! So it's a rendering issue, probaly directly related to the code !

I'll look on that with your great hints. Thanks again !