|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolStripDropDownButton: hope do click action for menu[1] may close menu[0]'s list | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Release 0.9 | ||
| Target Milestone: | Release 1.1 | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
calen chen
2008-12-16 09:05:03 UTC
*** Bug 459320 has been marked as a duplicate of this bug. *** *** Bug 459320 has been marked as a duplicate of this bug. *** Taking bug, updating hours. Typo when updating hours... Fixed in r124016 of UIAutomationWinforms. Closed in RPM Rev values for - 012109 uiautomationwinforms-124083-467 uiaatkbridge-124120-451 Sandy and I figured out why I was still able to reproduce this issue. It was because my fonts are larger and both ToolStripDropDownButtons did not fit on the ToolStrip. Therefore, one ToolStripDropDownButton is "compacted" to the side. Applying this patch to toolstripdropdownbutton.py should make the issue reproduceable still.
Index: toolstripdropdownbutton.py
===================================================================
--- toolstripdropdownbutton.py (revision 123645)
+++ toolstripdropdownbutton.py (working copy)
@@ -23,7 +23,7 @@
def __init__(self):
self.Text = "ToolStripDropDownButton control"
- self.Width = 420
+ self.Width = 300
self.Height = 300
self.FormBorderStyle = FormBorderStyle.Fixed3D
Un-assigning from me for now; my plate is rather full. |