Opened 14 years ago
Last modified 13 years ago
#7072 confirmed Bug
Javascript error on ElementPath plugin.js
Reported by: | michaël acosta | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | IE | Cc: |
Description
hi, sorry for my english in advance.
i found a bug on IE in element path plugin.
when i select multiple cell on a table, edit properties of cell, change a value and click ok a javascript error raise on the line 85
if ( element.data( 'cke-real-element-type' ) )
the object element don't have a property data.
the bug raise only on IE no problem whit FF and Chrome.
Change History (3)
comment:1 Changed 14 years ago by
Keywords: | IE added; ElementPath removed |
---|
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Message: Object doesn't support this property or method
Line: 131
URI: /3.6.2/ckeditor/_source/plugins/elementspath/plugin.js