When these Menu issues are going to be resolved?
I like .NET very much, never thought it's bad because its a Microsoft product ;) but there are few things I dislike about it, one being Menus. Menu object had some problems in Fx 1.0 and did not resolve in Fx 1.1. Ofcourse the problems are mainly present when you use right to left languages and right to left menu and they are really annoying problems. Here are some:
1- Normally when you make a winodw small enough, the menu bar gets ticker so it still shows all the menus. When menus are right to left they should be aligned right after this, but they are aligned left, that is the menu that has gone out of scope goes down and left insted of down and right, so it wont be accessible.
2- It does not show the shortcut keys.
3- And the funniest: sub menu items are not arranged to right, they appear irregularly :o In fact menu items are drawn larger than they should be in some cases.
And weirdest thing: This does not happen on all machines, its ok on some machines and happens on others, and till now I couldn't spot on the problem.
Any Idea?