#12 ✓resolved
Oscar Kuchuk

Add Hyperlink Error

Reported by Oscar Kuchuk | November 7th, 2009 @ 12:39 AM | in 0.5

Method createlink

In this line (1178 MooEditable.js:
if (urlRegex.test(text)) prompt.el.getElement('.mooeditable-dialog-
input').set('value', text);

The correct class for input field is dialog-input so the line could be change
as:
if (urlRegex.test(text)) prompt.el.getElement('.dialog-input').set('value',
text);

or change class in MooEditable.UI.PromptDialog as (line 1038 MooEditable.js):

   + ' <input type="text" class="text mooeditable-dialog-input" value="' +

answerText + '">'

Good work

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

Referenced by

Pages