-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Packaging components edition - Cursor is at top of 1st component when adding a 2nd component #3622
Comments
|
@monsieurtanuki It's a very annoying bug when I enter new components, so I tried to fix this by focusing on the unitNumber line when _addPackagingToControllers is called with initiallyExpanded set to true, but I'm not sure how to get to its focusNode which is defined a long way off in SimpleInputNumberField. I'm quite lost in the code, it's hard for me to grasp the role of the helpers classes etc. Would you have some time to look at this bug? |
I confirm that From what I read using them is not a best practice:
I may find time this week-end to have a look at it. Possible solutions:
Whatever works. Meanwhile, if someone could have a look at #3712 it would save us developers the tap dancing between flutter 3.7.x and 3.0.5. camera:
git:
url: "https://github.com/openfoodfacts/smooth_app_plugins_fork.git"
ref: "smooth_camera"
path: "packages/camera/camera"
camera_platform_interface:
git:
url: "https://github.com/openfoodfacts/smooth_app_plugins_fork.git"
ref: "smooth_camera"
path: "packages/camera/camera_platform_interface" |
When a product has 1 packaging component, clicking on "adding a component" adds the 2nd component but the view is scrolled up to the first field of the 1st component. Curiously that does not happen when adding a 3rd or 4th component.
The text was updated successfully, but these errors were encountered: