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

Extra <br> tags are added in firefox when using code styling #408

Closed
kerzsi opened this issue Jun 15, 2017 · 1 comment
Closed

Extra <br> tags are added in firefox when using code styling #408

kerzsi opened this issue Jun 15, 2017 · 1 comment

Comments

@kerzsi
Copy link

kerzsi commented Jun 15, 2017

E.g.:
Click on Bold button, write "test", press space, the input content will be:
<div><strong>test&nbsp;<br></strong><br></div>
instead of
<div><strong>test&nbsp;</strong></div> (as it is on Chrome)
That happens after space pressed

Details
  • Trix version: 0.10.1
  • Browser name and version: firefox 53.0.3
  • Operating system: win10
@javan javan closed this as completed in 7f89dd9 Jun 15, 2017
@javan
Copy link
Contributor

javan commented Jun 15, 2017

Thanks for the report!

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

No branches or pull requests

2 participants