-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Tick/check mark rendering in Firefox #2381
Comments
This seems to be fixed in Firefox 75 on Windows 10, but I'll be happy to take another look if you're still having problems. |
I can still reproduce it on my copy of Firefox 75 on Windows 10. Could it
be dependent on screen resolution? Either way my suggested fix resolves the
issue.
[image: image.png]
…On Wed, 22 Apr 2020 at 18:24, Casey Holzer ***@***.***> wrote:
This seems to be fixed in Firefox 75 on Windows 10, but I'll be happy to
take another look if you're still having problems.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2381 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKZWHXYKBKM5CIRKCK4JALRN4R5HANCNFSM4KJWASJA>
.
|
Looks like there were some issues with the image you tried to include. |
Thanks! I see what you're talking about (although I'm still unable to reproduce it on my computer). What resolution is your screen? Do you have a retina or 4K display? |
It's nothing special - just a fairly standard 27" Benq GW2760, running at
1920x1080
…On Fri, 24 Apr 2020 at 20:20, Casey Holzer ***@***.***> wrote:
Thanks! I see what you're talking about (although I'm still unable to
reproduce it on my computer). What resolution is your screen? Do you have a
retina or 4K display?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2381 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKZWHUX3NJOXCJCKCNQY23ROHRANANCNFSM4KJWASJA>
.
|
I was able to recreate this with a different screen. |
Released in v1.13.16! |
The tick that is added using the class
show-tick
doesn't render nicely in Firefox (checked in FF 72 on Windows 10)bootstrap-select v1.13.12
jQuery v3.4.1
Bootstrap v4.4.1
To reproduce the problem, open https://plnkr.co/edit/RHA12B5OFfxR2jqg5EEQ?p=preview in Firefox and select an option from the dropdown. The displayed tick is split into three parts by small lines.
This could be remedied by adding the following CSS to the stylesheet.
.bootstrap-select .bs-ok-default::after { transform-style: preserve-3d; }
The text was updated successfully, but these errors were encountered: