Closed
Bug 341179
Opened 20 years ago
Closed 18 years ago
[Mac] Menuitems should blink when selected
Categories
(Core Graveyard :: Widget: Mac, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hwaara, Unassigned)
Details
Attachments
(2 obsolete files)
Tested on BonEcho a3, Mac OS X 10.4.6. Not sure if the bug exists on Cocoafox as well.
To test:
Choose the Firefox > Preferences menuitem.
Result:
Once the menuitem is selected, the menu disappears, and the prefs window opens.
Expected result:
The menuitem blinks a few times first (possibly according to a system pref, if such a pref exists) and the prefs window is then shown.
| Reporter | ||
Comment 1•20 years ago
|
||
Works fine in Firefox-cocoa, so maybe this can be closed (as widget/mac is as good as deprecated in a short while).
I'm just throwing this patch up here for now since one effect of it is to make blinking menus work better. This fixes some stuff in Carbon 1.8 branch menu code, but I'm not sure its the right thing to do right now, still sitting on it.
This version includes a file I forgot to fix last time and another fix from Cocoa widget code.
Attachment #228339 -
Attachment is obsolete: true
Comment on attachment 228435 [details] [diff] [review]
sorta fix v1.1
I filed bug 343880 for my patch, this bug is actually about something that my patch doesn't fix.
Attachment #228435 -
Attachment is obsolete: true
Comment 7•20 years ago
|
||
*** This bug has been marked as a duplicate of 66120 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 9•20 years ago
|
||
SetMenuFlashCount is weird. SetMenuFlashCount(0) does what's advertised: it prevents the menu from fading out at all. SetMenuFlashCount(anything_else) usually makes the first actuated item flash, and then doesn't seem to have much of a reliable effect after that.
Comment 10•20 years ago
|
||
I reliably see menu item flashing on x86 Macs, without any changes at all. I don't see flashing on ppc Macs. Apple bug?
Comment 11•20 years ago
|
||
I can confirm - menu item blinking works fine on Intel but not PPC. I'll file a bug with Apple.
Comment 12•18 years ago
|
||
Apple bug, and we don't care about Carbon widgets enough at this point to do anything about it.
Status: NEW → RESOLVED
Closed: 20 years ago → 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•