Issue 75469 - flickering menus with gtk plugin
Summary: flickering menus with gtk plugin
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680m203
Hardware: All Unix, all
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: stefan.baltzer
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 17:51 UTC by philipp.lohmann
Modified: 2007-09-19 14:01 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 philipp.lohmann 2007-03-16 17:51:00 UTC
- use gtk plugin
- open a popup menu (e.g. menu or context menu in writer)
-> often the newly opened menu flickers for a while until you move the mouse out
of it and it
finally displays
Comment 1 philipp.lohmann 2007-03-16 17:55:31 UTC
The reason seems to be repeatedly calling gdk_window_set_cursor (followed often
by a gdk_pointer_grab) which somehow delays the first expose event (after which
everything is back to normal).

However this weird behaviour exactly happens, it is wasteful anyway to always
call gdk_window_set_cursor unless the pointer on the window actually should
change. So this is aside from annoying also a performance issue.

fixed in CWS vcl75
Comment 2 philipp.lohmann 2007-03-20 19:50:55 UTC
pl->sba: please verify in CWS vcl75
Comment 3 stefan.baltzer 2007-04-12 14:02:03 UTC
SBA: Verified in CWS vcl75.
Comment 4 philipp.lohmann 2007-04-24 10:03:44 UTC
*** Issue 76508 has been marked as a duplicate of this issue. ***
Comment 5 stefan.baltzer 2007-09-19 14:01:07 UTC
SBA: OK in OOG680_m5 (OOo 2.3).
Closed.