New issue 49448 by tha...@chromium.org: Cut/Copy/Paste buttons on new menu
look weird in clicked-then-mouse-out state
http://code.google.com/p/chromium/issues/detail?id=49448
What steps will reproduce the problem?
1. Open unified menu
2. Click-and-hold "Cut" button
3. Drag mouse somewhere else
What is the expected result?
The button shouldn't look weird. Instead, it does.
Would be ok if it looked like it does in its non-pressed state.
Can you post a screen shot? Also is this on 10.5?
yes, 10.5.8.
Attachments:
Picture 31.png 581 KB
Is there a difference if you mouse to the left towards the label (keeping
the pointer within the bounds of the custom view) versus off the top or
bottom (outside of the custom view)?
No, as soon as the mouse pointer leaves the button by 1px in any direction,
this happens.
I just noticed that the +/- and fullscreen buttons work fine.
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=55327
------------------------------------------------------------------------
r55327 | rse...@chromium.org | 2010-08-06 19:59:31 -0700 (Fri, 06 Aug 2010)
| 6 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/cocoa/wrench_menu_button_cell.mm?r1=55327&r2=55326
[Mac] Do not use |+[NSColor selectedMenuItemColor]| in a gradient due to
color space issues.
BUG=49448
TEST=On both 10.5 and 10.6, open the Wrench menu and click a button. Button
has blue gradient.
Review URL: http://codereview.chromium.org/3046052
------------------------------------------------------------------------
I think this is as fixed as it ever will be. Thakis, if you can confirm it
doesn't look terrible a la comment 9, I think I'll mark this as Fixed. I
don't think there's anything I can do about the weird partial drawing; it
seems like a 10.5 bug.
File a bug and your wish may come true ;).