-
I must start off by saying that this project is of great help to me.
With that being said, let's get into the problem that I have been having. Essentially, this package works great when I have an API…
-
If I simulate a change or keypress event on a draft editor node or it's contenteditable node, why don't I see onChange get called?
A simple example of what I would expect to work:
```
describe('MyEd…
-
this issue is possibly more related to webkit:
```
test
```
```
$('#container').hallo();
```
now click on 'test' and use the alignment buttons to switch to right and center alignment.
first …
git-j updated
11 years ago
-
textAngular does not appear to be limiting the taSelection container to the textAngular div, it allows html insertion to happen outside of the contentEditable div. I have gotten around it by hacking …
-
I've gotten this request several times over the years, the latest being Alex.
The idea is that the "edit" gumdrop would appear on for `` elements as well as for `` elements.
I took a quick stab at h…
-
I'm trying to use this directive for displaying 1-2 page long markdown documents (sort of a hack contenteditable markdown editor) and normally the markdown input will be longer than the corresponding …
-
IE Version: 11.0.9600.18666
When i press the '@' key, panel doesn't open.
Live demos have the same problem (https://fritx.github.io/vue-at/#/en/quickstart)
Works fine in chrome.
-
Hello, guys!
I use the editor, but faced with a problem.
Inside the edit field (CodeMirror clases) if I make typing mistakes it's not noticed by Chrome spellchecker (however 'input' elements for ex…
-
Mobilize the contact form and breadcrumbs
-
Hey all,
I'm trying to support some custom BBCode elements like 'data-field'. I've got a custom processor on the server side that will look for 'data-field' and replace it with data from a record, ba…