[Mono-bugs] [Bug 362602] PropertyDescriptor.Converter tests, and problem with type name only

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362602

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362602#c1





--- Comment #1 from Andy Hume [EMAIL PROTECTED]  2008-02-21 02:37:06 MST ---
Code is contributed under the MIT/X11 license by Andy Hume
[EMAIL PROTECTED].


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 362602] PropertyDescriptor.Converter tests, and problem with type name only

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362602

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362602#c2





--- Comment #2 from Andy Hume [EMAIL PROTECTED]  2008-02-21 02:38:34 MST ---
The bug that should have been referenced in the description is: bug 362601
PropertyGrid: TypeConverterAttribute on a property is ignored


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363555] New: ToolStrip crash if ContentPanel. BackColor set to transparent

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363555


   Summary: ToolStrip crash if ContentPanel.BackColor set to
transparent
   Product: Mono: Class Libraries
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Found in the samples from the book Windows Forms 2.0 Programming, by Chris
Sells and Michael Weinhardt, sources available from
http://www.sellsbrothers.com/writing/wfbook/  Reminded of it by bug 363303. 
Small repro program, and exception ToString below.

[[
mono  --debug WinForms/Menu-\ ToolStrip/TscContentPanelBackColorTransparent.exe

Unhandled Exception: System.ArgumentException: Transparent background colors
are not supported on this control
  at System.Windows.Forms.Control.set_BackColor (Color value) [0x00067] in
D:\cygwin\usr\src\mono\mcs\class\Managed.Windows.Forms\System.Windows.Forms\Control.cs:2285
  at System.Windows.Forms.ToolStripContentPanel.set_BackColor (Color value)
[0x00012] in
D:\cygwin\usr\src\mono\mcs\class\Managed.Windows.Forms\System.Windows.Forms\ToolStripContentPanel.cs:110
  at TscContentPanelBackColorTransparent.Main () [0x0]
]]

[[
using System;
using System.Windows.Forms;
using System.Drawing;

public static class TscContentPanelBackColorTransparent
{
static void Main()
{
Form f = new Form();
ToolStripContainer toolStripContainer1 = new ToolStripContainer();
//
// Crash at this line in current Mono.
toolStripContainer1.ContentPanel.BackColor = Color.Transparent;
//
// Add some content etc so its apparent when it's working.
toolStripContainer1.Dock = DockStyle.Fill;
MenuStrip menuStrip1 = new MenuStrip();
ToolStripMenuItem fileToolStripMenuItem = new ToolStripMenuItem();
fileToolStripMenuItem.Text = File;
menuStrip1.Items.Add(fileToolStripMenuItem);
toolStripContainer1.TopToolStripPanel.Controls.Add(menuStrip1);
toolStripContainer1.TopToolStripPanel.Controls.Add(new ToolStrip());
toolStripContainer1.BottomToolStripPanel.Controls.Add(new
StatusStrip());
f.Controls.Add(toolStripContainer1);
Application.Run(f);
}

}
]]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363577] New: improved gacutil manpage

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363577


   Summary: improved gacutil manpage
   Product: Mono: Tools
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: P5 - None
 Component: gacutil
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=196217)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196217)
New gacutil manpage

I found the gacutil manpage quite verbose and difficult to
understand. Attached is a hopefully improved, clearer version.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363577] improved gacutil manpage

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363577

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363577#c1





--- Comment #1 from Sam Hocevar [EMAIL PROTECTED]  2008-02-21 03:53:23 MST ---
Created an attachment (id=196218)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196218)
patch for the proposed manpage


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363450] [PATCH]System.Reflection.Module:: Resolve* leak loader errors and crash mono

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363450

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363450#c5


