We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the target of an Operation lies anywhere within a PaneGrid, the operation is silently ignored.
PaneGrid
You can reproduce the issue by running this modified example. I've added a 'snapTo 0.0' whenever you click a Pane, so you can:
Note: I removed the responsive part of the example for this reproduction, because it also breaks Operations. I'll open a separate issue for that.
responsive
I think the fix is pretty straightforward (PaneGrid is simply missing its operate method), so I'll put out a PR for this shortly.
operate
Operations should work within PaneGrids
master
Windows
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When the target of an Operation lies anywhere within a
PaneGrid
, the operation is silently ignored.You can reproduce the issue by running this modified example.
I've added a 'snapTo 0.0' whenever you click a Pane, so you can:
Note: I removed the
responsive
part of the example for this reproduction, because it also breaks Operations. I'll open a separate issue for that.I think the fix is pretty straightforward (
PaneGrid
is simply missing itsoperate
method), so I'll put out a PR for this shortly.What is the expected behavior?
Operations should work within PaneGrids
Version
master
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: