Dave, Can you please point me to a full code sample? Thanks! Steven Peterson Web Developer, Platform Engineering Yahoo! From: ydn-javascript@yahoogroups.com...
Again, I am unable to duplicate this issue. Can you post a code sample so that I can reproduce it? Thanks! Steven Peterson Web Developer, Platform Engineering...
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...
Of course you can't duplicate it--you know how to do it correctly! ;) The problem was that I was on a 2up calendar and needed to do the cal.page[] thing to...
... What's the value of "this" in each case? -- If a 6600 used paper tape instead of core memory, it would use up tape at about 30 miles/second. -- Grishman,...
Was experiencing the same problem as some others with 2up calendars rendering vertically. When I read that some thought the problem might be a container...
... I like the 'make a proposition for a fix' and 'maybe we'll include it' approach. I filed a bug report with a fix but the fix Steven (a Yahoo developer)...
... Is it possible to download the current, most up to date working version of the library from CVS? Thanks, Peter...
1884
Matt Warden
mwarden@...
Jun 1, 2006 8:47 pm
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'...
Hi, As I've mentioned in a previous post, I have created tooltips on the Calendar control for certain dates that have events scheduled on them. I am displaying...
Matt, Perhaps you can trap the fact that you’re in the process of dragging your context element, detect that in some custom code in preventOverlap, and keep...
Hi Thomas Upgrading the yahoo library fixed the issue, thanks a lot. By the way, in the 0.10.0 version, each folder has a filname-min.js, just curious to know...
1888
Matt Warden
mwarden@...
Jun 1, 2006 9:04 pm
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...
1889
johns@...
Jun 1, 2006 9:19 pm
hi ... look here in the unzipped file: yui/README [rtfm!!] -- \js oblique strategy: do the words need changing?...
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...
1891
Matt Warden
mwarden@...
Jun 1, 2006 9:41 pm
... Steven, A good thought. I added code in startDrag and endDrag to set preventdefault to false and increase the showdelay to a large number, and then restore...
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....
Matt, This is a slightly complex issue because there are multiple ways that dates can be selected. If you only care about trapping which date was selected when...
1894
Matt Warden
mwarden@...
Jun 1, 2006 9:54 pm
themidnightwill, ... <a href="#" onclick="confirm_simpledialog()">Yahoo!</a> Instead, create a dialog, and in your 'Yes' handler, include: window.location =...
Matt, Thanks for the response. I had thought of something similar, but my issue with it was hard coding the URL into the function. I'd like to be able to pass...
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...
This is definitely a problem and it's something we're working to resolve for the next release. At present, when running Calendar under reset.css I'm finding...
... Manually calling the data load function as you have done won't work because the execution scope isn't what is expected. Also, the loadComplete function ...
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...
Hi there, am using a container widget, my current project is going to be an intranet project which shall not have any internet access, i observed that the...
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...
Hey Swamy, I'm not an expert, but I pulled this from the README file: Note: If a component makes use of images, the image source path in the component's CSS...
This is a great question. Is this a case where you may not want a Listener? It seems like this behavior is correct... addListener appends rather than...