[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2007-02-17 Thread John Vivirito
This was caused by pango if i remember correctly it has been fixed since
dapper. Closing bug report now.

** Changed in: firefox (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2007-01-27 Thread David Farning
** Changed in: firefox (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Mozilla Team

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-11-29 Thread Mikel Garai
I have upgraded to Ubuntu Edgy with firefox 2.0 and the bug is not
there, it just works, I have tried some of the code that failed in the
past and now works ok.

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-09-17 Thread JoseStefan
** Bug 53628 has been marked a duplicate of this bug

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-09-04 Thread C Snover
http://www.radioshack.com's drop down menus also don't work properly
because of this bug. Several people have reported experiencing this
issue now and have expressed interest in providing logs, etc. in order
to solve the problem.. could someone from Canonical/Ubuntu Bugs let us
know what would be useful information to help get this problem solved?

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-08-30 Thread winjer
I am currently experiencing this problem on 64-bit, but the same code
isn't causing problems in other builds of firefox.  Let me know if
there's anything I can do to help debug this.

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-08-28 Thread Mikel Garai
When the interval is very small (30 more or less) the function setInterval 
executes the callback function some times and then it stop executing it. It 
seems like if an interval event arrives while the last one is being handled 
the timer stops.
Another strange situation occurs, supose the following javascript code:

setInterval(a(),10); // -- this will stop executing
setInterval(b(),1000); // -- this will work correctly

in this situation a() will no longer be called after a random number of
calls. Then, every time the b() callback function is called the a()
function is called too.

In windows it works well (firefox 1.5.2), also in debian testing x86. It
happens also in the epiphany and galeon browsers (but I think that all
them use the same renderer, they display web pages in the same way) and
does not happen in Konqueror and Mozilla ( not firefox: mozilla). I also
prove it in the 32 bit firefox (the one that is in all forums to be able
to execute java and flash) in the same system and works OK.

My ubuntu version is dapper 6.06 LTS
I use gnome (ati radeon propietary display drivers).
I have installed firefox and firefox-gnome-support packages.
I have the following extensions in my firefox:
- Mouse Gestures
- Web developer (not the one in the repository)
- some language packs
I have an amd64 and the ubuntu dapper for this platform (amd64). :-)

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-08-20 Thread C Snover
I'm almost certain it's a problem with the x86_64 build but I don't
really have any way of figuring this out on my own. Would an strace or
other such thing help?

** Description changed:

  In the Ubuntu Firefox build (Mozilla/5.0 (X11; U; Linux x86_64; en-GB;
  rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4),
  setTimeout/setInterval with low delays (50ms?) end up firing extremely
  slowly. This does NOT occur in the official mozilla.org build of
  Firefox.
  
  The following pages exhibit this behaviour:
  
  http://slashdot.org
  Click on one of the slider menus, it will move down a few pixels and then 
hang.
  
  http://msdn.microsoft.com/vstudio/express/default.aspx
  The header images should fade from one to another smoothly, but they only 
start fading and then the fade becomes very jerky and slow.
  
- http://blgames.y-hosting.net
- News ticker in upper-right corner starts sliding and then becomes very jerky 
and slow just like the MSDN page.
+ http://www.deviantart.com
+ Click Categories, then click on one of the options in the menu. The 
animation will often lock up right in the middle. This does not occur using the 
exact same Firefox user profile with the official Firefox build.

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-07-08 Thread Ondřej Nový
Thanks for your bug report. I tried to reproduce this bug, but
unsuccesfull. I have same version, but x86 not x86_64 architecture.
Maybe this is 64 bit related.

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs