flutter-packages
flutter-packages copied to clipboard
Web search results were displayed at the wrong position
See here: https://github.com/flutter/flutter/issues/77888
I didn't noticed that this is a google fonts problem and that there is a seperate repo for this.
This seems to be a problem of the dynamic loading of the fint files from the google servers. I think the text structure, where the words are in the screen is defined with the standard font. After that the fint files were loaded and the new font is applied without changing the definiton of where the words are on the screen. This leads to wrong context menus and wrong search result markers. The problem is gone if you provide the ttf files in the assets.
I'm no longer able to repro this issue, and will thus be closing it. If it still occurs, please file a new issue with all requested information. Thanks!