Zoltan Varga [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #5 from Zoltan Varga [EMAIL PROTECTED]  2008-02-21 04:02:37 MST 
---
This is ok to check in, altough I think it would be better to keep
compatibility
with MS if it is not hard to do, i.e.

if (there_is_loader_error) {
   /* MS seems to return null in case of an error */
   clear loader error
   return null;
}


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 362287] Podium '08 draws white box next to candidates

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362287

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362287#c1


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Michael Dominic K. [EMAIL PROTECTED]  2008-02-21 04:35:49 
MST ---
The actual xaml file is broken (typo). The color specified for the Rectangle
is: Fill=#FF33` . Notice the extra ('`'). I added a more relaxed/smart
way of parsing the colors which fixes that. 


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 358987] HttpListener leaking socket file descriptors

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=358987

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=358987#c7


Zoltan Varga [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #7 from Zoltan Varga [EMAIL PROTECTED]  2008-02-21 04:42:45 MST 
---
Normally, the Socket finalizer will call Socket.Close () automatically during
a garbage collection, so this should work even without the patch.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363587] New: ilasm not quiet when -quiet option used

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363587


   Summary: ilasm not quiet when -quiet option used
   Product: Mono: Tools
   Version: unspecified
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: ilasm
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=196231)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196231)
patch to avoid verbosity of ilasm when -quiet is specified

Even if -quiet option is used
ilasm outputs the name of the file it is assembling
and a message at the end to inform that succeded

I attached a patch that solves the problem using Report.cs


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363587] ilasm not quiet when -quiet option used

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363587

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363587#c1


Ankit Jain [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Ankit Jain [EMAIL PROTECTED]  2008-02-21 05:01:29 MST ---
Committed - r96334. Thanks for the patch.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359561] Gtk does a lot of boxing because it uses .NET 1.1 code

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359561

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359561#c8





--- Comment #8 from Anders Rune Jensen [EMAIL PROTECTED]  2008-02-21 07:05:57 
MST ---
Works as expected. Excellent work, your solution is much nicer than mine :)

Thanks!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 362749] [Regression] PropertyGrid: date-time editor isn' t initialised with the current date value

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362749

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362749#c1


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|PropertyGrid: date-time editor isn't 
initialised|[Regression] PropertyGrid: date-time editor
   |with the current date value |isn't 
initialised with the current date value




--- Comment #1 from Andy Hume [EMAIL PROTECTED]  2008-02-21 07:33:42 MST ---
A minor regression, as the user *can* set a date; it's just that the original
date won't be pre-selected on drop-down.


This was caused by the change in r95530 -- the MonthCalendar is not initialised
now (well it is only initialised when an illegal date is present!).

Patch below.

The second half of the report is confirmed to be a problem in MonthCalendar,
bug and repro to follow.

[[
Index: DateTimeEditor.cs
===
--- DateTimeEditor.cs   (revision 96283)
+++ DateTimeEditor.cs   (working copy)
@@ -71,6 +71,8 @@
editContent = (DateTime)value;
if (editContent  control.MaxDate ||
editContent  control.MinDate)
control.SelectionStart =
DateTime.Today;
+   else
+   control.SelectionStart =
editContent;

editorService.DropDownControl
(control);
]]
Also the file needs its SVN line-ending property set.

Code is contributed under MIT/X11 license.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363648] New: MonthCalendar: no selection displayed if SelectionStart includes time

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363648


   Summary: MonthCalendar: no selection displayed if SelectionStart
includes time
   Product: Mono: Class Libraries
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=196298)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196298)
Repro code

As per the summary, repro code attached.  Run the app and click the Set Start
button, see no blue selection on the calendar.  Found in testing PropertyGrid,
see bug 362749.


The selection is seen if the time is removed from the set value.  (Or if the
selection range count is (first) set to more than one.  But then the selection
is short too).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363450] [PATCH]System.Reflection.Module:: Resolve* leak loader errors and crash mono

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363450

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363450#c6


