After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353902 - bottom panel entryui popup behaves badly
bottom panel entryui popup behaves badly
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-01 21:08 UTC by Mikkel Kamstrup Erlandsen
Modified: 2006-09-04 05:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the problem (4.25 KB, patch)
2006-09-03 20:14 UTC, Mikkel Kamstrup Erlandsen
none Details | Review

Description Mikkel Kamstrup Erlandsen 2006-09-01 21:08:07 UTC
If you stick the entry ui in a bottom panel, the result popup is misaligned. This is a regression. It works fine in 2.14.

It is not only misaligned but resizes downwards when expanding, causing jumpiness. This indicates that the window gravity is not set correctly. Which in turn indicates that the orientation doesn't get set correctly somewhere... From the behavior it looks like it has permanent orientation downwards (should be upwards on bottom panel).

(button ui works fine)
Comment 1 Raphael Slinckx 2006-09-02 20:53:26 UTC
Mikkel it is quite important to have a fix for this, before sunday, if possible so we can get an approval and release with it.. :)
Comment 2 Mikkel Kamstrup Erlandsen 2006-09-03 09:28:15 UTC
I have been working quite a bit on this. It seems to be quite tricky though. I have a few hours today that I'll throw at it... Wish me luck :-D
Comment 3 Raphael Slinckx 2006-09-03 16:00:52 UTC
Mikkel we need you ! Quick quick ;)
Comment 4 Mikkel Kamstrup Erlandsen 2006-09-03 20:14:48 UTC
Created attachment 72146 [details] [review]
fix the problem

There is sometimes a nanosecond worth of flicker, when the popup repositions, but all appears fine to me...

Please test before we commit.
Comment 5 Raphael Slinckx 2006-09-03 21:07:30 UTC
Seems ok here too, committed in HEAD
Comment 6 Mikkel Kamstrup Erlandsen 2006-09-04 05:48:55 UTC
Ok. Let's cross our fingers then. The queue_resize() I deleted might cause redrawing bugs, on some systems (especially XGL I believe)... Watch out for those, and keep this bug in mind :-)