Thanks for contributing a nifty component. It seems I get the same results as before when using the Polling component where it returns the cached data. I am...
When you said: "an xml file on my local domain" Are you using an HTTP server (http://localhost/) or the file-system (file:///)? It becomes much easier to deal...
Hey Irwin, I don't think we need to use a polling approach for this particular use case. So, I will like to add an example for the approach described by...
I'm experiencing a range of element positioning issues in Mac Safari 3 and 4 using setX() and setY(). Elements are being set hundreds of pixels off from where...
Can you post a link to a test page? Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A...
I created a simple page with just two elements to demonstrate the issue, however it turns out I can't reproduce the problem with that simple page. The pages...
Hi, Two questions/issues/comments. Is it correct that I have to use Y.Node.getDOMNode(node) in order to get the HTML DOM element? Is there no function on the...
I read someplace that 'Y.Node.getDOMNode( node)' is a workaround for a bug, so that's what I use myself. I'd be interested to hear what others say though. I...
Hello Caridy, I'm not convinced :-) How about the table specific functions, to create header, body, footer or rows and cells? How would I access them through...
Hi Michael, Thanks for your feedback. We've made some design tweaks since PR2, so the current documentation is a bit out of sync with the dev master. ...
Thanks Matt, ... I noticed :-) I'm using the latest git version and look at the code instead of the docs, but... ... I usually do that, but since I only...
Hi, What is the intention of the mentioned functions? I can see what they do but I would like to hear it in words. Why do functions added using addMethod get...
Huh. Looks like I posted a reduntent reply… for some reason Gmail didn't thread these messages together… Sorry, Eric ... Huh. Looks like I posted a...
So you said you're running the from the latest src on GitHub… The Node classes have been modified since 3.0.0pr2; specifically NodeList was been moved out...
Hello Guys, Matt has mentioned it, the decision of keep those two methods away from Node/NodeList is for security reasons. Basically, a lot of platforms are...
Hi Michael, ... These are used to dynamically add functionality to Node and NodeList. In general, most of the DOM work is done in the underlying DOM modules. ...
How am I supposed to load the "datatype" module, which contains the date conversion functions (submodule "datatype-date")? It is not listed in list off modules...
Hi! Here is my code: var config = { onLoad: function() { // call function inside the loaded script testInside(); } }; YAHOO.plugin.Dispatcher.jsLoader(url,...
Hi, I don't see Dispatcher or getYUIConfig anywhere in the YUI3 code? I'm using the latest pre-Beta1 git tree, not PR2 (which I think makes much more sense...
Hi Chris, In the yui3 source code have a look at build/domo/dom.js, search for "insertHTML:", "insertBefore:" and "insertAfter:". insertHTML is still not...