Bug #11133 2007-05-20 14:37
killerbot
menu items incorrectly disabled
Do the following on windows and on linux (my testsystem : winXP 32 bit, wx284 and Suse10.2 64bit, wx263):
Create new console project, after creation go to file menu:
the following menu entries are disabled (greyed out) on linux but enabled on windows :
Save Project as ...
Save Project as user-templat
Save all projects
Save workspace
Save workspace as
Close workspace
Close Project
Close all projects
Note : those menu entries are active, meaning when you click them, they do what they are supposed to do.
So in the file menu there are 3 levels of indication :
- regular black text
- grayed out text
- some more grayed out text (the characters are kind of dotted)
Only the first and the third should exist, where those the second one com from.
There are also other ways to reproduce this bug. For example add a 'new file' (so create it and have it added by CB) to the project, the save menu entry is also in this grayed out but nevertheless active state.
- Category
- Application::Interface
- Group
- Status
- Closed
- Close date
- 2007-06-09 17:01
- Assigned to
- biplab
History
strange... wxMenuBar::Enable function accepts only two states... true and false. Maybe it is wx bug. This could happen if menu item is enabled, but something wrong happens when drawing it...
I can't reproduce this in my OpenSUSE box. I'm using OpenSUSE 10.2 32bit version, wxGTK-2.6.4. As pauliusz commented, possibly this is a wxGTK bug.
Does this bug still persist?