Reported by jteh on 2015-04-16 06:51
In MSHTML, if hidden content is shown and then immediately focused, we don't force an immediate update. This means that in browse mode, the content might not yet be present, causing incorrect reporting.
Str:
- Open the attached test case in IE. Ensure Javascript isn't blocked.
- Ensure you are in browse mode.
- Press the button.
- Expected: NVDA should say: "This will get focus."
- Actual: NVDA says: "blank"
We fixed this for Gecko in 6f04af1, but never did it for MSHTML.
Reported by jteh on 2015-04-16 06:51
In MSHTML, if hidden content is shown and then immediately focused, we don't force an immediate update. This means that in browse mode, the content might not yet be present, causing incorrect reporting.
Str:
We fixed this for Gecko in 6f04af1, but never did it for MSHTML.