Opened 15 years ago
Closed 13 years ago
#7234 closed Bug (expired)
"G.getFirst().hasAttribute is not a function"
| Reported by: | SunboX | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.5.1 |
| Keywords: | Cc: | gav@… |
Description
Im using CKEditor 3.5.1 together with mootools 1.3 (on the same page).
I get an error "G.getFirst().hasAttribute is not a function". I have formated ckeditor.js:
Now i get the right line:
Line: 11912
if I rewrite this line with:
if (!H H == 1 && G.getFirst().hasAttribute && G.getFirst().hasAttribute('_moz_editor_bogus_node')) {
all works great.
I´m using Firefox 3.6.13 on Windows Vista
Change History (4)
comment:1 Changed 15 years ago by
| Cc: | gav@… added |
|---|
comment:2 Changed 15 years ago by
| Keywords: | HasPatch? added |
|---|
comment:3 Changed 13 years ago by
| Keywords: | HasPatch? removed |
|---|---|
| Status: | new → pending |
comment:4 Changed 13 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |

Any chance for a reduced test case file showing the problem?
Can this be reproduced only with mootools and CKEditor but without your application?