zhangqd / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

table border-collapse and border css attribute combination breaks controls being exposed via force-renderer-accessibility switch #1221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Start CEF with the --force-renderer-accessibility command line argument.
2. Navigate to the page provided. (CefA.htm)
3. Notice that the controls inside the table are individually identifiable 
using an automation tool such as Ranorex Spy. (Working.png)
4. Navigate to the other page provided. (CefB.htm)
5. Notice that the controls inside the table are NO LONGER individually 
identifiable using an automation tool such as Ranorex Spy. (Broken.png)
6. This seems to happen when you use "border-collapse: collapse;" and some sort 
of border E.G. "border: solid 1px blue;" attributes together.

What is the expected output? What do you see instead?

  The controls inside the table are no longer individually identifiable. The controls SHOULD be individually identifiable.

What version of the product are you using? On what operating system?

  CEF version 3.1650.1522.0 on Windows 7.

Please provide any additional information below.

  N/A

Original issue reported on code.google.com by Broken...@gmail.com on 24 Feb 2014 at 3:05

Attachments:

GoogleCodeExporter commented 9 years ago
This sounds like a bug in Blink/Chromium. Please find/create an issue at 
http://crbug.com. CEF will get the fix once it has been fixed in Blink/Chromium.

Original comment by magreenb...@gmail.com on 24 Feb 2014 at 3:10