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

[html] Fix static HTML report files #3570

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

csordasmarton
Copy link
Contributor

Closes #3565.

Previously id attribute was not set for source files when generated static
HTML report files for example with the CodeChecker parse command.
The JavaScript part used this attributes but it was always undefined.
This way if a user opened a report which bug step referenced mulitple different
source files, changing between the bug steps didn't change the source file.

Previously `id` attribute was not set for source files when generated static
HTML report files for example with the `CodeChecker parse` command.
The JavaScript part used this attributes but it was always `undefined`.
This way if a user opened a report which bug step referenced mulitple different
source files, changing between the bug steps didn't change the source file.
@csordasmarton csordasmarton force-pushed the fix_files_in_static_html branch from 1111d12 to 9788918 Compare January 6, 2022 11:12
@bruntib bruntib merged commit eaeddd9 into Ericsson:master Jan 7, 2022
@csordasmarton csordasmarton deleted the fix_files_in_static_html branch January 28, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect navigation in html reports
2 participants