Rodrigo Kumpera [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-02-21 07:58:46 
MST ---
The actual behavior of MS is that only ResolveField returns null, the others
throw a sane exception.

Zoltan, as you suggested on irc I committed a version that doesn't follow the
broken behavior of MS.

Code committed in r96346 and tests on r96347.

Thanks for reviewing.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363555] ToolStrip crash if ContentPanel.BackColor set to transparent

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363555



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363555] ToolStrip crash if ContentPanel.BackColor set to transparent

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363555

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363555#c1


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
  Status Whiteboard|
|ToolStripContainer




--- Comment #1 from Jonathan Pobst [EMAIL PROTECTED]  2008-02-21 08:49:10 MST 
---
Fixed in r96353.  Thanks for the report!

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* ToolStripContainer.cs: Add SupportsTransparentBackColor and
ResizeRedraw control styles.
[Fixes bug #363555]

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* ToolStripContainerTests.cs: Add test for bug #363555.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363665] New: Error casting in a dynamically loaded repeater itemtemplate

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363665


   Summary: Error casting in a dynamically loaded repeater
itemtemplate
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: i386
OS/Version: Windows Server 2003
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Development


Created an attachment (id=196316)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196316)
VS2005 Project Examplifying the error

Description of Problem:
If you set a webusercontrol as a dynamically loaded itemtemplate for a
repeater, set the datasource to a ListCustomObject and inside the
webusercontrol do a simple Eval(CustomObjectProperty) you get an error
Cannot cast from source type to destination type. This runs perfectly fine
under IIS ASP.NET 2.0

Steps to reproduce the problem:
1. See description and attached project

Actual Results:
Throws error Cannot cast from source type to destination type

Expected Results:
Bound repeater.

How often does this happen? 
Every time

Additional Information:
Tested with Mono 1.2.5 and 1.2.6 running xsp2.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363648] MonthCalendar: no selection displayed if SelectionStart includes time

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363648



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363648] MonthCalendar: no selection displayed if SelectionStart includes time

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363648

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363648#c1


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
  Status Whiteboard|
|MonthCalendar




--- Comment #1 from Jonathan Pobst [EMAIL PROTECTED]  2008-02-21 09:21:41 MST 
---
Fixed in r96355.  Thanks for the report!

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* ThemeWin32Classic.cs: Only look at the Date part of a DateTime
when drawing the selected range.
[Fixes bug #363648]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 361906] MyLiveEdu.com fails with javascript error

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=361906

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=361906#c1





--- Comment #1 from Sebastien Pouliot [EMAIL PROTECTED]  2008-02-21 09:19:35 
MST ---
I can't resolve myliveedu.com, wrong url ?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359024] Completed event not raised on Storyboard

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359024

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359024#c5


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Michael Dominic K. [EMAIL PROTECTED]  2008-02-21 10:02:27 
MST ---
This is fixed now along with some more fixed to EndFill/Stop in r96358 -
r96360.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324935] Storyboard.Completed event doesn't fire

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324935

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=324935#c1


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Michael Dominic K. [EMAIL PROTECTED]  2008-02-21 10:02:54 
MST ---
Fixed now in r96358 - r96360.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363711] New: MonthCalendar: missing ContextMenu

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363711

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363711#c363648

   Summary: MonthCalendar: missing ContextMenu
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: Enhancement
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Right-clicking on a MonthCalendar should bring up a context menu.  It seems the
only available menu item is Go to today, which does what it says.

Test case available on bug #363648.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359024] Completed event not raised on Storyboard

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359024

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359024#c3


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]   |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




--- Comment #3 from Michael Dominic K. [EMAIL PROTECTED]  2008-02-21 10:00:32 
MST ---
Created an attachment (id=196342)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196342)
EndFill storyboard test case

Slightly more clean test case with EndFill storyboard type.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359024] Completed event not raised on Storyboard

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359024

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359024#c4


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #193296|0   |1
is obsolete||




--- Comment #4 from Michael Dominic K. [EMAIL PROTECTED]  2008-02-21 10:01:14 
MST ---
Created an attachment (id=196343)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196343)
Stop storyboard test case

