Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
MSHTML: Buffer not updated immediately when focus changes #5040
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
nvaccessAuto
Apr 16, 2015
Attachment showFocus.html added by jteh on 2015-04-16 06:52
Description:
Test case.
nvaccessAuto
commented
Apr 16, 2015
Attachment showFocus.html added by jteh on 2015-04-16 06:52 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
nvaccessAuto
Jun 19, 2015
Comment 1 by Michael Curran <mick@... on 2015-06-19 20:01
In [5cfc707]:
Merge branch 't5040' into next. Incubates #5040
Changes:
Added labels: incubating
nvaccessAuto
commented
Jun 19, 2015
Comment 1 by Michael Curran <mick@... on 2015-06-19 20:01
Changes:
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
nvaccessAuto
Jul 10, 2015
Comment 2 by James Teh <jamie@... on 2015-07-10 05:26
In [85bd3c4]:
In browse mode in Internet Explorer and other MSHTML controls, the correct content is now reported when an element appears or changes and is immediately focused.
MSHTML vbufBackend: force an instant update of the content for onfocus events in case the focus moves to something that was newly created/changed.
Fixes #5040.
Changes:
Removed labels: incubating
State: closed
nvaccessAuto
commented
Jul 10, 2015
Comment 2 by James Teh <jamie@... on 2015-07-10 05:26
Changes:
|
nvaccessAuto
added
bug
Browse mode
labels
Nov 10, 2015
nvaccessAuto
added this to the 2015.3 milestone
Nov 10, 2015
nvaccessAuto
closed this
Nov 10, 2015
added a commit
that referenced
this issue
Nov 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedApr 16, 2015
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.