Re: [Tacos-devel] Problem with AjaxEventSubmit and IE6

2006-02-24 Thread Jesse Kuhnert
Now that I think about it more it does sound like a tacos bug. By default the form submission will cancel out the events default propogation. I'm filing a bug report for it. On 2/24/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Unfortunately (or fortunately for me? ;) ) this isn't something that ta

[Tacos-devel] [OT] xgl!

2006-02-24 Thread Jesse Kuhnert
I promise I'm getting a blog to put these things into hopefully next week, but..Has anyone tried installing xgl for linux? http://www.novell.com/linux/xglrelease/ Ubuntu makes it very very easy.. It's so cool!!  j

RE: [Tacos-devel] DatePicker IE6 Issues

2006-02-24 Thread Ben Dotte
Ok, this time I checked out from the tacos4-alpha-7-pretap4-1 tag and now it works fine.. thanks Fred! I guess I was going off of the Tacos 4.1 alpha before? shows how much I know about cvs..   I got the css and images setup and so far it works great, no problems in IE6 yet.. I’ll have so

Re: [Tacos-devel] DatePicker IE6 Issues

2006-02-24 Thread Jesse Kuhnert
Oh yeahSince there's no way to include css (as well as the images) from a component into head you have to manually configure that part yourself. The Border page from the demo is currently setup for this. On 2/24/06, Frederic Barnabe <[EMAIL PROTECTED]> wrote: I updated tacos4 from the branch t

Re: [Tacos-devel] DatePicker IE6 Issues

2006-02-24 Thread Frederic Barnabe
I updated tacos4 from the branch tacos4-alpha-7-pretap4-1 yesterday night and it worked fine.  The only thing that I had to do is set the css and the images from the site.  I personally thing it's way better than the one from dojo. FredOn 2/24/06, Ben Dotte <[EMAIL PROTECTED]> wrote:

Re: [Tacos-devel] DatePicker IE6 Issues

2006-02-24 Thread Jesse Kuhnert
Are you able to get the tacos demo running? It's working for me there. Tapestry 4.1 has the js widget, not the actual component yet..(it's not the same calendar either, nor will it probably ever be since the license is lgpl ) The tacos jar you got was from the pretap4-1 branch not cvs head right? O

Re: [Tacos-devel] Problem with AjaxEventSubmit and IE6

2006-02-24 Thread Jesse Kuhnert
Unfortunately (or fortunately for me? ;) ) this isn't something that tacos can really control. It literally only binds the action specified to the _javascript_ event specified. IE has some definite "quirks", even on how/what events are doing for form fields. This site has a lot of information on t

RE: [Tacos-devel] DatePicker IE6 Issues

2006-02-24 Thread Ben Dotte
Maybe I’m doing something stupid but I can’t seem to get this new datepicker to come up at all?   I built the Tacos jar from cvs head but now when I click on the calendar, nothing comes up and I get a _javascript_ error, “this.calendarDatesContainerNode has no properties”. Since you menti

[Tacos-devel] Problem with AjaxEventSubmit and IE6

2006-02-24 Thread Frederic Barnabe
Hi,I have a AjaxEventSubmit that is bound to a TextField on the onchange event.  On Firefox, when I type something in the textfield and hit the tab key, the focus goes to next field, the event is sent to the server and I can continue to fill the form while the response come back.  The search result