Slightly more clean test-case for Stop-type storyboard.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363713] Virtual methods of non-sealed Encoding classes should call the same methods that MS .NET calls

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363713

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363713#c1





--- Comment #1 from Kornél Pál [EMAIL PROTECTED]  2008-02-21 10:26:50 MST ---
Created an attachment (id=196352)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196352)
EncodingCallSequenceTest.zip


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359561] Gtk does a lot of boxing because it uses .NET 1.1 code

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359561

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359561#c9


Mike Kestner [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
  Info Provider|[EMAIL PROTECTED]  |
 Resolution||FIXED




--- Comment #9 from Mike Kestner [EMAIL PROTECTED]  2008-02-21 10:27:36 MST 
---
Patch committed to trunk and both branches at r96367.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363713] New: Virtual methods of non-sealed Encoding classes should call the same methods that MS .NET calls

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363713


   Summary: Virtual methods of non-sealed Encoding classes should
call the same methods that MS.NET calls
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: CORLIB
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Development


Virtual methods of non-sealed Encoding classes should call the same methods
that MS.NET calls.

You might think that this makes no sense but imagine the following for example:
Someone creates a custom Encoding class and implements int GetByteCount(char[]
chars) using int GetByteCount(char* chars, int count).

This will run without problem on MS.NET because that will call  int
GetByteCount(char[] chars, int index, int count)
 but will result in an infinite recursion on Mono because that calls int
GetByteCount(char[] chars) from int GetByteCount(char* chars, int count).

Note that this is not only an issue with Encodins, this applies to all
non-sealed classes with virtual methods.

The attached test prints the current results.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363360] TreeView HitTest is inaccurate with owner drawn checkboxes

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363360



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363360] TreeView HitTest is inaccurate with owner drawn checkboxes

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363360

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363360#c1


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Jonathan Pobst [EMAIL PROTECTED]  2008-02-21 11:06:08 MST 
---
I think the clicking issue was fixed by fixing bug #363367.  HitTest is never
used internally, so it can't affect the clicking.  But I went ahead and fixed
HitTest for this case.  Committed in r96375.  If it doesn't fix the issue,
please reopen this bug or open a new one.  Thanks for the report!

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* TreeView.cs: Factor in checkboxes = false and state images in
to HitTest.  [Fixes bug #363360]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363711] MonthCalendar: missing ContextMenu

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363711

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363711#c1


Srikanth Madikeri [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #1 from Srikanth Madikeri [EMAIL PROTECTED]  2008-02-21 10:50:09 
MST ---
there are 2 context menus to monthcalendar that i came across

one is Go to today that is produced on a right-click, usually after the mouse
button is up

the other context menu is a list of months when we (left)click on the top
portion of the control that contains the month, when the button is down. In
MWF, this particular context menu is produced on both left and right clicks.
But, on right-click, the go to today menu ought to be produced. Also, the
left-click produces a transient context menu.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 315816] [Regression] One crippled DLL leads to a failure of a complete website

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=315816

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=315816#c2


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Marek Habersack [EMAIL PROTECTED]  2008-02-21 10:56:25 
MST ---
I can't reproduce it with svn trunk.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 361906] MyLiveEdu.com fails with javascript error

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=361906

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=361906#c2





--- Comment #2 from Miguel de Icaza [EMAIL PROTECTED]  2008-02-21 11:22:57 
MST ---
Sorry, the url is:

my.liveatedu.com/


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363791] New: mcs exception in switch statement with enumeration and duplicate case

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363791

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363791#c1

   Summary: mcs exception in switch statement with enumeration and
duplicate case
   Product: Mono: Compilers
   Version: 1.2.6
  Platform: i686
   URL: http://www.ndatech.it
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: C#
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Other


Created an attachment (id=196413)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196413)
The test case causing the bug

- Bug description:
Mcs throws an exception if the following conditions:
) use a switch statement (switching on an enumerate variable)
) a switch case was duplicate
It's worth to note that this is not the rule, but applies to my particular test
case that I attached. I tried with other piece of code to reproduce the bug,
but with no effect.

