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

hide editor featured #416

Closed
irfanjutt67 opened this issue Aug 28, 2024 · 3 comments
Closed

hide editor featured #416

irfanjutt67 opened this issue Aug 28, 2024 · 3 comments
Labels
toolbar Issue related to FleatherToolbar waiting for user feedback

Comments

@irfanjutt67
Copy link

when i add width than my editor featured hide and there is not scroll show

fleather: ^1.16.0

O
Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
normalText(text: 'Note'),
Container(
width: double.maxfinite,
height: 50,
decoration:
const BoxDecoration(
gradient:
editorColor),
child:
FleatherToolbar.basic(
controller:
controller
.note),
),
Container(
decoration: BoxDecoration(
border: Border.all(
color: Colors.grey
.withOpacity(
0.5))),
child: FleatherField(
minHeight: 150,
maxHeight: 250,
decoration: const InputDecoration(
border:
InputBorder
.none),
controller:
controller
.note)
.paddingSymmetric(
horizontal: 8),
),
]),

@amantoux
Copy link
Member

@irfanjutt67 are you referring to the fact the toolbar is clipped and that it cannot be scrolled?

@amantoux amantoux added the toolbar Issue related to FleatherToolbar label Aug 29, 2024
@irfanjutt67
Copy link
Author

irfanjutt67 commented Aug 29, 2024 via email

@amantoux
Copy link
Member

This is related to responsiveness of the toolbar (issue raised #274) so it might not be obvious but you should be able to scroll horizontally the toolbar

Please close the issue if the horizontal scrolling works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
toolbar Issue related to FleatherToolbar waiting for user feedback
Projects
None yet
Development

No branches or pull requests

2 participants