Comment #5 on issue 5695 by sy3620: Context menu for title bar doesn't appear when a tab's context menu was open http://code.google.com/p/chromium/issues/detail?id=5695
I think chrome browser lacks consistency in displaying context menu. *** Current State *** context menu for the 'Tab' : Show up on right mouse button 'Release' context menu for the 'App' : Show up on right mouse button 'Press' This inconsistent concept (one by 'Release' and the other by 'Press') can cause problems. Currently, when the right mouse button is 'Pressed' on the title bar, its handler takes following two steps in order. 1st. Close the current context menu if it exists. 2nd. Create new context menu. If the prior context menu is for an 'App', there's no problem. But if it is for a 'Tab', it seems that above two steps come into the conflict and doesn't work well. ! Suggestion If the context menu for the 'App' is showed up NOT by 'Press' but by 'Release', there would not be any conflicts and problems. *** Suggested State: (MS IE uses this concept.) *** context menu for the 'Tab' : Show up on right mouse button 'Release' context menu for the 'App' : Show up on right mouse button 'Release' I wanna know your opinions about this suggestion. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
