equal-access icon indicating copy to clipboard operation
equal-access copied to clipboard

Information on plugin & .csv file diverge from HTML report

Open cponara opened this issue 3 years ago • 4 comments

Hello, When I download the report generated by the plugin, I see different numbers for current status percentage and number of violations. Also, when a colleague runs the plugin on the same page, they get a different amount of violations. We both are using Google Chrome. Another colleague that's using Firefox gets the same results as me.

Plugin on my browser: image

Same info on .csv file: image

My HTML report (genrated & open on chrome): image

My colleague's HTML report: image

Thank you for your help!

cponara avatar Jul 26 '22 16:07 cponara

@drjoho - Seeing the score difference with http://www.altoromutual.com/ test site also.

@cponara - If the archive and policies are the same (see extension options)... Regarding the difference in violation count, it would be worth identifying which violation is different. Historically (if same archive) that difference has always been due to a difference in the DOM being scanned. Sometimes its because of an extension installed that's injecting content into the DOM. Sometimes it's an ad or other injected content that's not the same.

As for the % scoring, there have been some fixes recently with regard to counting non-violation nodes, and that fix may not have been adjusted in the HTML report.

tombrunet avatar Jul 26 '22 17:07 tombrunet

hi @tombrunet thanks for the explanation, we'll compare the reports.

cponara avatar Jul 27 '22 16:07 cponara

Reopening this for us to look at the score issue between the extension and the saved report.

tombrunet avatar Jul 27 '22 17:07 tombrunet

Trigae: Looks like we are able to reproduce this at-least running this on Altoro Mutual.

@drjoho will look like this in a future sprint. He thinks that it is just a place were the number is not updated correctly in html version correctly (But is updated correctly in the excel version).

aliunwala avatar Jul 28 '22 20:07 aliunwala

I cleaned up all of the scoring in our code refresh. This should all be fixed once this PR is merged and new release is complete. https://github.com/IBMa/equal-access/pull/1371

tombrunet avatar Mar 30 '23 13:03 tombrunet