i'm converting my site's DOM 1.0 style javascript, with dhtml calls as tag attributes, to the DOM 2.0 eventListener functions provided in the Yahoo javascript...
Hi I have a javascript function that looks something like the code I have pasted below. The problem is that when I call this function in an event, for eg:...
I've noticed that I don't get smooth scrolling behavior during a drag operation in Firefox 1.5 or IE 6 when at the edges of the viewport. Instead, I have to...
Is there a way to dynamically load the initial children that are appended to the root node? I have seen other posts about dynamic loading, and they have...
Add the line <link rel="stylesheet" href="../../../build/reset/reset.css" type="text/css"> To example/calendar/default/index.html And refresh The calendar...
I am creating a prototype involving the Yahoo dialog window in order to pop up a model form. My form is a decent size, and I have noticed that the dialog...
Hello, I've been experimenting with YUI, and love it. Recently, I've been trying to devise a way to use a SimpleDialog like a JavaScript confirm() dialog box....
I seem to recall a discussion when 0.09 was first released about how to obtain the date that was just selected on the calendar (the one which just fired the...
I am experiencing serious performance issues when using a tooltip connected to a context element which is also draggable. In FF I get a 'too much recursion'...
YUI is great. Really. YUI Forum is on Yahoo! YUI project is on sourceforge. YUI Request Feature on sourceforge (new features are only made by the Yahoo! team...
Hi, I'm trying to set a minDate of a calender after it has been rendered. How can I force the calendar to be rerendered? All examples I found set the miDate...
I'm experiencing a problem with the drag and drop functionality in Firefox when trying to drag from a div with an overflow set to auto. Basically, the problem...
Hello, I've got a popup panel working fine in FireFox but in IE I get a javascript error when setting modal:true which tells me that a number is expected......
Hello there! We have some questions about the 2-Up Calendar. We've been developing to the 2-up calendar, and we've run into a situation where we would like to...
Hi all; I am exploring the use of the TreeView control to allow users to make selections from a hierarchical structure, and post the choices back to the server...
Hi, I am experimenting with some drag drop functionality similar to the yahoo example http://developer.yahoo.com/yui/examples/dragdrop/targetable.html It seems...
I am trying to increase opacity and fontsize at the same time. Either one works by itself (opacity or fontSize) but I cannot get both to work simultaneously....
 We'll be announcing these later in the week on the YUI Blog, but for those of you who might be interested, here's a sneak peak: The YUI team has been hard...
error if you have used different names for js calendar object instance variable name and calendar dom identifier. eg. if you take one of the sample and replace...
it looks to me like there's a bug when you're removing a node that has children. removeNode() calls _deleteNode(), which calls removeChildren() removeChildren...
Hi fellow YUI devs, I'm having a problem with the onSelect() method with the Calendar object. In this example code: YAHOO.foo.cal1.onSelect = function() { ...
There is an error on http://developer.yahoo.com/yui/container/simpledialog/index.html In the example about "Creating Buttons and Callbacks", line 21 should...
Hi, I am having some diffculty using TreeView dynamic loading. I want to refer to some member fields of my widget but from within the load method I cannot...
I'm very new to this library. I installed treeview.js in my site, but Firefox caused JS error. What I found was using " " to put space in the library. ...