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
VE Toolbar - Text size selector should show the current size #16
This again is standard behaviour in most editors. This feature was adde in Flutter Quill right before I forked it. It wasn't polished and needs more attention to detail. One of the reasons this went trough is because of the lack of automatic testing and higher code review standards. My goals is not to let such half backed features sneak into the code base.
VE Toolbar - Headings dropdown after text size #15
Right now the controls are far apart and inconsistent. The convention in editors such as word or g docs is to have a headings dropdown and to offer up to 6 headings.
VE Toolbar - Image upload modal missing bgr color #32
VE Toolbar - The size of the text does not match the value in dropdown #121
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.
VE Toolbar - Wrong pointer over toolbar when text is selected #122
When the text is selected the hovering cursor for toolbar is the text selector instead of the pointer cursor. I'd expect the same behaviour from the pointer with or without selected text. Clicking outside of the text area (thus disabling the caret) restores the pointer feature on the toolbar (even if the text selection is still rendered).
Same issue is affecting the checkboxes as well. The checkbox has no pointer cursor behaviour or any indication of state being clickable (hovered state).
Screen.Recording.2022-05-22.at.00.12.45.mov
Shows cursor pointer
Shows text selector
VE Toolbar - White background on all toolbars
VE Toolbar - Refactor buttons, split in smaller parts #216
The text was updated successfully, but these errors were encountered:
VE Toolbar - Text size selector should show the current size #16
This again is standard behaviour in most editors. This feature was adde in Flutter Quill right before I forked it. It wasn't polished and needs more attention to detail. One of the reasons this went trough is because of the lack of automatic testing and higher code review standards. My goals is not to let such half backed features sneak into the code base.
VE Toolbar - Headings dropdown after text size #15
Right now the controls are far apart and inconsistent. The convention in editors such as word or g docs is to have a headings dropdown and to offer up to 6 headings.
VE Toolbar - Image upload modal missing bgr color #32
VE Toolbar - Config model, Clean build() #103
VE Toolbar - The size of the text does not match the value in dropdown #121
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.
VE Toolbar - Wrong pointer over toolbar when text is selected #122
Screen.Recording.2022-05-22.at.00.12.45.mov
Shows cursor pointer
Shows text selector
VE Toolbar - White background on all toolbars
VE Toolbar - Refactor buttons, split in smaller parts #216
The text was updated successfully, but these errors were encountered: