[Mono-bugs] [Bug 72499][Nor] Changed - Docking toolbars severly crippled on Linux.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 15 17:49:38 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 mkestner at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72499
--- shadow/72499 2006-09-15 15:39:44.000000000 -0400
+++ shadow/72499.tmp.13184 2006-09-15 17:49:38.000000000 -0400
@@ -72,6 +72,30 @@
There are issues when hiding and re-showing the toolbars via menu.
------- Additional Comments From robertj at gmx.net 2006-08-31 03:20 -------
Atsushi, look at the date of the bug. It's probably from the
WINE age of SWF :-)
+
+------- Additional Comments From mkestner at ximian.com 2006-09-15 17:49 -------
+This appears to have little to do with ToolBar, or hiding/showing
+toolbars as Peter's comment suggests. The ToolBars and DateTimePicker
+are parented to DockHolders which are passed around to different Dock
+Areas. The Hide/Show menu items work as expected for the ToolBar
+DockHolders, but the DTP remains invisible.
+
+It may be a DockStyle.Bottom issue too that is impacting the DTP
+hide/show.
+
+There are numerous inconsistencies in the app vs the MS SWF. The
+DockHolders are supposed to draw a "grab handle" line that is not
+drawn on MWF/linux.
+
+I suspect we have some Reparenting issues that are being exposed.
+
+The toolbar that starts out floating in an Owned form draws as a thin
+vertical line.
+
+Dropped the priority to normal, but leaving on 1.2 milestone.
+
+I added a prj2make-ified version of the original CodeProject sample to
+wf-apps/ToolBarDockExample for use in further investigation.
More information about the mono-bugs
mailing list