Re: [Tacos-devel] AjaxDirectLink setting cursor:auto on anchor tag

2006-09-20 Thread andyhot
Actually, I don't see this happening any more ! Try http://opencomponentry.com:8080/tacos/ajax/EffectsExample.html Doesn't the cursor of 'details' return to pointer after the click ? Which version of FF you're using? >From my tests, Konqueror, Opera, IE and FF 1.5.0.5 work. andyhot wrote: > I b

Re: [Tacos-devel] AjaxDirectLink setting cursor:auto on anchor tag

2006-09-20 Thread andyhot
I believe this had been one of my very first questions when starting with tacos a year ago. IIRC Jesse had responded that this is a firefox issue 'soon' to be resolved... Upon considering the issue back then, i had to agree. The problem with unsetting the cursor is that someone might have a cust

[Tacos-devel] AjaxDirectLink setting cursor:auto on anchor tag

2006-09-20 Thread Garrick Toubassi
Hi, I have a simple example using AjaxDirectLink to partially update the dom (see attached). You click a link and elsewhere on the page the date is refreshed. The problem is that as part of processing the response, my anchor tag is slammed with the style "cursor:auto", which in FireFox is render

Re: [Tacos-devel] tacos:Palette buttons don't work but double-click does

2006-09-20 Thread Michael Waluk
That is exactly what I did also (after many hours of experimenting).  Thank you so much for a) fixing it so quickly and b) explaining the fix so well in your email with those links.  That was really helpful!   Much appreciation, Michael  On 9/20/06, andyhot <[EMAIL PROTECTED]> wrote: That's now htt

Re: [Tacos-devel] tacos:Palette buttons don't work but double-click does

2006-09-20 Thread andyhot
That's now http://tacoscomponents.jot.com/BugReporter/Bug129 Here's the fix: http://svn.sourceforge.net/viewvc/tacos/tacos-4.0/trunk/tacos-core/src/java/net/sf/tacos/ajax/components/palette/Palette.script?r1=368&r2=388 Latest snapshots are in: http://tacos.sourceforge.net/nightly/net/sf/tacos/tac

[Tacos-devel] 4.0

2006-09-20 Thread Jesse Kuhnert
The powers that be have applied enough pressure that it looks like I'll be able to tear myself away from 4.1 for a very tiny "bug fixing" triage on the current 4.0 release. I'd like to use the BugReporter app ( http://tacoscomponents.jot.com/BugReporter ) to manage all of this. Please make sure all

Re: [Tacos-devel] Dialog should "advertise" itself

2006-09-20 Thread Jesse Kuhnert
Any chance you could add this to http://tacoscomponents.jot.com/BugReporter ? I'll add it in to 4.0. (along with whatever else seems to be b0rken ) On 9/20/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: It would be nice if Dialog would "advertise" itself in the IREquestCycle, the way Form, Body,

Re: [Tacos-devel] issue with using embedded TextField (resolved)

2006-09-20 Thread andyhot
karthik.nar wrote: > Hi Andy, > > The links > > https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/docroot/WEB-INF/bugs/components/ > https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/docroot/WEB-INF/bugs/BugTry004.html > > https://svn.sourceforge.net/svnroot/tacos/tacos-

[Tacos-devel] Dialog should "advertise" itself

2006-09-20 Thread Howard Lewis Ship
It would be nice if Dialog would "advertise" itself in the IREquestCycle, the way Form, Body, etc,. do.I'm trying to write a Cancel button for a form inside a Dialog, and ideally the Cancel should be able to see that it is nested inside a Dialog and build the _javascript_ to hide the dialog on its

Re: [Tacos-devel] tacos:Palette buttons don't work but double-click does

2006-09-20 Thread Michael Waluk
Thanks for trying to help Andy.  It won't work in IE6 and FireFox 1.5.  The difference between our pages is that the Palette isn't originally on the page for me.  I have a wizard-like page and the Palette appears on the 2nd "step/page".  I had considered having the Palette loaded but hidden initial

Re: [Tacos-devel] issue with using embedded TextField (resolved)

2006-09-20 Thread karthik.nar
Hi Andy, The links https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/docroot/WEB-INF/bugs/components/ https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/docroot/WEB-INF/bugs/BugTry004.html https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/src/net/sf/tacos/

Re: [Tacos-devel] tacos:Palette buttons don't work but double-click does

2006-09-20 Thread andyhot
I can't reproduce this... See https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/tacos-demo/src/context/WEB-INF/bugs/BugTry006.html for my code. Which browser fails? If you plan on upgrading to 4.0 remember to use the dojo version that comes bundled with tacos. beta-1 used an earlier that

[Tacos-devel] tacos + maven2

2006-09-20 Thread andyhot
Anyone working from source might like to do a fresh svn checkout I've restructured the folders a bit - following maven's suggestions. 'ant dist' still works 'mvn install' also works - there's still an issue of how to deal with the js artifacts. They're currently added in the generated jar Running