[Mono-bugs] [Bug 326309] New: GridView custom HTML attributes are not rendered

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 19 06:41:19 EDT 2007


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

           Summary: GridView custom HTML attributes are not rendered
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: x86
        OS/Version: openSUSE 10.2
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: g.tardini at caleidoscopio.it
         QAContact: mono-bugs at ximian.com
          Found By: ---


Created an attachment (id=173279)
 --> (https://bugzilla.novell.com/attachment.cgi?id=173279)
Test page

Steps to reproduce the problem:

1. Try to add a custom attribute to a GridView
GridView2.Attributes.Add("MyAttribute", "myvalue");
2. Check the HTML rendered

Expected result:
<table id="GridView2" cellspacing="0" rules="all" border="1"
style="border-collapse:collapse;" MyAttribute="myvalue">

Actual result:
<table id="GridView2" cellspacing="0" rules="all" border="1"
style="border-collapse:collapse;">


-- 
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