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

Space in 'slideout-open' regex should be optional #174

Closed
wants to merge 1 commit into from

Conversation

colinc
Copy link

@colinc colinc commented Jun 2, 2016

In webkit (or specifically the latest version of Safari) if the HTML class tag has exactly one other class that gets remove before slideout.close() is called then the tag value is cleaned up to remove whitespace.

E.G. becomes rather than

In webkit (or specifically the latest version of Safari) if the HTML class tag has exactly one other class that gets remove before slideout.close() is called then the tag value is cleaned up to remove whitespace. 

E.G. <html class="other slideout-open"> becomes <html class="slideout-open"> rather than <html class=" slideout-open">
@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.395% when pulling 4227cfa on colinc:webkit-optional-regex-space into 5643dde on Mango:master.

@HipsterZipster
Copy link

Any updates on merging this in?

@jacobjojan
Copy link

Can we pls get this merged?

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

Successfully merging this pull request may close these issues.

5 participants