google-code-export / jqwicket

Automatically exported from code.google.com/p/jqwicket
1 stars 0 forks source link

[wicket 1.5.3] CKEditorTextArea not working within Panel and Ajax. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached quickstart example with correct and wrong behavior.
Everything is working if populated in page, but does not work within a panel. 
Not sure, but might be common jqwicket issue when combining panels + ajax + 
jqwicket.

What steps will reproduce the problem?
1. quickstart attached
2. click link "The same, but within panel"
3. click "show/hide" link

What is the expected output? What do you see instead?
CKEDitorTextarea should be visible.

Simple text box appeared, got exception in wicket ajax debug window:
ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: 
ReferenceError: $ is not defined

What version of the product are you using? On what operating system?
wicket 1.5.3, jqwicket 0.8-SNAPSHOT.

Original issue reported on code.google.com by turisto on 30 Nov 2011 at 1:47

Attachments:

GoogleCodeExporter commented 9 years ago
It should be fixed now, after applying patch from issue #18. Please re-test in 
jqwicket 0.8.

Original comment by m...@javaforge.net on 28 Dec 2011 at 9:24