Issue 78907 - VCL menus are black
Summary: VCL menus are black
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m217
Hardware: All Mac OS X, all
: P4 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: philipp.lohmann
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-06-26 20:37 UTC by pavel
Modified: 2007-07-09 22:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Black VCL menus (7.87 KB, image/png)
2007-06-26 20:38 UTC, pavel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2007-06-26 20:37:15 UTC
Hi,

VCL menus are black. To reproduce:

export AQUA_NATIVE_MENUS=FALSE
./soffice.bin

See attached screenshot.

Low prio, since we can use native menus, but they crash testtool right now...
Comment 1 pavel 2007-06-26 20:38:05 UTC
Created attachment 46264 [details]
Black VCL menus
Comment 2 philipp.lohmann 2007-06-27 10:18:50 UTC
small wonder, IsNativeControlSupported( CTRL_MENUBAR ) returns true, but
drawNativeControl( CTRL_MENUBAR, ... ) does not draw anything.

fixed in CWS aquavcl01
Comment 3 pavel 2007-06-27 10:28:26 UTC
Yup, works like a charm now.
Comment 4 pavel 2007-06-28 07:04:53 UTC
Change target milestone to 2.3.
Comment 5 pavel 2007-07-09 22:08:43 UTC
Still OK on SRC680_m220.

Closing.