Matthew DeLambo
Matthew DeLambo
Ah, I see what you're trying to do now. I think a second option might be to allow a `plugins` configuration in the tinymce ice config that would take a...
This might have something to do with the version of jQuery you are using. For a quick test, can you downgrade your jQuery a version or two and try to...
Thanks @zwik @itmilos - Can you add a note under the [Master changelog section](https://github.com/NYTimes/ice#master) about this change and the recommended version of jQuery (or at least the version you're testing...
Fixes #87
We just released 0.5.0 and updated the demo. Can you let me know if this is still an issue?
@rjansen72 - Thanks for the report. How do you initialize and teardown your tinymce instances? My hunch is that we need a teardown hook for ice instances which derefences object/environment...
I think this is/was handled. It appears to be broken now. `deleteFromLeft` should detect if we go out of bounds and should do nothing in that case. Filing this as...
Are you trying to track when these features are turned on? If so, you may need to catch an editor event, outside of ice. If you want to build a...
Unfortunately, I don't know that this can be supported. ice has the limitation that it must work with the browser based keyboard input/events to control what gets tracked.
I think this was a known bug but de-prioritized because it doesn't cause a problem, just throws an error, since there is nothing to delete at the end of the...