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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78777 --- shadow/78777 2006-09-22 11:48:28.000000000 -0400 +++ shadow/78777.tmp.30607 2007-08-02 10:41:13.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78777 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: RESOLVED -Resolution: DUPLICATE +Status: REOPENED +Resolution: Severity: Unknown Priority: Wishlist Component: libgdiplus AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -67,6 +67,15 @@ Keeping priority to wishlist (for vertical layout). ------- Additional Comments From [EMAIL PROTECTED] 2006-09-22 11:48 ------- the remaining problem is a subcase of bug #77496 *** This bug has been marked as a duplicate of 77496 *** + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-02 10:41 ------- +This patch was bad (fixed the test case by accident) and introduced +#81572. + +The real problem is that the ranges works on the supplied string +(which includes the /n) while the calculations are done on a +"modified" string (that include more details). However this +StringDetail has removed the \n characters so everything is "range" off. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
