openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
63 stars 16 forks source link

OC-50 Sorting in Dashboard -> ApplicationCode: Total Coverage does not work #50

Open marek-parfianowicz opened 4 years ago

marek-parfianowicz commented 4 years ago

If i have a clover report in HTML (generated by the maven plugin) I can navigate to the application code (clover/pkg-summary.html) and having several columns available which can be sorted by clicking on the column header like package, files etc. but on the column TOTAL coverage(right columns) this does not work. For me it looks like an issue...cause if I'm over the column with the mouse it shows an arrow down...

marek-parfianowicz commented 4 years ago

HTML report uses a table component from AUI library (https://docs.atlassian.com/aui/). So lack of sorting may be a bug in the lib. Maybe upgrading the library would solve the problem.

Does the problem occur in different browsers? Does the problem occur in every table / page?

marek-parfianowicz commented 4 years ago

Original report: https://bitbucket.org/openclover/clover/issues/50