Open
Bug 771023
Opened 13 years ago
Updated 3 years ago
The delay after which mouse tooltips display should be customizable
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
NEW
People
(Reporter: stepnem, Unassigned)
Details
There seems to be a hard-coded delay (speaking about title tag/tab title tooltips etc.):
https://mxr.mozilla.org/mozilla-central/source/widget/gtk2/nsLookAndFeel.cpp#454
Please provide a preference or respect pertinent GTK settings -- "gtk-tooltip-timeout" looks like the most likely candidate here (effective since version 2.12):
http://developer.gnome.org/gtk3/3.2/GtkSettings.html#GtkSettings--gtk-tooltip-timeout
(In case it matters, my particular objective is to disable the delay completely, i.e., show the tooltip immediately.)
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → general
Updated•13 years ago
|
Component: General → Widget: Gtk
Comment 1•6 years ago
|
||
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•