Files
servo/ports/servoshell
Simon Martin f8fe8ce82c servoshell: fix display of tooltip showing link target URL (#43320)
I noticed while investigating #42636 that whenever servoshell displays a
link target URL, the associated tooltip is sometimes shown with some
kind of transparency, that is usually - but not always - "fixed" after a
bit of time.

The first problem is that we create the tooltip in the background, while
we should put it on top of everything else. This is however not
sufficient to fix the "flickering", hence the explicit call to
set_needs_repaint, like was done for dialogs in 6d4937b5d6.

Testing: manual (servoshell's visual aspects not covered by any test)
Fixes: https://github.com/servo/servo/issues/42636

Signed-off-by: Simon Martin <simon@nasilyan.com>
2026-03-16 14:45:45 +00:00
..
2025-12-10 15:09:49 +00:00
2026-01-01 13:40:20 +00:00