ContentEdit icon indicating copy to clipboard operation
ContentEdit copied to clipboard

A JavaScript library that provides a set of classes for building content-editable HTML elements.

Results 13 ContentEdit issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Say you have a `Text` whose DOM element currently contains the text `A`. Now you enter a `B`, but not by pressing the B key, but via the numpad: Alt+066....

bug

This adds improved keyboard navigation "to" support for text, images, and video. That is, navigating to non-text elements. Navigating away "from" images and video is a separate commit. This also...

Hello, I'm currently implementing your awesome tool in my CMS, but I encountered a weird bug when simply applying a bold or italic on text. See it by yourself on...

bug
Minor

An element without children might still have attributes defined. Example: in bootstrap, you might to do something like this: ```html ``` This is an "empty" element if you're only counting...

Hello, Is it possible that if I add some dynamic HTML like this: ```html Heading Text Subheading text ``` to the ContentEdit element (like `ContentEdit.Text`) to prevent removing elements from...

question

Steps to repro: 1. Enter EDIT mode on a page 2. Click to an area to be able to add a table 3. Add the table 4. Single click on...

bug
Minor
Unable to reproduce

Hi, I am not sure if it's a bug or not but I have to call region.commit() after each new region. ``` var region = new ContentEdit.Region( item ); //...

bug
Minor

Chrome Version 54.0.2840.98 (64-bit) OS X 10.11.3 To reproduce open the index.html in repo. (sandbox) https://github.com/GetmeUK/ContentEdit/blob/master/sandbox/index.html Hold the ctrl key down while you click on the static element "I am...

bug
Minor