From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Weird GTK3 3.2[01] tooltips Date: Mon, 11 Jul 2016 19:33:29 +0300 Message-ID: <216f1a9d-24bc-cf91-b7d0-c071ed466b8f@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1468254865 13442 80.91.229.3 (11 Jul 2016 16:34:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 16:34:25 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 18:34:02 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bMe9h-0003Xw-1K for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2016 18:34:01 +0200 Original-Received: from localhost ([::1]:34703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe9g-00054i-A8 for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2016 12:34:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe9V-00054N-Rf for emacs-devel@gnu.org; Mon, 11 Jul 2016 12:33:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMe9R-0006uB-1x for emacs-devel@gnu.org; Mon, 11 Jul 2016 12:33:49 -0400 Original-Received: from forward12o.cmail.yandex.net ([37.9.109.179]:39086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMe9P-0006r4-M6 for emacs-devel@gnu.org; Mon, 11 Jul 2016 12:33:44 -0400 Original-Received: from smtp4o.mail.yandex.net (smtp4o.mail.yandex.net [37.140.190.29]) by forward12o.cmail.yandex.net (Yandex) with ESMTP id DAC92210D8 for ; Mon, 11 Jul 2016 19:33:30 +0300 (MSK) Original-Received: from smtp4o.mail.yandex.net (localhost [127.0.0.1]) by smtp4o.mail.yandex.net (Yandex) with ESMTP id D98192320193 for ; Mon, 11 Jul 2016 19:33:30 +0300 (MSK) Original-Received: by smtp4o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Q5MI9LwgTB-XUYiJrdb; Mon, 11 Jul 2016 19:33:30 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1468254810; bh=s0wCwqbWUtfgTJrJFkQjTNXmJ6HA4keGMGoQaLNOzpk=; h=To:From:Subject:Message-ID:Date; b=TNndFeB0dP56oXONWi4VF0oSH+9JxhjoXLM1Ldd8aeYXyZOrHaoCfi3jyq+L9qjVy zxmpnRpOekMNeAa2OkvK6rYmg2MgLTTju3PwL0DnhvbT/CqZ0yVaCmroTZlQz9FhFw nvOLAPv+x+PNBrM7pKrij7nji+BuK/u5yfAN7b80= Authentication-Results: smtp4o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.9.109.179 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205554 Archived-At: On my Fedora 24 system with GTK3 3.20 (and recently updated to 3.21), there is an issue with tooltips - sometimes they're just not shown when/where expected. GTK2 tooltips looks good. To help others to check whether they have the same issue, there are two screencasts (~600Kb each): GTK3 - http://37.139.80.10/tmp/gtk3.mp4 GTK2 - http://37.139.80.10/tmp/gtk2.mp4 It would be helpful to check against older GTK3 versions as well. Dmitry