[Mono-bugs] [Bug 78094][Wis] Changed - black rectangle around
tooltips offset 1 pixel right on osx
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 10 17:38:56 EDT 2006
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78094
--- shadow/78094 2006-04-12 16:39:13.000000000 -0400
+++ shadow/78094.tmp.5357 2006-05-10 17:38:56.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78094
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: timr at asteriasgi.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -26,6 +26,18 @@
display on cygwin X on my laptop it draws correctly.
------- Additional Comments From timr at asteriasgi.com 2006-04-12 16:39 -------
Created an attachment (id=16758)
screenshot of tooltip test app
+
+------- Additional Comments From peter at novonyx.com 2006-05-10 17:38 -------
+Could this be a math problem? We add .5 to coordinates in libgdiplus,
+to work around aliasing issues with cairo.
+Not sure how to debug this, I don't have a mac. Tim, anything more
+you can debug?
+
+We draw like this:
+dc.FillRectangle(SystemBrushes.Info, control.ClientRectangle);
+dc.DrawRectangle(SystemPens.WindowFrame, 0, 0, control.Width-1,
+control.Height-1);
+
More information about the mono-bugs
mailing list