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

A RenderFlex overflowed by 39 pixels on the right in Heading Toolbar Item. #285

Closed
asadamatic opened this issue Jul 4, 2023 · 0 comments · Fixed by #291
Closed

A RenderFlex overflowed by 39 pixels on the right in Heading Toolbar Item. #285

asadamatic opened this issue Jul 4, 2023 · 0 comments · Fixed by #291
Assignees
Labels
bug Something isn't working editor features related to the rich-text editor mobile features related to mobile

Comments

@asadamatic
Copy link

Bug Description

A RenderFlex overflowed by 39 pixels on the right.

The relevant error-causing widget was: 
  MobileToolbar MobileToolbar:.../my_editor.dart:58:11

The overflowing RenderFlex has an orientation of Axis.horizontal.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.

How to Reproduce

In the mobile editor toolbar use headingMobileToolbarItem.

Expected Behavior

It should either fit the mobile width or scroll horizontally.

Operating System

IOS

AppFlowy Editor Version(s)

1.0.4

Screenshots

Simulator Screenshot - iPhone SE (3rd generation) - 2023-07-04 at 10 43 59

Additional Context

No response

@annieappflowy annieappflowy added bug Something isn't working mobile features related to mobile editor features related to the rich-text editor labels Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor features related to the rich-text editor mobile features related to mobile
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants