Issue 3207: Page and Setting menus don't support icons.
http://code.google.com/p/chromium/issues/detail?id=3207
New issue report by garman.chris:
Product Version : 0.2.153.0
Windows Vista SP1
What steps will reproduce the problem?
1. In the code, file toolbar_view.cc, function
BrowserToolbarView::RunPageMenu or BrowserToolbarView::RunAppMenu create a
new item on these menus with an icon.
2.
3.
What is the expected result?
Icon appears but otherwise menu appearance is unchanged.
What happens instead?
Complete menu appearance changes. Vertical separator disappears, and the
hover highlight is a dark blue background against the light blue Vista
bubble.
Please provide any additional information below. Attach a screenshot if
possible.
When a menu has an icon it switches to 'owner draw' mode as legacy from XP.
However there are two different classes in Chrome for owner drawing menus.
The one used by the above routines (which doesn't support icons properly)
is Menu. The one used for the bookmark bar (which does support icons
properly) is MenuItemView.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---