-
Notifications
You must be signed in to change notification settings - Fork 76
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
Drop down menus not rendering properly #265
Comments
Ok wow, I need to check if I can reproduce that... |
I'm unable to reproduce this in openSUSE Tumbleweed. could this be a fedora packaging issue? |
Could be except first comment shows similar issue in Arch - unless these are unrelated issues. |
I dont think so. I also tried changing fonts to check if my font settings were messing up some thing or not but it doesnt works. |
So, I came up with a hack to fix this issue. It only fixes styling for combo boxes and some buttons in header bar. Issue still persists in path bar.
If someone can guide me on the pathbar issue I will be able to make a pull request. |
Thanks @notarun, I added this rule to other elements: .horizontal.linked > entry:last-child,
.horizontal.linked > button:last-child,
.path-bar > button:last-child {
border-right-style: solid;
border-right-width: 1px;
} |
Your workaround points to the fact that for whatever reason these comboboxes get the "linked" class (which they shouldn't, because they are all alone in the world). I also looked into Adwaita and couldn't find a related change. I presume you cannot reproduce this problem with Adwaita, correct? |
Reproduced in xfce-test built yesterday. |
So I have just tested it on Fedora 32 as I have also noticed the problem. Last correctly working release is 3.22.10, I have just downloaded 3.22.10 and 3.22.11 and built them locally. |
@skontar could you please also test git master? |
@m4u9 I did just now. No change. (Meaning the problem is still visible.) |
@philipzae Did you use a tag built on travis or build locally? |
I used the xfce-test docker container that was built on july 22nd. |
Right, but which tag? latest? |
yes latest |
Interestingly enough, today I have installed Fedora 33 on another system and built 3.22.10 as I have tested it some time ago in Fedora 32 and it worked. It shows the same problem. Adwaita is still fine. Not sure if that helps at all 🤷. |
OS- arch linux xfce 4.14
The text was updated successfully, but these errors were encountered: