In your function, e does not represent an event, so using the Event utility against it will not work. KeyListener uses a CustomEvent, so the arguments are...
7971
Alessandro Vernet
javernet
Dec 29, 2006 11:38 pm
... Yes! I have the same problem with YUI 0.12.0 (I haven't checked if the issue is still there in 0.12.1). I documented the fix I have done for 0.12.0 on the...
7972
Andrei Neculau
neculau_andrei
Dec 29, 2006 11:58 pm
I looked today into some websites that have examples for YUI (e.g. the Accordion Menu example) and I noticed that they give references to some YUI 2 beta...
7973
jcobbers
Dec 30, 2006 12:25 am
Hi Tommy, I hope we can help you. Could you post an example of your code you are using? Thanks. My initial guess is you are having the event that fires it the...
7974
Eric Miraglia
ericmiraglia
Dec 30, 2006 12:30 am
Andrei, Rest assured that the YUI Library that is available to you — currently at version 0.12.1 — is the same library we use at Yahoo!, including on...
7975
randomjuju
Dec 30, 2006 12:40 am
Hi there! This may belong in another thread, but I was wondering why KeyListener is part of the Container collection. It seems to me that it'd be handy in...
7976
itsallaboutyui
Dec 30, 2006 12:49 am
Thanks for the quick response. I will test your solution tomorrow! I was confused in part by the fact that the slider uses code such as handleKeyPress:...
7977
assafn
Dec 30, 2006 6:34 am
I am using them all. Looking for a standard way of switching between the minimized and normal version. The way the files are built in the directories (and the...
7978
berg.matt
Dec 30, 2006 6:35 am
For some reason in Safari, when I am using the keylistener for the arrow key events, 38 and 40, the defined function is called twice in a row. This doesn't...
7979
Andrei Neculau
neculau_andrei
Dec 30, 2006 8:36 am
Thanks for the clarification, Eric!...
7980
itsallaboutyui
Dec 30, 2006 2:00 pm
Should we be using the method used by Slider to catch keypresses, and saving KeyListener only for containers? ... KeyListener ... Event ... pressed (the...
7981
bitrockers
Dec 30, 2006 3:27 pm
Hi, ... I guess the difference between POST and GET wouldn't stop a 'hacker39; by any means. I always use POST because I remember that IE caches ...
7982
Nick Weavers
nickweavers
Dec 30, 2006 4:19 pm
Hi Eric, just to let you know that the shrink-wrap div idea worked nicely as a workaraounf for the Forefox bug. Many thanks, Nick....
7983
Todd Kloots
toddkloots
Dec 30, 2006 5:07 pm
I'd be happy to help you debug this if you could provide a code sample. Thanks. - Todd...
7984
Todd Kloots
toddkloots
Dec 30, 2006 5:09 pm
What version of the Menu library are you using? As of 0.12 Menu has a "lazyload" configuration property that will help load time performance by deferring the ...
7985
Todd Kloots
toddkloots
Dec 30, 2006 5:14 pm
Hi Will, The first menu item in each YUI Menu will have a class named "first-of-type" appended to it. This class is designed to mimic the CSS3 pseudo class...
7986
Todd Kloots
toddkloots
Dec 30, 2006 5:17 pm
"bubbarubadub" - What issues are you experiencing with 0.12.1? Can you please provide an explanation, code sample and file the bugs via SourceForge so that I...
7987
Todd Kloots
toddkloots
Dec 30, 2006 5:25 pm
Hey Ken - Are you still experiencing this problem? I wasn't able to reproduce this issue in IE 6 or 7. One tip - if you are building a menu completely from...
7988
Eric Miraglia
ericmiraglia
Dec 30, 2006 6:01 pm
Jon, Valid question. KeyListener was developed as part of the Container package to serve specific needs related to Container-family controls -- like...
7989
randomjuju
Dec 30, 2006 6:17 pm
Hi there! I hate to pick on you folks, but it looks like you have a repeated typo on this page: ...
7990
randomjuju
Dec 30, 2006 6:38 pm
Fair enough. I just read through the source for the KeyListener class, and it doesn't seem to me that it's dependent upon anything in the Container package....
7991
randomjuju
Dec 30, 2006 6:51 pm
Well, it looks like I had lead paint for breakfast this morning... It turns out that I've selected a font such that the numeral '1' (one) and lowercase 'L's...
7992
Eric Miraglia
ericmiraglia
Dec 30, 2006 6:56 pm
Jon, Not picky at all — we'll get that fixed in an upcoming push of the site. Thanks for pointing it out. Regards, Eric ...
7993
randomjuju
Dec 30, 2006 7:36 pm
No no! There is no error! Please see my other post! Sorry for the confusion! -Jon...
7994
Eric Miraglia
ericmiraglia
Dec 31, 2006 1:04 am
Robert, Make sure that you have an element on the page with an id attribute of treeDiv1. In other words, the following code will work: <script> var tree; ...
7995
rizzi_john
Dec 31, 2006 2:02 am
... Thank you, Scott, for asking the question about the anonymous function invocation that I and perhaps others were hesitant to ask and to the Yahoo! team for...
7996
than505
Dec 31, 2006 5:24 pm
I am trying to work out how you would process the state of a drag and drop application, in order to send the information back to the server. In other words,...
7997
randomjuju
Dec 31, 2006 6:13 pm
We face a similar problem (state management) with our own very large application <http://thinkature.com/> . While we've never dealt with precisely your...
7998
Nick Weavers
nickweavers
Dec 31, 2006 10:56 pm
Hi, I have a php function that is invoked by an asyncRequest that returns xml as follows: $_xml ='<?xml version="1.0" standalone="yes"?>'; $_xml =...
7999
Nick Weavers
nickweavers
Jan 1, 2007 1:02 am
Spotted my dumb error: $_xml ='<?xml version="1.0" standalone="yes"?>'; $_xml = '<file_upload>'; Second assignment should be an append to current string type...