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

Allow clicking the block's input fields #6844

Merged
merged 1 commit into from
May 19, 2018

Conversation

youknowriad
Copy link
Contributor

This PR disables pointer events on the block's outline "element" to allow clicking the block content avoiding any z-index issues.

closes #6836

Testing instructions

  • Add a code block
  • Click outside the block and then try to click the block to write content in it
  • You should be able to focus the input and write.

@youknowriad youknowriad added the [Type] Bug An existing feature does not function as intended label May 19, 2018
@youknowriad youknowriad self-assigned this May 19, 2018
@youknowriad youknowriad merged commit 7640d3b into master May 19, 2018
@youknowriad youknowriad deleted the fix/z-index-issue-plain-text branch May 19, 2018 11:27
@mtias mtias added this to the 3.0 milestone Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After 2.9 I can't click on the PlainTexts within a component
3 participants