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

document containing html code is displayed as a web page instead of plain text, causing a positional mismatch #143

Closed
martin-hajek opened this issue May 19, 2024 · 1 comment · Fixed by #144
Labels
bug Something isn't working

Comments

@martin-hajek
Copy link
Contributor

When a document containing html code is uploaded or created, Requal displays it as a web page, not plain text. E.g. Home <index.php3> will be displayed as Home. The html code is not shown. This disturbs the coding tool because the position of the coded segments in the following text does not match.
image
image
The html code in the data should be displayed as plain text in order to be coded correctly.

@martin-hajek martin-hajek added the bug Something isn't working label May 19, 2024
hlageek added a commit that referenced this issue May 19, 2024
Fixes #143.
P.S.: Please bump version bug counter when merging (I think that is more consistent than bumping versions inside PRs, which may not be aware of other PRs).
@hlageek
Copy link
Contributor

hlageek commented May 19, 2024

Possible solution can be tested with devtools::install_github("RE-QDA/requal", branch = "issue-143").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants