Skip to content

CSS: Stop Firefox from treating disconnected elements as cascade-hidden #2835

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

Closed
wants to merge 1 commit into from

Conversation

gibson042
Copy link
Member

Fixes gh-2833
Ref dba93f7

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @dmethvin, @markelog and @timmywil to be potential reviewers

if ( elem.style.display === "" && jQuery.css( elem, "display" ) === "none" &&

// Support: Firefox <=42 - 43
// Don't set inline display on disconnected elements with computed display: none
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My head hurts just starting to contemplate this. #youmightnotneedjquery

@timmywil timmywil closed this in fe05cf3 Jan 14, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants