https://issues.apache.org/ooo/show_bug.cgi?id=118357
--- Comment #5 from hanya <[email protected]> --- Created attachment 81021 --> https://issues.apache.org/ooo/attachment.cgi?id=81021&action=edit Patch contains fix for previous patch MENUBUTTON_MENUMODE_TIMED is specified on only open button of the backingwindow and up button of the file picker. The symbol rectangle of the later one is empty (Rectangle::Left() returns RECT_EMPTY ((short)-32767)). Rectangle::IsInside() method returns always false when it is empty. And result of rMEvt.GetPosPixel().X() < ImplGetSymbolRect().Left() is false (in most case). So it should be checked whether the symbol rectangle is empty. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