- Expected output:
A compiler error regarding a duplicate switch case.

- Actual output:
 [EMAIL PROTECTED]:~/test mcs Main.cs
Exception caught by the compiler while compiling:
   Block that caused the problem begin at: Main.cs(34,29):
 Block being compiled: [Main.cs(54,33):,Internal(1,1):]
System.NullReferenceException: Object reference not set to an instance of an
object
Internal compiler error at Main.cs(34,29):: exception caught while emitting
MethodBuilder [MainClass::Parse]

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at Mono.CSharp.EnumMember.get_Value () [0x0]
  at Mono.CSharp.Enum.GetDefinition (System.Object value) [0x0]
  at Mono.CSharp.TypeManager.CSharpEnumValue (System.Type t, System.Object
value) [0x0]
  at Mono.CSharp.SwitchLabel.Erorr_AlreadyOccurs (System.Type switch_type,
Mono.CSharp.SwitchLabel collision_with) [0x0]
  at Mono.CSharp.Switch.CheckSwitch (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Switch.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.While.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext
anonymous_method_host, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Parameters
ip, IMethodData md, System.Boolean unreachable) [0x0]

- How to reproduce the bug:
Simple run mcs Main.cs (see attached file)

- System environment:
[EMAIL PROTECTED]:~/test mono --version
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS:   __thread
GC:Included Boehm (with typed GC)
SIGSEGV:   normal
Notifications: epoll
Architecture:  x86
Disabled:  none

[EMAIL PROTECTED]:~/test uname -a
Linux openSUSE-Dev 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC i686
athlon i386 GNU/Linux


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 323495] XSP2 Compilation of ASP.NET 2.0 Folders

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=323495

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=323495#c1


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Marek Habersack [EMAIL PROTECTED]  2008-02-21 12:22:28 
MST ---
I believe this bug no longer exists in Mono. Please reopen (with a test case)
if you can still reproduce the bug.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363799] New: Mono ignores a try/catch block

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363799


   Summary: Mono ignores a try/catch block
   Product: Mono: Runtime
   Version: unspecified
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: misc
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Mono ignore the try/catch of the attached test.

The C# code looks like:

Foo () {
  MethodThatDoesntExist(); //method doesn't exist
}

Main () {
 try {
   Foo();
 } catch (Exception e) {
  if (e instanceof MethodMissingException)
   return 0;
 }
 return 1;
}

Mono ignores the try/catch in Main and terminates with an unhandled
MethodMissingException.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363799] Mono ignores a try/catch block

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363799

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363799#c1





--- Comment #1 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-02-21 13:16:30 
MST ---
Created an attachment (id=196423)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196423)
Test

This test demonstrate the issue.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 360981] Button/CheckBox/RadioButton don't wrap text

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=360981

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=360981#c2


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Jonathan Pobst [EMAIL PROTECTED]  2008-02-21 13:17:17 MST 
---
Fixed in r96390.  Thanks for the report!

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* TextRenderer.cs: Respect proposed size for MeasureString.
* ThemeWin32Classics.cs: If our CheckBox/RadioButton isn't
autosize, use a proposed width to force wrapping for long text.
[Fixes bug #360981]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363799] Mono ignores a try/catch block

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363799

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363799#c2


Kornél Pál [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #2 from Kornél Pál [EMAIL PROTECTED]  2008-02-21 13:41:42 MST ---
Try using [MethodImpl(MethodImplOptions.NoInlining)] at the declaration of Foo.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 360750] Empty string being send instead of dbnull

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=360750

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=360750#c2





--- Comment #2 from Anton Andreev [EMAIL PROTECTED]  2008-02-21 13:33:08 MST 
---
Just create a store procedure with one nvarchar parameter and call it with
System.DbNull.Value supplied for this parameter. Call it from Mono and select
1; if the received parameter in sql server was '' or select 2; if the received
parameter was dbnull. The result should be 2, but because of the bug it would
probably be 1.  If this is not the case I will try to find sometime and
investigate again.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 361020] FontDialog: returns different Font style/ size than displayed etc

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=361020



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 361020] FontDialog: returns different Font style/ size than displayed etc

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=361020

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=361020#c1


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Jonathan Pobst [EMAIL PROTECTED]  2008-02-21 13:59:40 MST 
---
Fixed issues in r96392.  While it certainly be nice to rewrite the dialog to
remove a bunch of needless complexity, I don't think I can devote the time
required to do it.  :)

