[Mono-bugs] [Bug 50165][Nor] New - HtmlAnchor - key words bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 08:49:48 -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 yaronsh@mainsoft.com.

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

--- shadow/50165	2003-10-27 08:49:47.000000000 -0500
+++ shadow/50165.tmp.27286	2003-10-27 08:49:48.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 50165
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HtmlAnchor - key words bug
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+Creating an anchor with key word like #top doesn't work 
+
+Steps to reproduce the problem:
+1. Open the attahced aspx
+2. Narrow the page and scroll to the anchor
+3. Click on the anchor
+
+Actual Results:
+The URL changes into the parent folder... 
+
+Expected Results:
+The page should "jump" automatically to it's upper (top part).
+
+How often does this happen? 
+Always
+
+Additional Information:
+I think it completes the path to full path and doesn't keep "Relative" 
+pathes, so it thinks the href is actually a file or some path...