-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flutter Web] The widgets for which the hint is displayed are not highlighted #390
Comments
Hi @HornyPony, can you please provide more information about the issue you're facing? Additionally, kindly share the code snippets as I'm unable to reproduce the problem. |
There is nothing special in the code - everything is according to the instructions from pub.dev. Hints are shown in the mobile version of the app, but do not work in the web version. But sometimes they are shown, but it happens that the wrong area is highlighted. Maybe I need to add something to the "flutter build web" command? |
@jaiminrana05 Here I manually brought the screen with the application to the left edge of the monitor. For some reason, for highlighting, the size is calculated first of the monitor, and not from the beginning of the screen with the application |
@jaiminrana05 The same problem is here: #383 Can I get any information please? |
Thank you @HornyPony, for sharing the code snippets. It's really helpful for us to have them as we work on resolving this issue. |
Describe the bug
In the web version, the widget for which the hint is displayed is not highlighted. The release was made through the "flutter build web" command.
Works fine in Android and iOS, version on package: 2.0.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The widget highlighted in red in the screenshot is highlighted
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: