This is getting weirder... Firefox.com says that 10 is the default value for browser.urlbar.maxRichResults, but my value was 12. Changing maxRichResults to either -1 or 10 eliminates the delay for me.
--- In [email protected], "Ben" <[EMAIL PROTECTED]> wrote: > > Hmm, if I disable my Smart Location Bar from doing auto-complete, the > delay goes away. > > To test this in Firefox 3: > 1. navigate to about:config > 2. find browser.urlbar.maxRichResults > 3. set it to -1 > 4. exit firefox and go back to my example. > 5. voila! The delay is gone. > > --- In [email protected], "Ben" <thegoosmans@> wrote: > > > > I just installed FF2 to test my example and as Alex said, there is no > > delay. It seems that FF3 changed, causing the problem I have. > > > > --- In [email protected], Alex Harui <aharui@> wrote: > > > > > > I'm using an older FF2. > > > > > > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of Ben > > > Sent: Tuesday, September 02, 2008 12:51 PM > > > To: [email protected] > > > Subject: [flexcoders] Re: Strange List Behavior > > > > > > > > > Alex, what version of Firefox are you running? > > > > > > Make sure you try right clicking a few times. The delay does not > > > always happen. > > > > > > --- In > > [email protected]<mailto:flexcoders%40yahoogroups.com>, > > "Sherif Abdou" <flex@> wrote: > > > > > > > > Actually it seems to only be Firefox 3.0.1,it does work in IE and > > > stand alone. > > > > ------ > > > > Sherif Abdou > > > > http://VadexFX.com > > > > http://Sherifabdou.com > > > > ----- Original Message ----- > > > > From: Alex Harui > > > > To: [email protected]<mailto:flexcoders%40yahoogroups.com> > > > > Sent: Monday, September 01, 2008 11:40 PM > > > > Subject: RE: [flexcoders] Re: Strange List Behavior > > > > > > > > > > > > > > > > I didn't see a problem in FireFox > > > > > > > > > > > > > > > > From: > [email protected]<mailto:flexcoders%40yahoogroups.com> > > > > > [mailto:[email protected]<mailto:flexcoders%40yahoogroups.com>] > > On Behalf Of Ben > > > > Sent: Monday, September 01, 2008 6:51 PM > > > > To: [email protected]<mailto:flexcoders%40yahoogroups.com> > > > > Subject: [flexcoders] Re: Strange List Behavior > > > > > > > > > > > > > > > > The problem seems to be with Firefox. Can anyone give an explanation > > > > for this? > > > > > > > > --- In > > [email protected]<mailto:flexcoders%40yahoogroups.com>, > > "Sherif Abdou" <flex@> wrote: > > > > > > > > > > I am doing the StandAlone player and it is working fine. > > > > > ------ > > > > > Sherif Abdou > > > > > http://VadexFX.com > > > > > http://Sherifabdou.com > > > > > ----- Original Message ----- > > > > > From: Ben > > > > > To: > [email protected]<mailto:flexcoders%40yahoogroups.com> > > > > > Sent: Monday, September 01, 2008 7:51 PM > > > > > Subject: [flexcoders] Re: Strange List Behavior > > > > > > > > > > > > > > > Are you running Internet Explorer? It seems that the delay > occurs in > > > > > Firefox 3 but not in IE. > > > > > > > > > > --- In > > [email protected]<mailto:flexcoders%40yahoogroups.com>, > > "Sherif Abdou" <flex@> wrote: > > > > > > > > > > > > Have you tried dispatching rollOver Event when the person right > > > > > clicks? Also, is this the code for it or is it different since I > > > > > checked it out and tested it on my computer and It worked fine > > > with no > > > > > delay. > > > > > > ------ > > > > > > Sherif Abdou > > > > > > http://VadexFX.com > > > > > > http://Sherifabdou.com > > > > > > ----- Original Message ----- > > > > > > From: Ben > > > > > > To: > > [email protected]<mailto:flexcoders%40yahoogroups.com> > > > > > > Sent: Monday, September 01, 2008 6:55 PM > > > > > > Subject: [flexcoders] Strange List Behavior > > > > > > > > > > > > > > > > > > I am trying to select an item on a right click. I accomplished > > > this, > > > > > > but whenever the selectedIndex changes, there is a short delay > > > > before > > > > > > the List updates its display. > > > > > > > > > > > > Here's my example. To view the source, right click and select > > > "View > > > > > > Source". > > > > > > > > > http://www.thegoosmans.com/rightclickproblem/SelectOnRightClick.html > > > > > > > > > > > > First, click the "Next" button. Observe that the List updates > > > > > smoothly. > > > > > > Next, try right clicking on a list item. Notice that the > change is > > > > > > choppy. > > > > > > > > > > > > I have tried calling validateNow() on the list to no avail. Any > > > > > > advice would be greatly appreciated as this is giving me > > > headaches. > > > > > > > > > > > > Thanks in advance! > > > > > > > > > > > > > > > > > > > > >

