Issue 108729 - Popup menu check state drawing incorrect on Mac.
Summary: Popup menu check state drawing incorrect on Mac.
Status: UNCONFIRMED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: OOO320m9
Hardware: Mac Mac OS X 10.5
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 05:01 UTC by bruce_hsueh
Modified: 2013-01-29 21:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bruce_hsueh 2010-01-28 05:01:26 UTC
In Presentation, the popup menu state in submenu is drawing incorrect. 
Menu state is correct because I replace ShowNativePopupMenu to StartPopupMode in function 
PopupMenu::ImplExecute will paint correct.
Comment 1 eric.bachard 2010-01-28 07:17:25 UTC
I don't have 10.5 myself (but 10.4). I'm not sure to get what you mean. Are you talking bout code ?
 ... and can you please add information ?  Thanks :)

Not a P2


Comment 2 bruce_hsueh 2010-01-28 08:26:41 UTC
Bug description:
In presentation editor,  open the "Guide Lines" in popup menu. Select one submenu item in "Guide Lines", 
its menu state will show be checked state.  The bug is the menu item state was not drawing checked state.

I found it is okay in previous OOo, but it is incorrect now. So I compare the code with old version. I found 
it is introduced after use ShowNativePopupMenu to draw popup menu. I said the menu state is right but I 
don't know why its paint incorrect.