FriendsOfFlarum / user-directory

The permission based public user directory extension for your Flarum forum.
https://discuss.flarum.org/d/5682
MIT License
22 stars 18 forks source link

CSS bug in Google Chrome #33

Closed glowingblue-dev closed 3 years ago

glowingblue-dev commented 5 years ago

There is a CSS bug on Google Chrome, when .Select select { width: auto } is disabled it looks OK. This width : auto is from the flarum/core CSS code.

screenshot

clarkwinkelmann commented 5 years ago

I can confirm it's broken on Chrome.

Not sure why exactly, probably some CSS witchcraft.

Flarum is using a Dropdown instead of a Select for the sorting on the discussion list, so I sugges we replace our Select with a Dropdown. It will fix the issue and make it more streamlined with the index page.

Ralkage commented 3 years ago

This bug doesn't seem present anymore in Chrome; not sure when or where this was fixed, but you can see which version of Chrome I'm on now and the version of Flarum that this bug is no longer present on:

image

image

If the issue still persists, please let us know by creating a new issue; in hindsight, we're going to go head and closed this issue as fixed.