Skip to content
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

[BUG] Separator Widget got removed when toolbarType is changed.. #551

Open
plchekspend opened this issue Nov 9, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@plchekspend
Copy link

plchekspend commented Nov 9, 2024

Describe the bug
When we change the toolbarType default(nativeScrollable) to any of the other options like nativeExpandable or nativeGrid then separatorWidget got removed.

To Reproduce
Steps to reproduce the behavior:

  1. Under HtmlToolbarOptions property
  2. set the toolbarType to toolbarType: ToolbarType.nativeGrid or nativeExpandable
  3. See the below screenshots

Expected behavior
Even if we changed the toolbarType to any of the options separatorWidget need to show somehow.

Screenshots
when toolbarType is nativeGrid
Screenshot 2024-11-09 at 10 45 15 AM

When toolbarType is nativeExpandable and expanded manually
Screenshot 2024-11-09 at 10 45 38 AM

Device:
Found in Flutter web

Additional context
Also found this strange that if toolbarType is nativeExpandable and if toolbar is expanded then only separatorWidget got removed otherwise when it's not expanded then separatorWidget are shown.

@plchekspend plchekspend added the bug Something isn't working label Nov 9, 2024
@plchekspend plchekspend changed the title [BUG] Separator Widget for removed when toolbarType is changed.. [BUG] Separator Widget got removed when toolbarType is changed.. Nov 9, 2024
@plchekspend
Copy link
Author

any update @tneotia ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants