[Mono-bugs] [Bug 450479] WebBrowser. ProgressChanged event values will cause errors on apps consistent with MSFT

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 1 09:15:09 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=450479

User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=450479#c1





--- Comment #1 from Andy Hume <andyhume32 at yahoo.co.uk>  2008-12-01 07:15:09 MST ---
Example events from MSFT.
In brief:
[[
ProgressChanged cur=100, max=10000
ProgressChanged cur=150, max=10000
ProgressChanged cur=200, max=10000
ProgressChanged cur=200, max=10000
ProgressChanged cur=10000, max=10000
ProgressChanged cur=-1, max=10000
ProgressChanged cur=10000, max=10000
DocumentCompleted url='http://localhost:65080/hwA'
ProgressChanged cur=0, max=0;
]]


In full:
[[
Navigating frame=, url=http://localhost:65080/hwA
FileDownload
StatusTextChanged, 'StatusText'='Done'
FileDownload
ProgressChanged cur=100, max=10000
StatusTextChanged, 'StatusText'='Waiting for http://localhost:65080/hwA...'
ProgressChanged cur=150, max=10000
ProgressChanged cur=200, max=10000
ProgressChanged cur=200, max=10000
StatusTextChanged, 'StatusText'='Waiting for http://localhost:65080/hwA...'
StatusTextChanged, 'StatusText'=''
StatusTextChanged, 'StatusText'=''
DocumentTitleChanged, 'DocumentTitle'='hwA'
Navigated url=http://localhost:65080/hwA
EncryptionLevelChanged, 'EncryptionLevel'='Insecure'
EncryptionLevelChanged, 'EncryptionLevel'='Insecure'
EncryptionLevelChanged, 'EncryptionLevel'='Insecure'
EncryptionLevelChanged, 'EncryptionLevel'='Insecure'
StatusTextChanged, 'StatusText'='Done'
ProgressChanged cur=10000, max=10000
ProgressChanged cur=-1, max=10000
DocumentTitleChanged, 'DocumentTitle'='hwA'
ProgressChanged cur=10000, max=10000
DocumentCompleted url='http://localhost:65080/hwA'
ProgressChanged cur=0, max=0;
]]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list