html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

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

Open plchekspend opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Nov 09 '24 05:11 plchekspend