longzu / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

Issue with ActivateHTMLEvents before DocumentCompleate #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Activated events through ActivateHTMLEvents not fires before fully 
document download 
2. I using ONMOUSEMOVE & ONMUOUSEUP (by the whay event ONMOUSEDOWN never 
fires ,yes this another bug) to implement ability of scrolling page by 
mouse move as in IE7 with Tablet PC enabeled OS
3. the events starts firing only after a document totaly downloaded (with 
images etc..)

What is the expected output? What do you see instead?
I think it should be fired after NavigationCompleate2 because in IE7 you 
can start scrolling window by Styluth once some HTML rendered on the 
window, even before images download completed.

What are the OS and IE versions?
Win Vista IE7

What version of the product are you using?
1.0.0.7

Please provide any additional information below.
Once againe, thank you very much for your great work & interest !!

Original issue reported on code.google.com by TMS2...@gmail.com on 14 Jan 2008 at 11:09

GoogleCodeExporter commented 8 years ago
This issue will be resolved in the next release (2.0). The internal 
document/window 
event handling will be replaced with LBUTTONDOWN, LBUTTONUP, and MOUSEMOVE 
events. 
And there will be easy to use classes to handle various docuemnt and window 
events.

MH

Original comment by mehr...@gmail.com on 14 Jan 2008 at 6:24

GoogleCodeExporter commented 8 years ago
OK, thank you very much for following up :-)
but one question, is there an estimated date for issuing this version ?

Original comment by TMS2...@gmail.com on 15 Jan 2008 at 8:46