Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.8k views
in Plugins by

I am sure this is interesting for all developers, especially those who love speed as well as light-weight tools:


Plugin page: http://www.q2apro.com/plugins/sceditor


Your comments are welcome.

by
Is this SCEditor ready for Q2A v1.7...??
by
Yes, it works with 1.7. Only issue is one line of CSS of the SnowFlat theme, see https://github.com/q2a/question2answer/issues/133

You have to remove the "box-sizing: border-box;" from qa-styles.css - I guess this will be fixed with the next release.
by
Means the same problem would be there with FlatBox theme as I am using that at the moment.
by
edited by
This can also be fixed by adding this line to your CSS file:
.sceditor-button {
  box-sizing:content-box;
}

PS: I have added this fix to the SCeditor plugin, so all upcoming installations will be fine.

---

If you find any bugs, please post theme here: http://www.q2apro.com/forum/ask
by
Thanks for instant action Kai... I'll reply back once I have tested it.

Please log in or register to answer this question.

...