#2263 closed Bug (fixed)
Editor - anchor - java script error
Reported by: | Gobinath | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.3 |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Confirmed IE Review+ | Cc: | gobinath@… |
Description
Click the anchor button and give the name as test.then click source button.then return back from source(reclicking that source button).then click only one time undo button.then click source button.that time java script error is occoured.This problem only in ie. Firefox is having no problem
Attachments (2)
Change History (17)
Changed 17 years ago by
Attachment: | cas_anchor.html added |
---|
comment:1 Changed 17 years ago by
Keywords: | Confirmed IE added; Anchor Bug removed |
---|---|
Priority: | High → Normal |
comment:2 follow-up: 3 Changed 17 years ago by
Milestone: | FCKeditor 2.6.1 |
---|
comment:3 Changed 17 years ago by
Replying to fredck:
could u tell tell me where the problem of that?
comment:4 Changed 17 years ago by
2.6.1 is nearing release, so new and non-critical tickets are being re-targeted away from it.
comment:5 follow-up: 6 Changed 16 years ago by
still i have problem with anchor tag.Could i confirm it with you in new release?
comment:6 Changed 16 years ago by
sorry for inconvenience. please tell me where i have to change the source to rectify this problem?i need to solve this problem.
comment:7 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 2263.patch added |
---|
comment:8 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:9 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [2139].
Click here for more info about our SVN system.
comment:11 Changed 16 years ago by
Hello,
The fix for #2263 is breaking source protection in IE SVN nightly. http://dev.fckeditor.net/ticket/2263
Basically the elements array is completely nulled out.
ToElements : function() {
var node = FCK.EditorDocument.createElement( 'div' ) ; for ( var i = 0 ; i < this.Elements.length ; i++ ) {
if ( typeof( this.Elements[i] ) == 'string' ) {
node.innerHTML = this.Elements[i] ; this.Elements[i] = node.firstChild ; <--------- This line node.firstChild is null
}
}
}
To replicate, visit http://www.fckeditor.net/nightly/fckeditor/_samples/default.html Click source Add <!-- test --> to the source, Press Source again to revert to design mode Press Source again, and you have a "null" cannot be null
comment:12 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:13 Changed 16 years ago by
Milestone: | → FCKeditor 2.6.3 |
---|
comment:14 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
@Scott, I've opened a dedicated ticket for it: #2368.
Confirmed the problem.