Thanks for looking at it. Removing the stopPropagation call from demo3 didn't help. I'm using both Firefox 1.5 and 2 on two different machines and its broken...
... (http://developer.yahoo.com/yui/examples/autocomplete/states_jsfunction.html) ... Yepper, same here. I do not think there's one, otherwise Dave Glass may...
Thanks Thomas, Sergio and Moore. I tried using the postData method and it seems to work fine, just need to test to be sure...so thanks again! I don't know if...
thanks a lot! now, this works great for me on the server side: [php] $var = utf8_decode(urldecode($_POST['varname'])); [/php] lg t ... thanks a lot! now, this...
Hello everybody. I justa started playing with YUI to build a 'tree object editor' interface. I think I found a couple of bugs in the code, but before filing to...
Hello, I have a BorderLayout. All contained in a FORM element. The north part of the BorderLayout has an input type=submit button. The west and center have an...
I'm probably doing something wrong here, let see if someone can figure it out. THis is a simple slider (only using slideEnd event and showing the value in an...
Hi Jenny I also wanted to change the behaviour so that you need only press <RETURN> once to submit the form. Thanks for your help. It works perfectly in...
Hi Todd, Yes that's essentially the idea. I simplified my code to demonstrate the problem. The actual menu system is backed by a database and will end up ...
Hi Adam, Sorry for the delay in responding. I was trying to setup a test case that is somewhat valid -- I extracted all the relevant code and placed it here: ...
thanks Dawn and Adam. to Adam: ya, I was exploring around and found that I'm should use the DOM util. But I'm not too sure of how to use it, as there aren't...
Todd, Sorry, it's not quite a bug, it's more my feature request. I am hoping to write the code to do it, and then share it. Your current hide delay is for...
Gaetano, Let me try to take a stab at your Dialog questions. It appears that your markup for the Dialog is not constructed properly. You have to construct your...
You shouldn't need to use the single apostrophes in your response string. Try: this.cal1.addRenderer(o.responseText, this.cal1.renderCellStyleHighlight1 ); The...
Well, you want to defeat HTML links in the browser; you'll have to do a little work! It's not hard at all. Create a YAHOO.ext.Element from the element into ...
Of course that will only work on links to the same domain. If you want to handle links to anywhere, you'll have to use an iframe, and then you won't need to do...