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

FormatInline "small" does not get removed #59

Closed
Waxolunist opened this issue Jun 24, 2014 · 0 comments · Fixed by #169
Closed

FormatInline "small" does not get removed #59

Waxolunist opened this issue Jun 24, 2014 · 0 comments · Fixed by #169
Milestone

Comments

@Waxolunist
Copy link
Contributor

I have written a command to format a text as <small>. This works as expected.
But removing the tag does not work because <small> is declared as a different nodetype than for instance <b>.

The command can be seen here: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower/blob/v0.3.0-wip/src/commands/small.js

I have written a test: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower/blob/v0.3.0-wip/test/bootstrap_editor_commands_test.js

The two last assertions do not work.

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 a pull request may close this issue.

2 participants