Try setting focus="ognl:false" on the containing @Form element. If
the issue is the tapestry javascript for focus, than that'll remove
it.
Best of luck,
Josh
On 8/23/06, Xiaoshu Wang <[EMAIL PROTECTED]> wrote:
Hi, I have a pecular problem with using Dojo's Editor in IE.
I can take a textarea
Hi, I have a pecular problem with using Dojo's Editor in IE.
I can take a textarea and built a Dojo Editor around it, something like
dojo.widget.fromScript("Editor", editorArgs, textarea);
It works fine in Firefox, but the cursor seems always goes to the first
character in IE whenever the area