>From Jesse Kuhnert <[EMAIL PROTECTED]>: > That's awesome Andreas! I've been watching the commit logs, lots of good > working going into this release. > > I wanted to point out a couple things related to what was mentioned below: > > -) Upload ajax - If you really can't get a response back from an ajax file > upload type of request (other than it worked/didn't ) , maybe the IO calls > should be broken up into two steps? I seem to remember us discussing > something like this a long long time ago.
Working on this... Also, text/html responses are supposed to be possible in those cases. Perhaps we can make use of them. > > -) Fisheyelist - Don't know what the details are, but > dojo.widget.createWidget() also takes a single node as an argument > now...So...You can take a chunk of html decorated with dojo attributes (ie > dojoType=foo ) and it will parse all the data it needs from the node. That's nice to know! We should have a working version soon then... > > > > On 6/19/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > > > > > > > [EMAIL PROTECTED] wrote: > > > Hmmm, there are some issues with dojo 0.3.1... > > > > > > - Upload component in AjaxForms cannot work. I had a huge hack to > > > make this work in IE in previous dojo - but they've now completely > > removed > > > support for this (file upload + pure XML response), see > > > http://trac.dojotoolkit.org/ticket/524 > > > > > we'll probably have to live (and document) with this = no upload > > components in AjaxForms ;( > > > - Dialog component is a bit problematic, will have to see more on > > this... > > > > > FIXED > > > - Some FloatingPanes seem to get created but are then hidden > > > > > FIXED > > > - Tabs, Accordion do not show the text ( or perhaps the text is flashed > > > in the start and then hidden away somehow ), similar perhaps to how > > > FloatingPanes disappear. > > > > > I'm also talking a look at those... > > Some documentation in their jwc would be useful. > > > - Slider does not update its value (i think this one existed before > > updating) > > > > > i hadn't updated tacos js - it works, but > > has anyone else seen firefox crashes when slider is dragged outside of > > firefox (linux) ??? > > > - FisheyeList needs djConfig.parseWidgets=true to work... is this our > > > fault or dojos? (this also existed before updating ) > > > > > Will test this tonight... > > > For the record, in order to test dojo new version, I just unzipped > > > dojo-0.3.1-kitchen_sink in docroot/js and changed my Border.html > > > > > > > > > >From [EMAIL PROTECTED]: > > > > > > > > >> Hi all, > > >> I'm finishing some bug fixes today + > > >> updating dojo to 0.3.1 > > >> and hopefully release the new version on Friday. > > >> > > >> I'll rename Editor to InlineEditor (will keep the old name for > > >> a while) > > >> and create a new version to be used inside forms > > >> ( see http://tacoscomponents.jot.com/BugReporter/Bug110 ) > > >> I'll simply name it HtmlArea > > >> > > >> I've also changed my mind on the release name + release schedule. > > >> I'd prefer it called beta-3, > > >> then wait a week for javascript + new dojo version problems > > >> and then release the final 4.0 > > >> > > >> I can update the docs at tacos.sf.net but i don't think i have > > >> permission to add releases on sf > > >> > > >> Anyway, for opinions + objections, speak fassssst! > > >> > > >> > > >> -- > > >> > > >> > > >> > > >> > > >> _______________________________________________ > > >> Tacos-devel mailing list > > >> [email protected] > > >> https://lists.sourceforge.net/lists/listinfo/tacos-devel > > >> > > >> > > > > > > > > > > > > > > > _______________________________________________ > > Tacos-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > -- > Jesse Kuhnert > Tacos/Tapestry, team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. > -- _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
