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

Fixes #656 #660

Merged
merged 2 commits into from
May 13, 2016
Merged

Fixes #656 #660

merged 2 commits into from
May 13, 2016

Conversation

Joeao
Copy link
Contributor

@Joeao Joeao commented May 10, 2016

Fixes an issue where clicking the placeholder text on a Quill instance won't focus on that instance in Firefox, as described in issue #656.

Pointer-events fit within the browser support scope of Quill. Source: caniuse.com

@@ -130,3 +130,4 @@ resets(arr)
content: attr(data-placeholder)
font-style: italic
position: absolute
pointer-events:none
Copy link
Member

Choose a reason for hiding this comment

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

Can you alphabetize the rule and add a space after the colon to keep with existing styles?

@jhchen
Copy link
Member

jhchen commented May 10, 2016

Thanks for the suggested solution. I think the implementation is fine not only since the only browser it affects is Firefox and this fix covers it and unrecognized css rules are just ignored by older browsers.

@jhchen jhchen merged commit cfe5471 into slab:develop May 13, 2016
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.

2 participants