Opened 14 years ago
Closed 14 years ago
#7245 closed Bug (expired)
'lang.contextmenu.options' is null or not an object
Reported by: | Ivan Gasparetto | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description ¶
Hello,
I thin these bugs are correctly reported http://dev.ckeditor.com/ticket/6328 http://dev.ckeditor.com/ticket/5548
I managed to replicate and fix them in my code.
I had my HTML tag like this <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
I remove the language declaration from my HTML code and everything came back to life!
xml:lang="en" lang="en"
I think that is why it is such a confusing problem.
Regards,
Ivan

Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → pending |
---|
#6328 was due to a misconfiguration and the reporter agreed, #5548 is still waiting for the promised testcase.
I've modified the replacebyclass sample adding your attributes and I don't see any problem with IE8 in standard and compatibility modes or in IE6. Firefox 3.6 also works fine.
Do you have any other info to reproduce the problem?
comment:3 Changed 14 years ago by
Interesting. Today I am in another machine, so I tested here. I downloaded your latest version, I then opened the _samples pages and I changed the html tag. No bugs observed. I then plugged JQuery to recreate the exactly same files loaded. Still no bugs. Monday I will try in that other machine and I will let you know. Ivan
comment:4 Changed 14 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |

By the way, I am sure about IE6 and IE7.