Opened 14 years ago

Last modified 11 years ago

#6205 confirmed Bug

ckeditor.js - t.getNative().createRange is not a function Line 118 - Image plugin

Reported by: Tony Owned by:
Priority: Normal Milestone:
Component: General Version: 3.2
Keywords: Cc: chris.ingham@…

Description

Firebug is breaking on t.getNative().createRange is not a function Line 118 in ckeditor.js as soon as the image plugin is opened by clicking on the toolbar icon for the image plugin.

Reproduce : Firefox with firebug installed, script tab enabled and open. Visit http://ckeditor.com/demo and monitor the script tab. Press the blue play button in firebug to skip through the first _gat is not defined error (That's the standard bad js google offer you for tracking and nothing to do with this bug,) Now click on the Image plugin icon in the CKEditor instance in the demo. You will see this reported bug. Then stepping through that one, the next is : x is undefined Line 118 and then finally : ae[ag] is undefined Line 94.

So really, it's three bugs but they all stem from the same place and can be stepped through as described above. All three undefined.

Change History (3)

comment:1 Changed 12 years ago by daviddamerell

I'm trying to diagnose why Firefox is refusing to show my custom file browser component when WebKit and Opera browsers are both working. So far the only problem I've come across is FireBug breaking on the same lines of code as above.

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.43.2

To reproduce:

  1. Open replacebycode smaple in Firefox
  2. Turn on Firebug and go to Console tab
  3. Press "Break On All Errors" button (Pause button located to the left. It's right under firebug icon)
  4. Open image dialog. You will get:

self.getNative().createRange is not a function
Line 1273
URI: /3.6.3/ckeditor/_source/plugins/selection/plugin.js
Reproducible from CKEditor 3.2.1

selected is undefined
Line 1361
URI: /3.6.3/ckeditor/_source/plugins/selection/plugin.js
Reproducible from CKEditor 3.2.1

focusList[current] is undefined
Line 377
URI: /3.6.3/ckeditor/_source/plugins/dialog/plugin.js
Reproducible from CKEditor 3.2. This one is present from CKE 3.2

comment:3 Changed 11 years ago by Chris Ingham

Cc: chris.ingham@… added
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