Skip to content
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

Remove CSS clip property #2816

Closed
mateusvahl opened this issue Apr 28, 2017 · 5 comments · Fixed by #2939 or #2943
Closed

Remove CSS clip property #2816

mateusvahl opened this issue Apr 28, 2017 · 5 comments · Fixed by #2939 or #2943

Comments

@mateusvahl
Copy link

mateusvahl commented Apr 28, 2017

I noticed that chosen is using clip property, with is deprecated...I would like to know if is possible to remove it.

This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Avoid using it and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Font: https://developer.mozilla.org/en-US/docs/Web/CSS/clip

Any hint's about how to do this?

@koenpunt
Copy link
Collaborator

There's already a PR pending for this; #2780

@adunkman
Copy link
Contributor

/cc @starzonmyarmz who mentioned this today, @Mateuspv beat you to creating this issue by 4 months! 🎉 ❤️

@starzonmyarmz
Copy link
Member

Huzzah!

@H3xx3n
Copy link

H3xx3n commented Nov 2, 2017

On chrome 64 (dev) does no longer works. The clip property is making the dropdown invsibile

@adunkman
Copy link
Contributor

adunkman commented Nov 2, 2017

Thanks for the heads-up, @H3xx3n! According to their release schedule, looks like Chrome 64 is scheduled to hit stable on Jan 23rd, 2018, at which point we’ll be broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants