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 320370 - Completion dropdown does not play nicely with Xinerama hints
Completion dropdown does not play nicely with Xinerama hints
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-11-01 05:38 UTC by Danielle Madeley
Modified: 2006-02-10 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Deskbar behaving (62.91 KB, image/png)
2005-11-01 05:39 UTC, Danielle Madeley
Details
Incorrect alignment (50.26 KB, image/png)
2005-11-01 05:40 UTC, Danielle Madeley
Details

Description Danielle Madeley 2005-11-01 05:38:28 UTC
Version details: Breezy

With a deskbar close to the inner edge of a pair of monitors. Entering initial
text will cause the completion dropdown to be aligned with the edge of the
monitor correctly.

Entering additional text will then cause the dropdown to move so that it spans
the monitors. You will see repaints as the dropdown attempts to move back to the
place it originally was. This may be related to the addition/removal of
scrollbars. Pressing backspace always seems to trigger it.
Comment 1 Danielle Madeley 2005-11-01 05:39:11 UTC
Created attachment 54174 [details]
Deskbar behaving
Comment 2 Danielle Madeley 2005-11-01 05:40:06 UTC
Created attachment 54176 [details]
Incorrect alignment

Entering some more characters into the deskbar triggers this incorrect
alignment. The red line marks the delimitation between the monitors.
Comment 3 Raphael Slinckx 2005-11-01 13:09:12 UTC
This seems related to gtk.EntryCompletion not handling correctly the way it's
placed in multi-view desktop. I have no control over the completion list
construction and behavior, or i didn't see them when looking through the doc.

Anyway, we are writing a new widget to disply better structured matches, which
will behave a bit like gnome-blog, but with an entry instead of the toggle button.

Is gnome-blog behaving properly ?
Comment 4 Danielle Madeley 2005-11-01 14:35:23 UTC
Never tried gnome-blog. The clock applet seems to work though.

If you need to explicitly set your window placement, here is some stuff I wrote
about learning physical monitor geometry from GTK+:
    http://www.livejournal.com/users/davyd/148214.html
Comment 5 Danielle Madeley 2006-02-10 16:38:08 UTC
Fixes for this went in for the cuemiac UI.