[Libreoffice-bugs] [Bug 51943] OSX: Text color setting is broken

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 24 09:20:36 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51943

--- Comment #20 from tbehrens at suse.com 2012-07-24 07:20:36 UTC ---
Some random findings so far:
* this is a focus problem - the popup window gets closed, because it's loosing
  focus when the click comes - _before_ the main loop even sees the mouse click
* the reason for loosing the focus is - keyboard focus is on the outer popup
  window, not on the inner SvxColorWindow_Impl one
* setting SAL_FLOATWIN_NOAPPFOCUSCLOSE=1 in the env cures the problem (by 
  preventing vcl mainloop to handle focus lost as a reason to close a popup)
* so does setting flag FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE at the float win

Setting hard focus to the inner window looks promising so far.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list