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 word in the editor the ballon toolbar appear showing the "AiCommands" button with a dropdown list of all the default command groups.
When hovering over a command group the related commands will appear. The user can select a command like "Improve writing" by clicking on "Improve writing".
❌ Actual result
When adding "AiCommands" in the ballon toolbar its not possible for the user to select a default command like "Improve writing". When the user is hovering over "Improve writing" the toolbar will close.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
Fix (ui): The dropdown menu component should not cause an editor blur if used in a `BalloonToolbar` while the user hovers a nested menu. Closes#17277.
Feature (utils): Made `FocusTracker` extendable with other `FocusTracker` instances to allow logical focus tracking across separate DOM sub-trees (see #17277)
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
What is the expected result of the above steps?
When selecting a word in the editor the ballon toolbar appear showing the "AiCommands" button with a dropdown list of all the default command groups.
When hovering over a command group the related commands will appear. The user can select a command like "Improve writing" by clicking on "Improve writing".
❌ Actual result
When adding "AiCommands" in the ballon toolbar its not possible for the user to select a default command like "Improve writing". When the user is hovering over "Improve writing" the toolbar will close.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
AccessibilityHelp,
AIAssistant,
Alignment,
Autoformat,
AutoImage,
AutoLink,
Autosave,
BalloonToolbar,
BlockQuote,
Bold,
CaseChange,
CloudServices,
Code,
CodeBlock,
Essentials,
ExportPdf,
ExportWord,
FindAndReplace,
FontBackgroundColor,
FontColor,
FontFamily,
FontSize,
FormatPainter,
FullPage,
GeneralHtmlSupport,
Heading,
HorizontalLine,
HtmlComment,
HtmlEmbed,
ImageBlock,
ImageCaption,
ImageInline,
ImageInsert,
ImageInsertViaUrl,
ImageResize,
ImageStyle,
ImageTextAlternative,
ImageToolbar,
ImageUpload,
ImportWord,
Indent,
IndentBlock,
Italic,
Link,
LinkImage,
List,
ListProperties,
Markdown,
MediaEmbed,
MultiLevelList,
OpenAITextAdapter,
PageBreak,
Paragraph,
PasteFromMarkdownExperimental,
PasteFromOffice,
PasteFromOfficeEnhanced,
PictureEditing,
RemoveFormat,
SelectAll,
ShowBlocks,
SpecialCharacters,
SpecialCharactersArrows,
SpecialCharactersCurrency,
SpecialCharactersEssentials,
SpecialCharactersLatin,
SpecialCharactersMathematical,
SpecialCharactersText,
Strikethrough,
Subscript,
Superscript,
Table,
TableCaption,
TableCellProperties,
TableColumnResize,
TableProperties,
TableToolbar,
TextPartLanguage,
TextTransformation,
TodoList,
Underline,
Undo,
AWSTextAdapter,
TrackChanges,
TrackChangesData,
Comments,
UsersIntegration,
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: