Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert rich-text fields to a contentEditable / designMode -based system #1

Open
GoogleCodeExporter opened this issue May 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The current regex syntax and match highlighting system of using <pre>
elements underneath <textarea> elements to contain the highlighting (paired
with a container whose scrollbars are used for seemless scrolling) is very
fast but unfortunately too brittle / quirky / buggy to work well across all
A-grade browsers. A more traditional contentEditable / designMode -based
highlighting system might be a pain to set up and will almost certainly be
slower, but it would be more flexible and help to get rid of several
lingering bugs.

Original issue reported on code.google.com by [email protected] on 25 Dec 2007 at 5:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant