[Mono-bugs] [Bug 397046] New: HtmlAnchor renders empty href attribute
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 4 07:50:56 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=397046
Summary: HtmlAnchor renders empty href attribute
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=220062)
--> (https://bugzilla.novell.com/attachment.cgi?id=220062)
test page
Recipe:
=======
- request the attached test page.
Mono renders:
=============
<html>
<body>
<a>Test 1</a>
<a href="">Test 2</a>
</body>
</html>
NET renders:
=============
<html>
<body>
<a>Test 1</a>
<a>Test 2</a>
</body>
</html>
--
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