You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Under HtmlToolbarOptions property
set the toolbarType to toolbarType: ToolbarType.nativeGrid or nativeExpandable
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
When toolbarType is nativeExpandable and expanded manually
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.
The text was updated successfully, but these errors were encountered:
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
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:
Expected behavior
Even if we changed the toolbarType to any of the options separatorWidget need to show somehow.
Screenshots
when toolbarType is nativeGrid
When toolbarType is nativeExpandable and expanded manually
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.
The text was updated successfully, but these errors were encountered: