[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2018-04-14 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

Matthias Clasen  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |OBSOLETE

--- Comment #7 from Matthias Clasen  ---
As announced a while ago, we are migrating to gitlab, and bugs that haven't
seen activity in the last year or so will be not be migrated, but closed out in
bugzilla.

If this bug is still relevant to you, you can open a new issue describing the
symptoms and how to reproduce it with gtk 3.22.x or master in gitlab:

https://gitlab.gnome.org/GNOME/gtk/issues/new

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2018-02-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

Matthias Clasen  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #6 from Matthias Clasen  ---
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if
they haven't seen activity in more than a year. If this issue is still
important to you and still relevant with GTK+ 3.22 or master, please reopen it
and we will migrate it to gitlab.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2015-10-10 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

cl9...@gmail.com changed:

   What|Removed |Added

 CC||cl9...@gmail.com

--- Comment #5 from cl9...@gmail.com ---
This can also be reproduced in the Midori browser (version 0.5.11) with GTK
3.18.1 under Mutter 3.18.0, where the autocompletion in the URL bar refuses to
show up properly if running under Wayland.

>From what I can see in the source code, Midori uses a TreeView inside a popup
window with the COMBO type hint for the URL autocompletion bar (see
midori_location_action_popup_timeout_cb() in midori/midori-locationaction.c,
around line 687). So it appears to be the same bug as is reported here.

Given that this seems to be somewhat common in applications, I guess it's a
good idea to implement the same work-around for the combo windows so that there
is minimal functionality impact for the applications (they will need to be
fixed properly in the long term but the workaround will allow a smoother
transition)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2015-07-12 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

--- Comment #4 from Jonas Ådahl  ---
I investigated this a bit, and for what i can see, builder tries to map (via
GtkSourceView) a GtkSourceCompletionInfo (which is a gdk window with the hint
"COMBO"). Combo windows usually gets mapped, and should here as well, as
"xdg_popup" on the protocol level, but fails to do so because the window is not
made transient for another, meaning from GDK's point of view, it is a stand
alone window with no connection to the editor.

In other words, I think this needs to be fixed in builder by properly marking
the combo window as a child window to the parent window, so that GDK can
properly make that connection on the protocol level as well. Note that, on
Wayland, this is required to allow positioning and stacknig order to work as
they should.

I also imagine we can do the same hack/work-around for guessing a likely
transient window in a similar way we do with popup menus. Is that something we
want to do in GTK+ for combo windows as well?

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2015-06-29 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

--- Comment #3 from Jonas Ådahl  ---
(In reply to Erick Pérez Castellanos from comment #2)
> (In reply to Jonas Ådahl from comment #1)
> > What version of GTK+ are you using? I fixed autocomplete like popup
> > positioning elsewhere (evolution), and I wonder if you have that fix in the
> > version of GTK+ you are using.
> 
> I'm running Builder from jhbuild and so, gtk+ is from jhbuild, the commit is
> this one: cd3f24d5793e038ee29d780b24747707c73ad00c

Ok, then it is not the same issue as was fixed before.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2015-06-29 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

Erick Pérez Castellanos  changed:

   What|Removed |Added

 CC||erick@gmail.com

--- Comment #2 from Erick Pérez Castellanos  ---
(In reply to Jonas Ådahl from comment #1)
> What version of GTK+ are you using? I fixed autocomplete like popup
> positioning elsewhere (evolution), and I wonder if you have that fix in the
> version of GTK+ you are using.

I'm running Builder from jhbuild and so, gtk+ is from jhbuild, the commit is
this one: cd3f24d5793e038ee29d780b24747707c73ad00c

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 751651] Autocompletion menu doesnt working properly

2015-06-29 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=751651

Jonas Ådahl  changed:

   What|Removed |Added

 CC||jad...@gmail.com

--- Comment #1 from Jonas Ådahl  ---
What version of GTK+ are you using? I fixed autocomplete like popup positioning
elsewhere (evolution), and I wonder if you have that fix in the version of GTK+
you are using.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs