Re: [wtr-general] type-ahead select lists

2011-05-24 Thread Lisa Crispin
I tried the log events thing, it's nice to know about that, but I don't see anything that really looks like the JS firing. I see a lot of 'select', 'click' 'keydown', 'input', 'keypress', 'keyup', none of that looks like what the JS is doing with the type ahead. -- LIsa On Mon, May 23, 2011 at

[wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
We are changing what used to be regular drop-down select list boxes to a dojo widget thingie that allows type ahead to select the item. Here's the HTML: select dojoType=dijit.form.FilteringSelect id=advisor.dealerId name=advisor.dealerId style='width: 550px;' option

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Ashok Tulachan
Hi Lisa, I don't know how you still have select as the input type if the dropdown is changed. Can you try this code? ie.select_list(:id, advisor.dealerId).select some value Thanks On Mon, May 23, 2011 at 2:44 PM, Lisa Crispin lisa.cris...@gmail.comwrote: We are changing what used to be

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Željko Filipin
On Mon, May 23, 2011 at 9:44 PM, Lisa Crispin lisa.cris...@gmail.com wrote: We are changing what used to be regular drop-down select list boxes to a dojo widget thingie that allows type ahead to select the item. Is the page public? Or a similar page? Frameworks usually have examples somewhere

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
That's what I had when this was just a regular select list, it doesn't work anymore now that we have this dojo stuff. -- Lisa On Mon, May 23, 2011 at 1:59 PM, Ashok Tulachan tulachanas...@gmail.comwrote: Hi Lisa, I don't know how you still have select as the input type if the dropdown is

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
The pages where we're using this aren't public. But I will look at this link, thanks! -- Lisa On Mon, May 23, 2011 at 2:36 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, May 23, 2011 at 9:44 PM, Lisa Crispin lisa.cris...@gmail.com wrote: We are changing what used to be