mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
47.09k stars 6.98k forks source link

Position of search help tooltip does not update when scrolling/zooming #17114

Open lzx0425 opened 2 years ago

lzx0425 commented 2 years ago

Steps to reproduce the problem

the advanced search format is not working properly and sometimes it is affecting the user's experience 1.click on the search 2.advanced search format is shown 3.the "advanced search format" is not following the search bar closely when i scroll up or scroll down 4.zoom in and out will result in wrong location of the "advanced search format"

... 0a480be9d159c8613c059ea6a9ac8e2 1ebbebe3ea937fe31b4f659c8cc00b0 879807ad3be410466ccc538af6c0c6a

Expected behaviour

ideally, the "advanced search format" should be always below the search, not blocking it

Actual behaviour

when i scroll up, it will block the search bar. when i scroll down, the search bar will disapear

Specifications

the current version of mastodon is v3.4.4 using win10 and google chrome

ClearlyClaire commented 2 years ago

I can reproduce the issue. Updated the title to make it clearer. There's not much we can do about it except update to a newer version of the lib we use for tooltips. However, I did not manage to get it working when I last tried to update it, and even then, I am not sure even the latest version handles those edge cases gracefully.