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
When selecting a range of text the sizes dropdown preselects 11 when in fact the text is 16. After applying a size then the selector seems to be working fine. This is probably happening because when the editor starts adding a new document it does not add the text attribute value. Therefore the dropdown is built to assume 11 as the size. But somehow in the examples it seems 16 is the size. We need to setup a means of querying the default text size and not assume it.
Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.
The text was updated successfully, but these errors were encountered:
adrian-moisa
changed the title
Sizes - Dropdown is not selecting the default value properly
Sizes - The size of the text does not match the value in dropdown
Sep 30, 2022
adrian-moisa
changed the title
Sizes - The size of the text does not match the value in dropdown
Toolbar - The size of the text does not match the value in dropdown
Nov 5, 2022
When selecting a range of text the sizes dropdown preselects 11 when in fact the text is 16. After applying a size then the selector seems to be working fine. This is probably happening because when the editor starts adding a new document it does not add the text attribute value. Therefore the dropdown is built to assume 11 as the size. But somehow in the examples it seems 16 is the size. We need to setup a means of querying the default text size and not assume it.
Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.
The text was updated successfully, but these errors were encountered: