Use format* beforeInput types across the features #8000
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:alignment
package:basic-styles
package:font
package:indent
package:typing
resolution:expired
This issue was closed due to lack of feedback.
squad:core
Issue to be handled by the Core team.
status:stale
type:task
This issue reports a chore (non-production change) and other types of "todos".
Provide a description of the task
There are various
beforeInput
types that help integrate editor with native UI/OS controls (like the native WYSIWYG toolbar in iOS). There are events likeformatBold
,formatItalic
,formatUnderline
,formatStrikeThrough
,formatSuperscript
,formatSubscript
,formatJustifyFull
,formatJustifyCenter
,formatJustifyRight
,formatJustifyLeft
,formatIndent
,formatOutdent
,formatRemove
,formatBackColor
(to be researched),formatFontColor
(to be researched),formatFontName
(to be researched)that should be handled in individual features, for instance,
Even though some event types are virtual at this moment (they exist in the spec only), the integration is very cheap so we could cover them all to stay safe in the future.
The text was updated successfully, but these errors were encountered: