Hi i am using the CK Editor .net control inside a multiview, this works fine when i save the content i then change the multiview index, if i then click any linkbutton on the page i get a js error of "Error: e is null", so no linkbuttons or buttons work after.
any ideas what is causing this?
any ideas what is causing this?
Re: problems in multiview control
Re: problems in multiview control
We have a ticket for it here: http://dev.ckeditor.com/ticket/7292
I tried to reproduce it, but I didn't manage to do it.
Could you provide a sample page or a sample project, where this issue could be reproduced?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problems in multiview control
I have a page with tab menu and wysiwyg on one of the tabs. After switching to another tab click on any link causes the error 'e is null'. So at the moment control that contains the editor, has visible = false. Maybe this is the reason.
If it does not help, please let me know.
Re: problems in multiview control
Re: problems in multiview control
I've tried to reproduce it using the attached file without luck (just put it into the _samples folder distributed with CKEditor.NET), so anything that can help us to reproduce it would be more than appreciated.
Ideally please provide a similar sample page + the set of steps to reproduce it.
Attachments:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problems in multiview control
Please find a sample page in attachments.
(to reproduce the problem simply wander through the tabs)
Attachments:
Re: problems in multiview control
Could you try the attached SVN version (rev 6709) of CKEditor ASP.NET control?
Attachments:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problems in multiview control
Hi, wiktor!
I've tried the new version of CKEditor ASP.NET control. It seems to solve the problem but now I have the other one: HTTP Error 304 - Not modified when the second tab contains wysiwyg. Please see the attachment.
Attachments:
Re: problems in multiview control
I've checked the attached sample in Firefox 3.6.16 and got the following result:
- open_Samples/custommultiview.aspx (with Ajax enabled)
- click tab 2 (CKEditor appears correctly)
- click tab 1
- press F5 key to refresh the page
- click tab2 (CKEditor does not appear)
- Firebug shows the following response:
Did you have the same result? Could you attach some screenshots of the described issue?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problems in multiview control
- open _Samples/custommultiview.aspx (with Ajax enabled)
- click tab 2
- see screenshot in attachment
Attachments:
Re: problems in multiview control
Could you check what's the full URL to ckeditor.js and to config.js in the net panel?
I get a plain textarea in FF4 only if I set BasePath to a non-existing path:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problems in multiview control
I've removed double slashes. Now I have this (tab2):
Attachments:
Re: problems in multiview control
I've tried the attached application @ IIS/7.5 (win 2008 R2), it worked fine for me in Firefox 3.6.16 and Firefox 4 (I saw a plain textarea for a second, but it is immediately replaced by CKEditor in the second tab).
Could you try it out and write the detailed set of steps to follow to reproduce the issue you are experiencing?
Are there any JavaScript errors reported in Firebug? If not, could you check the Net Panel for possible errors? (HTTP 304 should not be a problem)
Attachments:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+