-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Problems for preview of an entry with % sign in title #6753
Comments
The problem is in the class HTMLChars in the format method. The case '%' falls under the last else of the method where there's a TODO. I added 2 small modifications so it works with this case but i didn't do extensive testing.
|
@Vince250598 Thanks for looking into it. It would be really cool if you could create a PR with your changes. That helps us to better see the differences. Regarding tetsts, we already have automated tests (HTMLCharsTest) for this class so your changes can easily be tested. |
Thanks to @Vince250598 this issue should now be fixed in the latest master (currently building, ready in approx 30 min) |
The latest master fixed it. Thanks! |
JabRef version 5.1-PullRequest6152.694--2020-06-28--314bc7d
Windows 10 10.0 amd64
Java 14.0.1
In the preview of an entry containing % sign in the title these disappear.
Steps to reproduce the behavior:
Notice the % sign and the three dots are missing.
3. Now switch the Preview to IEEE. The title is correct:
The text was updated successfully, but these errors were encountered: