[ros-bugs] [Bug 2393] Firefox 1.5 Download, you need move the mouse.

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Wed Aug 6 12:23:13 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=2393


jusid <jura at cp-lab.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |




--- Comment #13 from jusid <jura at cp-lab.com>  2008-08-06 12:23:03 CET ---
Additional tests with FF shows that it suffers from timers problems. It
registers timer to be fired in 10ms and then executes WaitMessage(), which does
not return on timer event. Mouse must be moved or key is pressed to force
WaitMessage() to return.

win32k timers must be rewritten to be independent from message queue. 
The possible solution is to create global thread for global timers list and
post timer messages from that thread to target window/thread.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list