Bug 1587959 Comment 8 Edit History

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

I figured out how to reliably repro this manually:

1. Press control+t to open a new tab, which focuses the address bar.
2. Type: t
    - Observe: aria-activedescendant on #urlbar-input is not present.
3. Press down arrow.
    - Observe: aria-activedescendant is present.
4. Press escape twice.
    - Observe: aria-activedescendant on #urlbar-input is not present.
5.Type: t
    - Expected: aria-activedescendant on #urlbar-input should not be present.
    - Actual: it is present.

I'm really reluctant to disable this even for verify given that it is actually symptomatic of a real problem. If you need to do so to unblock something urgent, that's fair; this bug is definitely not immediately critical from my perspective. However, I think it needs to be fixed properly sooner rather than later.
I figured out how to reliably repro this manually:

1. Press control+t to open a new tab, which focuses the address bar.
2. Type: t
    - Observe: aria-activedescendant on #urlbar-input is not present.
3. Press down arrow.
    - Observe: aria-activedescendant is present.
4. Press escape twice.
    - Observe: aria-activedescendant on #urlbar-input is not present.
5. Type: t
    - Expected: aria-activedescendant on #urlbar-input should not be present.
    - Actual: it is present.

I'm really reluctant to disable this even for verify given that it is actually symptomatic of a real problem. If you need to do so to unblock something urgent, that's fair; this bug is definitely not immediately critical from my perspective. However, I think it needs to be fixed properly sooner rather than later.
I figured out how to reliably repro this manually:

1. Press control+t to open a new tab, which focuses the address bar.
2. Type: t
    - Observe: aria-activedescendant on #urlbar-input is not present.
3. Press down arrow.
    - Observe: aria-activedescendant on #urlbar-input is present.
4. Press escape twice.
    - Observe: aria-activedescendant on #urlbar-input is not present.
5. Type: t
    - Expected: aria-activedescendant on #urlbar-input should not be present.
    - Actual: it is present.

I'm really reluctant to disable this even for verify given that it is actually symptomatic of a real problem. If you need to do so to unblock something urgent, that's fair; this bug is definitely not immediately critical from my perspective. However, I think it needs to be fixed properly sooner rather than later.

Back to Bug 1587959 Comment 8