Opened 11 years ago

Last modified 10 years ago

#9612 confirmed Bug

Moving the text cursor inside form elements causes js-error and breaks source-mode — at Initial Version

Reported by: janpe Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1
Keywords: Firefox Cc:

Description

Moving the text cursor inside a submit, textarea or such by using the arrow keys causes an error shown in Firebug: "Error: Permission denied to access property 'nodeType'" in ckeditor.js on line 13.

This will also result in the Source-button not working so that you cannot enter the source-mode. The button will work again after moving the cursor out of that place.

Here's a sample source code with which you can easily reproduce the bug by moving the cursor with your arrow keys.

Also tested this on the nightly build.

"<h1>Form</h1><p><input id="upload" name="upload" type="file" /><br /><input id="submitForm" name="submitForm" type="submit" value="Submit" /></p>"

I am using Win7 Pro and Firefox 16.0.2

Change History (1)

Changed 11 years ago by janpe

Attachment: screen.jpg added

Cursor inside the submit input and firebug showing the error

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy