Re: Tapestry 4.0.2 Dojo Editor and IE bugs

2006-08-27 Thread Josh Long
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

Tapestry 4.0.2 Dojo Editor and IE bugs

2006-08-23 Thread Xiaoshu Wang
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