[Mono-bugs] [Bug 50241][Wis] New - DataGridPagerStyle - CopyFrom bug - Fix is provided
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 11:21:52 -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=50241
--- shadow/50241 2003-10-28 11:21:52.000000000 -0500
+++ shadow/50241.tmp.12137 2003-10-28 11:21:52.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 50241
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataGridPagerStyle - CopyFrom bug - Fix is provided
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When CopyFrom is called with regular style (not DataGridPagerStyle)
+nothing happens. (in that case base.CopyFrom should be called).
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on the button "Assign pager style"
+
+Actual Results:
+The backcolor of the pagerStyle remain yellow
+
+Expected Results:
+The backcolor of the pager style should be copied from the style that
+created on the click event, and switch into green.
+
+How often does this happen?
+Always
+
+Additional Information:
+As you can see in the fix all we have to do in a case of style that is not
+PagerStyle is call the base (Style) CopyFrom method.