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

float affects the output of div (IE 11) #247

Closed
JAWS-test opened this issue Aug 21, 2019 · 1 comment
Closed

float affects the output of div (IE 11) #247

JAWS-test opened this issue Aug 21, 2019 · 1 comment
Assignees

Comments

@JAWS-test
Copy link

Summary

float affects the output of div (IE 11)

  1. save as HTML file:
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>div with float</title>
		<style>
			.float
				{
				margin:10px;
				float:left;
				}
		</style>
	</head>
	<body>
		<div>without</div><div>float</div>
		<div class=float>with</div><div class=float>float</div>
	</body>
</html>
  1. Navigate with arrow keys or Z

Expected result

CSS settings like float should not affect the output.

Actual result

div elements with float:left or float:right are output by JAWS as contiguous areas (without paragraph) when linear reading with arrow keys or during quick navigation with Z.
The problem occurs only in IE 11 and not in Chrome or Firefox.

Additional Information

JAWS version and build number

JAWS 2019.1906.10

Operating System and version

Windows 8

Browser and version:

Internet Explorer 11.0.9600.19431
Chrome 76.0.3809.100
Firefox 68.0.2

@lamador
Copy link

lamador commented Sep 10, 2020

The issue was reproducible in only in IE11 11.1016.18362.0 and JAWS 2020.2008.24 on Windows 10.

@lamador lamador closed this as completed Sep 10, 2020
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

2 participants