Bryce - MenuBar is not currently designed to work as a submenu for an item in another MenuBar instance. We'll consider that as a possible feature for a future...
3515
Scott Rankin
sdwr
Jul 31, 2006 3:21 pm
Hi all, I'm trying to create a collapsable "drawer" at the top of my page that can be collapsed and expanded as needed. This works fine in FF, but I seem to...
3516
cosmicrealms
Jul 31, 2006 3:23 pm
So I have ran into a reproducible infinite loop bug in the asyncRequest method of the Yahoo UI 0.11.2 connection.js The basics are: 1. Send two requests with...
3517
Mickael DAUDE - [ECE...
bobbylapointe78
Jul 31, 2006 3:46 pm
Hello everybody. Could someone help me to put the calendar in french please .. I use the custom config function but when I call getselectedDates method it...
3518
Sam Kome
skome_mobile
Jul 31, 2006 3:53 pm
How can I manipulate the z-index of the mask? I see that's set to zero in the container.css, but it must be changing from there. Thanks, Sam...
3519
Steven Peterson
y_stevenp
Jul 31, 2006 5:22 pm
Mickael, getSelectedDates returns JavaScript Date objects, not formatted strings. When you output those dates, it shows you the dates in your local format, ...
3520
sandysubha
Jul 31, 2006 5:26 pm
can u give me reply in english ... true); ... unchecked/checked. ... uncheck ... particular...
3521
Steven Peterson
y_stevenp
Jul 31, 2006 5:28 pm
Gabe, Dialog and SimpleDialog have built-in tab handling to prevent what you're speaking of from happening. I'm unable to tab below the mask in the ...
3522
Steven Peterson
y_stevenp
Jul 31, 2006 5:29 pm
Arnaud, When you are using the debug versions of the code, you will want to make sure that you include the YUI Logger, so that you can view the log output ...
3523
Steven Peterson
y_stevenp
Jul 31, 2006 5:30 pm
Ivan, To change the body content dynamically, call the setBody function, which is described in the YUI documentation. Thanks! Steven Peterson Web Developer,...
3524
Todd Kloots
toddkloots
Jul 31, 2006 5:57 pm
Priya - If you look at your code you'll see that your "onContextMenuInit" is the problem. That function adds two items to the context menu and, as you said, ...
3525
Sam Kome
skome_mobile
Jul 31, 2006 6:34 pm
I should have mentioned that problem I'm having is that the mask is too low. There are form input elements with a higher z-index than the mask. TIA...
3527
Chris Thatcher
thatchman42
Jul 31, 2006 7:16 pm
I see no flickering (Firefox 1.5.0.5) ... -- ~Chris...
3528
THECREW
the138crew
Jul 31, 2006 7:33 pm
Is there a way to have the form submit when the selection has been made from the autocomplete list? instead of filling in the form field then having to click...
3529
Michael Richard Murphy
michaelricha...
Jul 31, 2006 8:32 pm
I recently discovered Yahoo! UI and I'm in the process of implementing drag and drop functionality. I have a list of terms and definitions. Users can drag...
3530
Andreas Schiffler
andreasschif...
Jul 31, 2006 9:22 pm
Hi all, util.Dom.getXY operating on a DIV object is returning the wrong corner position on IE ... it is shifted by 2 pixels on IE6 (but fine on Firefox 1.5)....
3531
Thomas S. Sha
tssha
Jul 31, 2006 9:58 pm
... (http://www.yuiblog.com/sandbox/yui/v011/examples/connection/upload.html) ... Can you post the form HTML and any related application script? Regards, ...
3532
priya_806
Jul 31, 2006 10:05 pm
Thank you, Todd...I too figured out that my onContextMenuInit is the problem ,which is making menus add up every time... I appreciate ur help...Priya...
3533
James Bennett
boxcarbodhis...
Jul 31, 2006 10:08 pm
... The first thing that comes to mind is to check where and how you're calling setForm, to ensure that it happens before each submission. -- "May the forces...
3534
Matt Sweeney
matt.sweeney
Jul 31, 2006 10:54 pm
Hi Andreas, Using Dom.setXY() should fix this: - create DIV "a" with known size w,h - get position of "a" using xy=getXY(a) - overlay semi-transparent DIV "b"...
3535
sactel_chat
Jul 31, 2006 11:05 pm
I feel good that you started playing with the prototype- that was the whole intention. Regarding the fine tuning .. This is only a crude prototype and lot of ...
3536
sactel_chat
Jul 31, 2006 11:06 pm
I feel good that you started playing with the prototype- that was the whole intention. Regarding the fine tuning .. This is only a crude prototype and lot of ...
3537
Mike Watts
michael_s_watts
Jul 31, 2006 11:25 pm
Maurice, Can you post your solution? Thanks, mike....
3538
wildmanwalsh
Aug 1, 2006 12:11 am
New to the YAHOO UI toolsets, and have been trying to find a way to find the current page scroll? The getViewportWidth(), etc tools are fantastic, but I seem...
3539
Matt Sweeney
matt.sweeney
Aug 1, 2006 1:01 am
There is currently no tool for this, but if there were, they would probably look something like: YAHOO.util.Dom.getWindowScrollX = function() { return...
3540
Matt Sweeney
matt.sweeney
Aug 1, 2006 1:08 am
Hi Michael, The offset values of an element can not be measured unless the element is both part of the document and not set to "display:none". That said, you...
3541
Matt Sweeney
matt.sweeney
Aug 1, 2006 1:21 am
Hi Alex, When I visit the url in IE 6, I see the graphic appear, then fade out. Same behavior as Firefox. Is the animation you are referring to? Maybe its...
3542
yuidev2006
Aug 1, 2006 1:47 am
The menu's in the example file applicationmenubar.html seem to show under any content placed in the body of the document in Firefox 1.5.0.5 only. It seems to...
3543
Matt Sweeney
matt.sweeney
Aug 1, 2006 2:40 am
Hi Michael, If the animated elements will be absolutely positioned, one way would be to set the container's position to relative, then animate the "top" and ...
3544
Matt
cyberlogi
Aug 1, 2006 7:31 am
Hi, I'm using the PhotoBox example to create an image panel. I'm running in to a problem where the hd/ft don't span the entire panel. I've been through the...