Thanks for the report!

2008-02-21  Jonathan Pobst  [EMAIL PROTECTED]

* FontDialog.cs: Ensure that when the Font is set in code,
all the gui pieces are updated accordingly.
[Fixes bug #361020]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363665] Error casting in a dynamically loaded repeater itemtemplate

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363665

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363665#c1


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Depends on||324789
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Marek Habersack [EMAIL PROTECTED]  2008-02-21 14:55:16 
MST ---
This bug has been fixed in svn trunk, revision 96395 and in the 1.9 branch,
revision 96396


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324789] Exception when trying to bind a boolean property in a content page

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324789



Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Blocks||363665




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 322328] Uri: UriFormatException on linux for files with colons

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=322328

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=322328#c5


Marc Christensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #5 from Marc Christensen [EMAIL PROTECTED]  2008-02-21 16:21:14 
MST ---
Has it been looked at any further?

I get the same error when programs try to open files in located in a directory
that has a path that contains a ':' such as any project checked out from the
suse build service.

This is quite a pain since I spent the last few hours trying to track down why
CruisControl.NET was unable to start on my machine.  Very frustrating.  It was
in a build service directory that contains a ':' in the name:

   ${HOME}/home:mchristensen1/cruise-control/


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 322328] Uri: UriFormatException on linux for files with colons

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=322328

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=322328#c6





--- Comment #6 from Marc Christensen [EMAIL PROTECTED]  2008-02-21 17:12:27 
MST ---
I have no control over how the URI is written in these programs.  I think in
this case, it is a bug since simply placing a program in a valid directory on
the file system prevents it from running.  A user isn't going to be able to
change the program to handle paths with ':' in them and the error isn't
explanatory enough for them to know what is causing the breakage.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 342536] ParameterInfo.Name not set for generic methods.

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=342536

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=342536#c14


Marc Christensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #14 from Marc Christensen [EMAIL PROTECTED]  2008-02-21 17:41:55 
MST ---
This fix was testing in mono-1.9p3.  No exception occurred.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363218] Cannot use an anonymous method returning a multidimensional array as a delegate

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363218

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363218#c2


Marc Christensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #2 from Marc Christensen [EMAIL PROTECTED]  2008-02-21 17:51:31 
MST ---
When compiling the test code I get the following error:

/test.cs(13,16): error CS0178: Invalid rank specifier: expected `,' or `]'
Compilation failed: 1 error(s), 0 warnings


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363881] New: Creating a new Rectangle from a PictureBox location and size produces an Invalid Parameter exception

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363881


   Summary: Creating a new Rectangle from a PictureBox location and
size produces an Invalid Parameter exception
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: i686
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: libgdiplus
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Trying to create a new Rectangle from a PictureBox location and size produces
an Invalid Parameter exception. Calling this line:

Rectangle rec = new Rectangle(this.pictureBox1.Location,
this.pictureBox1.Size);

Throws this exception:

Unhandled Exception: System.ArgumentException: A null reference or invalid
value was found [GDI+ status: InvalidParameter]
  at System.Drawing.GDIPlus.CheckStatus (Status status) [0x0009d] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs:219
 
  at System.Drawing.Bitmap.SetPixel (Int32 x, Int32 y, Color color) [0x0003f]
in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/System.Drawing/System.Drawing/Bitmap.cs:179
 
  at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:SetPixel
