AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Code editor breaks on different browsers #11

Closed AsherGlick closed 12 years ago

AsherGlick commented 12 years ago

because the content editable tag is not uniform in its implementation it causes different representations of the new line. Firefox uses breaks, chrome uses divs, I have not tested the rest yet. We will be removing the 'default' action of the return key and replacing it with our own in order to fix this

AsherGlick commented 12 years ago

The style of the code editor is switching from a content editable <pre> tag to a <textarea> to relieve some cross browser issues.

AsherGlick commented 12 years ago

This issue in no longer an issue because we are switching the code editor style to another method. Namely Koala's syntax hi-lighter.