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
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
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
non-existing
//
and config.js
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
Attachments:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+