GetmeUK / ContentEdit

A JavaScript library that provides a set of classes for building content-editable HTML elements.
http://getcontenttools.com/api/content-edit
MIT License
253 stars 51 forks source link

Added prev/next navigation support for text, images, video. Fixed Firefox spurious br tag insertion issue. #25

Open cubiclesoft opened 6 years ago

cubiclesoft commented 6 years ago

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 fixes the navigation issue in Firefox for spurious 'br' tags.

Partially fixes some of the issues in https://github.com/GetmeUK/ContentTools/issues/487