-
-
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
Entry preview parses html incorrectly after search with regular expression enabled #533
Comments
This is working fine for me. I'm using the default entry preview setting with: Can you try this snippet in Options -> Preferences -> Entry Preview? |
Thank you for your snippet. I was able to narrow down the problem... somehow. First your snippet changes nothing. There are, however some entries being parsed correctly, and some are parsed false. How to reproduce it:
|
Thanks for digging into this. I can reproduce the problem now. |
Please confirm that it is fixed by trying out the newest build containing the fix available at build.gradle.org in about 20 min. |
Thanks, it works now. However, there is something new, that ist a bit irritating. The preview window for long entries (e.g. those with abstract) is now always scrolled to the bottom. So I can see the abstract, but not the reference. Therefore, to start reading, I have always to scroll to the top of the page. I don't know whether this is intended - it wasn't like this yesterday. |
Hm, yes, I see. Will revert this. Thanks for the info! |
Jabref 3.0 as well as recent development versions do not parse the html code in the preview window correctly. This seems to happen if there is some html code WITHIN a certain bibtexfield. The citation is parsed correctly, but the "abstract" field in the preview window, which contains some autogenerated and manually inserted html code, seems to delete the "<" of each tag.
the string automatically inserted string "br>", appears the same way as my manual added italics "i>"
The text was updated successfully, but these errors were encountered: