Re: [Tacos-devel] safari support

2006-08-25 Thread andyhot
simply disableFlashStorage: true solves this... andyhot wrote: > 100% a css issue in Opera... can you selectively disable css files in > Safari, > to see if that's also the case there? > > andyhot wrote: > >> Both that and the final release use dojo0.3.1 >> I can't get Safari access, but I ca

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread Daniel Tabuenca
I'll see if I can spend some time on this tonight. Also, keep in mind that it's not just the date picker icon but all On-Click events that failed to get connected to their propper elements. On 8/25/06, andyhot <[EMAIL PROTECTED]> wrote: > well, using firefox and firebug, and > http://www.opencompo

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread andyhot
well, using firefox and firebug, and http://www.opencomponentry.com:8080/tacos/bugs/Bug91.html i gathered the ajax response... it looks ok, but the datepicker icon isn't working. Don't know if it has to do with order of execution. I also like to do 'View generated Source' in firefox, once when the

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread Daniel Tabuenca
Any idea as to the potential cause of this bug that might help me debug and fix myself? On 8/25/06, andyhot <[EMAIL PROTECTED]> wrote: > you're right... > Just talked with Jesse and ... tacos will shortly switch to jira :) > we can wait till then I guess! > > Daniel Tabuenca wrote: > > I tried but

Re: [Tacos-devel] safari support

2006-08-25 Thread andyhot
100% a css issue in Opera... can you selectively disable css files in Safari, to see if that's also the case there? andyhot wrote: > Both that and the final release use dojo0.3.1 > I can't get Safari access, but I can get blank pages in Opera9 :) > > Which means (if the problem is the same) I may

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread andyhot
you're right... Just talked with Jesse and ... tacos will shortly switch to jira :) we can wait till then I guess! Daniel Tabuenca wrote: > I tried but the wiki tells me I don't have enoguh priviliges. I tried > to create an account but it says I don't have priviliges for that > either. What is th

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread Ben Dotte
With PartialFor and direct="ognl:true" only the first dropdown works, just like regular For. Interestingly, with PartialFor and direct="ognl:false" NEITHER dropdown comes up (but the search listener gets called in both cases). So I guess the only thing that works with both autocompleters so far i

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread Daniel Tabuenca
I tried but the wiki tells me I don't have enoguh priviliges. I tried to create an account but it says I don't have priviliges for that either. What is the proper way of creating an account to report the bug? On 8/25/06, andyhot <[EMAIL PROTECTED]> wrote: > didn't have time to enter this in... >

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread andyhot
I meant that it ONLY checks for PartialFor andyhot wrote: > Also, when our response builder tries to render a component > with direct="ognl:true", it first checks what the containing components > are... > 'cause perhaps it needs to render those first... > > However, up to now, it also checks for P

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread andyhot
didn't have time to enter this in... Can you report it? Simply copy paste your (or mine) emails... Daniel Tabuenca wrote: > What is the new bug number for this? Where can I go to comment on the > bug if I find new information? > > > On 8/24/06, andyhot <[EMAIL PROTECTED]> wrote: > >> hmm, look

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread andyhot
Also, when our response builder tries to render a component with direct="ognl:true", it first checks what the containing components are... 'cause perhaps it needs to render those first... However, up to now, it also checks for PartialFor components containing your component. I don't see why we can

Re: [Tacos-devel] Race condition with event loaders?

2006-08-25 Thread Daniel Tabuenca
What is the new bug number for this? Where can I go to comment on the bug if I find new information? On 8/24/06, andyhot <[EMAIL PROTECTED]> wrote: > hmm, looks like > > http://tacoscomponents.jot.com/BugReporter/Bug91 > > was for another issue, but the test to reproduce it simply demonstrates >

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread Ben Dotte
Ok, I see now in the docs that the Direct service should not be used if the Autocompleter is in a loop. So maybe the only real problem here is that the Tapestry @FieldLabel component throws that error on every search. I have a workaround where I am using a regular HTML element with the @Any compon

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread Ben Dotte
Interesting, I have always used direct="ognl:true" on Autocompleters to speed things up but I tried turning that off as in your example and now both dropdowns work. But now it spits out a stack trace in the console every time a search gets run: "Field [EMAIL PROTECTED]/autocompleteField] has alrea

Re: [Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread andyhot
Doesn't this work? http://opencomponentry.com:8080/tacos/bugs/Bug58.html It has 2 autocompleters in a loop (of 2 iterations) Here's the source: https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/demo/docroot/WEB-INF/bugs/Bug58.html https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/

[Tacos-devel] Autocompleter in a Loop

2006-08-25 Thread Ben Dotte
I just tried upgrading our app to Tacos 4.0 final. I’m glad to see the new ‘parameters’ parameter for the Autocompleter, this makes it much easier to use in a loop. The problem I’m running across now though is that I have two Autocompleters being rendered in a loop and drop-down values only

Re: [Tacos-devel] safari support

2006-08-25 Thread andyhot
Both that and the final release use dojo0.3.1 I can't get Safari access, but I can get blank pages in Opera9 :) Which means (if the problem is the same) I may be able to resolve this... Funny thing is that it's working nicely on Konqueror... Perhaps it's a css issue after all... in Opera when i s

Re: [Tacos-devel] safari support

2006-08-25 Thread Viktor Szathmary
FYI, this issue was also present using tacos4-beta-3-20060710-1929-lib.jar. v. On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Ok. Has to be dojo version then. > > > On 8/25/06, Viktor Szathmary <[EMAIL PROTECTED]> wrote: > > Nope, those apps are fine. The Tacos demo isn't, and other apps

Re: [Tacos-devel] safari support

2006-08-25 Thread Jesse Kuhnert
Ok. Has to be dojo version then. On 8/25/06, Viktor Szathmary <[EMAIL PROTECTED]> wrote: Nope, those apps are fine. The Tacos demo isn't, and other apps I haveembedded Tacos4 into are also borked in Safari.   v.On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:> Does this happen on any of these p

Re: [Tacos-devel] safari support

2006-08-25 Thread Viktor Szathmary
Nope, those apps are fine. The Tacos demo isn't, and other apps I have embedded Tacos4 into are also borked in Safari. v. On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Does this happen on any of these pages? > > http://tapestry.apache.org/tapestry4.1/demos.html > > > On 8/25/06, Viktor

Re: [Tacos-devel] safari support

2006-08-25 Thread Karthik N
the workbench and timetracker demos are fine on safari.  but i too get the blank page for tacos on safari 2.0.3 mac os x 10.4.5On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:Does this happen on any of these pages? http://tapestry.apache.org/tapestry4.1/demos.html On 8/25/06, Viktor Szathmary

Re: [Tacos-devel] safari support

2006-08-25 Thread Jesse Kuhnert
Does this happen on any of these pages?http://tapestry.apache.org/tapestry4.1/demos.htmlOn 8/25/06, Viktor Szathmary <[EMAIL PROTECTED]> wrote: Hi,Here's a bug report - I was unable to file this on jotspot (jotspotdoesn't seem to work with safari either, and when using firefox, i gotsome access ri

[Tacos-devel] safari support

2006-08-25 Thread Viktor Szathmary
Hi, Here's a bug report - I was unable to file this on jotspot (jotspot doesn't seem to work with safari either, and when using firefox, i got some access rights issue - so posting it here): Visiting any page that includes Tacos components results in a completely blank page using the Safari brows

Re: [Tacos-devel] [ANN] Tacos 4.0.0 released

2006-08-25 Thread Cypher !
Very nice work. Tried the demo in the latest FireFox and these are the errors I got Dojo/Tabs Tabs show up but no content. When you click on the tab the tab becomes selected but no content shows up. Dojo/LayoutContainer Scrolling does not seem to work Apart from that everything else works