[Mono-bugs] [Bug 73022][Nor] New - Not implemented method in System.Web.HttpBrowserCapabilities

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 06:41:24 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet@fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=73022

--- shadow/73022	2005-02-25 06:41:24.000000000 -0500
+++ shadow/73022.tmp.29040	2005-02-25 06:41:24.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 73022
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: informatique.internet@fiducial.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Not implemented method in System.Web.HttpBrowserCapabilities
+
+Description of Problem:
+I need three property in System.Web.HttpBrowserCapabilities and they seem 
+to be not implemented :
+- MSDomVersion
+- W3CDomVersion
+- EcmaScriptVersion
+Many MS.NET component need these properties...
+
+Steps to reproduce the problem:
+- get MSDomVersion always return version (0,0)
+- get W3CDomVersion always return version (0,0)
+- get EcmaScriptVersion always return version (0,0)
+
+Actual Results:
+
+
+Expected Results:
+return the expected version...
+
+How often does this happen? 
+always
+
+Additional Information:
+i could implement it, but i've seen nothing usable for theses property in
+browscap.ini
+I need info...