#7 ✓resolved
shaun

errors with compressed version

Reported by shaun | June 29th, 2009 @ 09:17 PM | in 0.5

Sorry I accidenty closed this so I have created a new Issue.
There are some error which stop MooEditable.js from working when compessed:

  1. line 39 - baseCSS option should be on one line.
  2. line 43 - html option should also be on one line.
  3. line 1022 - should have a semi-colon at the end.

so code should look like:
line 39 :-

baseCSS: 'html{ height: 100%; cursor: text }\ body{ font-family: sans-serif; border: 0; }',

line 43 :-

html: '<html>\ <head>\ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\ <style>{BASECSS} {EXTRACSS}</style>\ {EXTERNALCSS}\ </head>\ <body>{CONTENT}</body>\ </html>'

line 1022:-

input.focus();

see MooEditable.js for edits.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A simple web-based WYSIWYG editor, written in Mootools.

People watching this ticket

Pages