
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 09/07/08 04:18 AM
Updated: 09/07/08 04:18 AM
|
|
| Component/s: |
mx: FlexNativeMenu
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
| Severity: |
Incorrectly Functioning
|
| Reproducibility: |
Every Time
|
| Discoverability: |
Low
|
| Found in Version: |
SDK Flex 3.0.1
|
| Affected OS(s): |
Mac
- OS 10.5
|
| Steps to Reproduce: |
Steps to reproduce:
var menu:NativeMenu = NativeApplication.nativeApplication.menu;
var appMenu:NativeMenuItem = menu.getItemAt(0);
appMenu.label = 'whatever';
Actual Results:
The label of the menu typically between the Apple logo menu and the File menu changes to the text you set, but it isn't bold any more, as this menu is supposed to be.
Expected Results:
This menu is special on OS X, so AIR should realize which menu you're modifying and not change its font weight to what is used for all other menus.
Workaround (if any):
Don't try to rename the menu item. This only works if you're happy with the name of your application file being the same as the title of this menu.
Another solution would be for the menu to be named after <name> in the application descriptor file, not <filename>. It is somewhat uncommon to see this in native OS X applications, but not unheard of.
Steps to reproduce:
var menu:NativeMenu = NativeApplication.nativeApplication.menu;
var appMenu:NativeMenuItem = menu.getItemAt(0);
appMenu.label = 'whatever';
Actual Results:
The label of the menu typically between the Apple logo menu and the File menu changes to the text you set, but it isn't bold any more, as this menu is supposed to be.
Expected Results:
This menu is special on OS X, so AIR should realize which menu you're modifying and not change its font weight to what is used for all other menus.
Workaround (if any):
Don't try to rename the menu item. This only works if you're happy with the name of your application file being the same as the title of this menu.
Another solution would be for the menu to be named after <name> in the application descriptor file, not <filename>. It is somewhat uncommon to see this in native OS X applications, but not unheard of.
|
| Language Found: |
English
|
| Bugbase Id: |
none
|
| Regression: |
No
|
| QA Owner: |
Joan Lafferty
|
| Participants: |
Joan Lafferty and Warren Young
|
| Browser: |
Other (specify version)
|
| JDK: |
Sun 1.5.x
|
|
All
|
Comments
|
|
Sort Order:
|
| There are no comments yet on this issue.
|
|