Bug 1825588 Comment 16 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I looked into this. `aria-activedescendant` is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.
I looked into this. `aria-activedescendant` is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.

Update: `aria-activedescendant` was updating on trunk, but not on my working patch. I will test again. Maybe it is updating inconsistently.
I looked into this. `aria-activedescendant` is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.

Update: `aria-activedescendant` was updating properly on trunk, but it is not on my working patch. I will test again on both. If I notice this on truck, maybe it is updating inconsistently.
I looked into this. `aria-activedescendant` is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.

Update: `aria-activedescendant` was updating properly on trunk, but it is not on my working patch. I will test again on both. If I notice this on trunk, maybe it is updating inconsistently.
~~I looked into this. `aria-activedescendant` is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.~~

~~Update: `aria-activedescendant` was updating properly on trunk, but it is not on my working patch. I will test again on both. If I notice this on trunk, maybe it is updating inconsistently.~~

Update: I am confirming that yes, `aria-activedescendant` is not updating even directly after the first item being deleted.
Update: I am confirming that yes, `aria-activedescendant` is not updating even directly after the first item being deleted.
Update: I am confirming that yes, `aria-activedescendant` is not updating even directly after the first item has been deleted.
Update 1: I looked into this. aria-activedescendant is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.

Update 2: I am confirming that yes, `aria-activedescendant` is not updating even directly after the first item has been deleted.

Update 3: `aria-activedescendant` has the same id when a message is deleted because the rows are updated, so it may look like the id is not being updated, but it is. Because of the same id used more than once, screen readers don't know that the attribute has changed. This is updating correctly as I initially thought. I have a simple fix for this.
Update 1: I looked into this. aria-activedescendant is being updated correctly. The screen reader is not reading the correct information on delete on the second and later times items are deleted.

Update 2: I am confirming that yes, `aria-activedescendant` is not updating even directly after the first item has been deleted.

Update 3: `aria-activedescendant` has the same id when a message is deleted because the rows are updated, so it may look like the id is not being updated, but it is. Because of the same id being used more than once, screen readers don't know that the attribute has changed. This is updating correctly as I initially thought. I have a simple fix for this.

Back to Bug 1825588 Comment 16