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
Describe the bug
RoosterJS provides a way to set a custom announcements for new items in numbered list (announcerStringGetter). But it looks like value returned for announceListItemNumbering in announcerStringGetter is not used when numbered list is created with toggleNumbering api.
Please note that numbered lists that are created with auto formatting, use announceListItemNumbering as expected.
To Reproduce
Steps to reproduce the behavior:
Open Rooster JS demo web site
Click add numbered list button
type some text
Press enter
Observe that Narrator/VoiceOver doesn't announce a custom announcement for announceListItemNumbering
Expected behavior
The announceListItemNumbering string returned in announcerStringGetter should be used to announce when a new bullet is added (in autoformatted list and when list is added with toggleNumbering api)
Device Information
OS: [e.g. iOS] MacOS
Browser [e.g. chrome, safari] Edge
Version [e.g. 22]
The text was updated successfully, but these errors were encountered:
* Export DefaultSanitizers to be available in roosterjs-content-model-plugins package #2739
* Fix#2741 by changing Id selectors from `#{id}` to `[id="{id}"]` (#2742)
* init
* Fix build
* fix selection
* fix
* fixes
* remove console.log
* fix test
* Fix#2734 by Setting List Metadata `applyListStyleFromLevel: true` when toggling a list (#2743)
* init
* Tests
* add missing file
* crop alternative
* Fix#2733 by changing the approach to announce repeated announce messages (#2745)
* init
* move string to constant
* bump version
---------
Co-authored-by: vhuseinova-msft <[email protected]>
Co-authored-by: Bryan Valverde U <[email protected]>
Co-authored-by: Julia Roldi (from Dev Box) <[email protected]>
Co-authored-by: Julia Roldi <[email protected]>
Describe the bug
RoosterJS provides a way to set a custom announcements for new items in numbered list (
announcerStringGetter
). But it looks like value returned forannounceListItemNumbering
inannouncerStringGetter
is not used when numbered list is created withtoggleNumbering
api.Please note that numbered lists that are created with auto formatting, use
announceListItemNumbering
as expected.To Reproduce
Steps to reproduce the behavior:
announceListItemNumbering
Expected behavior
The
announceListItemNumbering
string returned inannouncerStringGetter
should be used to announce when a new bullet is added (in autoformatted list and when list is added withtoggleNumbering
api)Device Information
The text was updated successfully, but these errors were encountered: