Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hrs and empty textareas cannot be seen in MSHTML virtual buffers #387

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 4 comments
Closed

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2009-08-10 02:25
Empty HTML textarea elements should be rendered as a space by the MSHTML vbuf backend so that they consume space in the buffer and can be located by users.
Blocked by #385

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2009-08-10 02:48
This applies to hr elements (separators) as well.
Changes:
Changed title from "Empty textareas cannot be accessed in MSHTML virtual buffers" to "Hrs and empty textareas cannot be seen in MSHTML virtual buffers"

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2009-08-10 12:39
Recommend you do this around the same time as (and similar to) the section in the code that starts with:

//Table cells should always be represented by at least a space, but if a space, then they should not be block.

However, the block state obviously shouldn't be changed in this case.

@nvaccessAuto
Copy link
Author

Comment 4 by aleksey_s on 2009-08-10 16:12
Fixed in bzr nvdaHelperRewrite r2932.
Btw, I am thinking about organizing our node-specific code somehow. May be separate code for each node into functions and put them into array or map...

@nvaccessAuto
Copy link
Author

Comment 5 by jteh on 2009-08-17 11:07
Fix merged in r3110.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant