[Webkit-unassigned] [Bug 204735] [PSON] Tooltips from previous page shown on new page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 2 05:35:39 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204735
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |achristensen at apple.com,
| |cdumez at apple.com,
| |cgarcia at igalia.com,
| |youennf at gmail.com
Component|WebKitGTK |WebKit2
Summary|[GTK][PSON] Tooltips from |[PSON] Tooltips from
|previous page shown on new |previous page shown on new
|page |page
--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This is not GTK specific. The problem is that WebPage (in the wbe process) is caching the tooltip text to avoid sending IPC messages when the tooltip didn't change. When a new web process is used for the same web view, the tooltip text doesn't really change (it's always null) until a new one is set.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191202/e8b93ca1/attachment.htm>
More information about the webkit-unassigned
mailing list