I was wrong.  Changing the firefox property I mentioned does not fix
anything.

--- In flexcoders@yahoogroups.com, "Ben" <[EMAIL PROTECTED]> wrote:
>
> Where should I report this behavior on the adobe website?  Should I
> report it somewhere else too?
> 
> --- In flexcoders@yahoogroups.com, "Ben" <thegoosmans@> wrote:
> >
> > 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 flexcoders@yahoogroups.com, "Ben" <thegoosmans@> 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 flexcoders@yahoogroups.com, "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 flexcoders@yahoogroups.com, Alex Harui <aharui@> wrote:
> > > > >
> > > > > I'm using an older FF2.
> > > > > 
> > > > > From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED]
> > > > On Behalf Of Ben
> > > > > Sent: Tuesday, September 02, 2008 12:51 PM
> > > > > To: flexcoders@yahoogroups.com
> > > > > 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
> > > > flexcoders@yahoogroups.com<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:
> > flexcoders@yahoogroups.com<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:
> > > flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>
> > > > >
> > > >
> >
[mailto:flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>]
> > > > On Behalf Of Ben
> > > > > > Sent: Monday, September 01, 2008 6:51 PM
> > > > > > To:
> > flexcoders@yahoogroups.com<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
> > > > flexcoders@yahoogroups.com<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:
> > > flexcoders@yahoogroups.com<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
> > > > flexcoders@yahoogroups.com<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:
> > > > flexcoders@yahoogroups.com<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!
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>


Reply via email to