(int,int,System.Drawing.Color)
  at System.Drawing.Graphics.CopyFromScreenX11 (Int32 sourceX, Int32 sourceY,
Int32 destinationX, Int32 destinationY, Size blockRegionSize,
CopyPixelOperation copyPixelOperation) [0x001ab] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/System.Drawing/System.Drawing/Graphics.cs:262
 
  at System.Drawing.Graphics.CopyFromScreen (Int32 sourceX, Int32 sourceY,
Int32 destinationX, Int32 destinationY, Size blockRegionSize,
CopyPixelOperation copyPixelOperation) [0x00045] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/System.Drawing/System.Drawing/Graphics.cs:190
 
  at System.Drawing.Graphics.CopyFromScreen (Int32 sourceX, Int32 sourceY,
Int32 destinationX, Int32 destinationY, Size blockRegionSize) [0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/System.Drawing/System.Drawing/Graphics.cs:179
 
  at (wrapper remoting-invoke-with-check)
System.Drawing.Graphics:CopyFromScreen (int,int,int,int,System.Drawing.Size)
  at ScreenShot.Form1.GetScreenRegion (Rectangle rec) [0x0001b] in
/home/david/191076_ScreenShot/Form1.cs:83 
  at ScreenShot.Form1.btnCapture_Click (System.Object sender, System.EventArgs
e) [0x0001d] in /home/david/191076_ScreenShot/Form1.cs:45 
  at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x0001c]
in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:962
 
  at System.Windows.Forms.ToolStripButton.OnClick (System.EventArgs e)
[0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripButton.cs:178
 
  at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs e)
[0xc] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:1749
 
  at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e,
ToolStripItemEventType met) [0x0004e] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:1720
 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.ToolStripItem:FireEvent
(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
  at System.Windows.Forms.ToolStrip.OnMouseUp
(System.Windows.Forms.MouseEventArgs mea) [0x00037] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:952
 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message m)
[0x0007f] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5407
 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message m)
[0x0017c] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5154
 
  at System.Windows.Forms.ScrollableControl.WndProc
(System.Windows.Forms.Message m) [0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:797
 
  at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message m)
[0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:1204
 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message m) [0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:225
 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message m) [0x0] in
/tmp/monobuild/build/BUILD/mono-1.9/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:206
 
  at 

[Mono-bugs] [Bug 363881] Creating a new Rectangle from a PictureBox location and size produces an Invalid Parameter exception

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363881

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363881#c1





--- Comment #1 from David Canar [EMAIL PROTECTED]  2008-02-21 18:19:56 MST ---
Created an attachment (id=196473)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196473)
This is the code that throws the exception


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363218] Cannot use an anonymous method returning a multidimensional array as a delegate

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363218

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363218#c3





--- Comment #3 from Thomas Wiest [EMAIL PROTECTED]  2008-02-21 18:57:46 MST 
---
Marc, I think you need to specify the C# language version like this:
gmcs -langversion:linq


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363884] New: SVGPad crashes if you click on the New Document icon twice

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363884


   Summary: SVGPad crashes if you click on the New Document icon
twice
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Component Test


Description of Problem:

SVGPad crashes if you click on the New Document icon twice

Steps to reproduce the problem:
1. start SVGPad
2. Click on the New Document icon (upper left icon) then once more.


Actual Results:
Crash

Expected Results:
No crash

How often does this happen? 
Every time

Additional Information:

This does not happen on Windows .NET so this is bug.  It has existed for a
while so this is not a regression.

I'll attach the stack trace.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 362383] REMIX '07 Tokyo - page only loads partially

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362383

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362383#c1


Rolf Bjarne Kvinge [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #1 from Rolf Bjarne Kvinge [EMAIL PROTECTED]  2008-02-21 19:07:56 
MST ---
I fixed the missing content (background, header, etc).

There is still an issue with scaling (everything is too big or misplaced).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363884] SVGPad crashes if you click on the New Document icon twice

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363884

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363884#c1





--- Comment #1 from Marc Christensen [EMAIL PROTECTED]  2008-02-21 19:03:14 
MST ---
Created an attachment (id=196474)
 -- (https://bugzilla.novell.com/attachment.cgi?id=196474)
Stack trace of SVGPad crashing


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 356527] PropertyGrid: ColorEditor not fully displayed

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=356527

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=356527#c11


Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #11 from Thomas Wiest [EMAIL PROTECTED]  2008-02-21 20:37:00 MST 
---
I verified that this is working in Mono 1.9p3 on SLED 10 sp1 i586.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 359807] Color selector off screen in PropertyGridDemo app

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=359807

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=359807#c6


Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #6 from Thomas Wiest [EMAIL PROTECTED]  2008-02-21 20:39:55 MST 
---
I verified that this is working in Mono 1.9p3 on SLED 10 sp1 i586.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 363897] New: DataGridView complains that font argument connot be null

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363897


   Summary: DataGridView complains that font argument connot be null
   Product: Mono Tasks
   Version: ongoing
  Platform: x86
OS/Version: Ubuntu
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Development


I have an extremely basic winform app that uses a DataGridView control.  I
simply created the project using the Visual Studio 2005 wizard for a winform
app, dragged over a DataGridView object, gave it a single column, and added
three lines of code to populate one row.  All the code is attached.

It runs fine on Windows as expected.  Running on Ubuntu Desktop 7.10, which
ships with mono 1.2.4, I got an exception.  I upgraded to the latest stable
1.2.6 via the package at www.backports.org/debian and got the same exception.

First, here is the code, which the wizard generated except for the Form1_Load
implementation (my 3 lines):

namespace GridBug
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
DataGridViewRow row = new DataGridViewRow();
row.CreateCells(dataGridView1, testing 1);
dataGridView1.Rows.Add(row);
}
}
}

namespace GridBug
{
partial class Form1
{
private System.ComponentModel.IContainer components = null;

protected override void Dispose(bool disposing)
{
if (disposing  (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

private void InitializeComponent()
{
this.dataGridView1 = new
System.Windows.Forms.DataGridView();
this.Body = new
System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)
(this.dataGridView1)).BeginInit();
this.SuspendLayout();
// 
// dataGridView1
// 
this.dataGridView1.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new
System.Windows.Forms.DataGridViewColumn[] {
this.Body});
this.dataGridView1.Location = new
System.Drawing.Point(28, 53);
this.dataGridView1.Name = dataGridView1;
this.dataGridView1.Size = new System.Drawing.Size(240,
150);
this.dataGridView1.TabIndex = 0;
// 
// Body
// 
this.Body.HeaderText = The Body;
this.Body.Name = Body;
// 
// Form1
// 
this.AutoScaleDimensions = new System.Drawing.SizeF(6F,
13F);
this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.dataGridView1);
this.Name = Form1;
this.Text = Form1;
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)
(this.dataGridView1)).EndInit();
this.ResumeLayout(false);

}

#endregion

private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Body;
}
}

When I run this in Windows it is fine.  On Ubuntu I get:

[EMAIL PROTECTED]:~/Desktop$ mono GridBug.exe 
System.ArgumentNullException: Argument cannot be null.
Parameter name: font
  at System.Drawing.Graphics.DrawString (System.String s, System.Drawing.Font
font, System.Drawing.Brush brush, RectangleF layoutRectangle,
System.Drawing.StringFormat format) [0x0] 
  at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:DrawString
(string,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)
  at System.Windows.Forms.DataGridViewTextBoxCell.Paint
(System.Drawing.Graphics graphics, Rectangle clipBounds, Rectangle 

[Mono-bugs] [Bug 360421] [Regression] InvalidOperationException for valid SoapHttpClientProtocol

2008-02-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=360421

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=360421#c3


Atsushi Enomoto [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Atsushi Enomoto [EMAIL PROTECTED]  2008-02-21 23:56:28 
MST ---
I've reverted the corresponding patch, so it's gone now.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs