-
-
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 editor: Text in entry row is not being wrapped #5461
Comments
The following tickets are connected to this issue: The following changes might be have caused the problem in the first place: |
The problem is more or less the difference between display and serialization: "Multiline fields" are fields that have a lot of contents and line breaks should be preserved during saving and loading (e.g. abstract). Other fields like author are per definition "single line fields" as there are no line breaks allowed. What it makes a bit difficult is the technical handling in the user interface when a "single line field" has to much content - as automated wrapping (at least in the past) also allowed for entering line breaks. However this should not be a big problem to be solved... |
I just installed I have for many years been using the standard LaTeX field annote to keep notes on my reading. I set up JabRef so that the annote field shows up in the Review tab instead of whatever the default is. (It's been so long since I set this up that I'm not sure anymore.) So "Set up general fields" says (among other things) The problem is that annote doesn't wrap as I'm typing anymore. Instead, my notes end up on one long line (in the entry window) that scrolls off the edge of the screen. I suspect it's the same problem as above (or at least, in the same family), which is why I'm commenting here. |
See #4373 for bug of viewing and storing multiline fields |
I am really having trouble viewing and editing author and title fields that go outside the box because they no longer wrap in the edit box. Is there a fix planned for this? |
This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs. As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:
Thank you for your contribution! |
The issue persists in: JabRef 5.2--2020-12-09--d1fb9e2 |
The issue persists in: JabRef 5.3--2021-06-08--9d1c448 |
Yes, the issue is persisting for me too, and I would very much like to see it resolved. For instance, the Title field does not wrap, but the abstract field does even though the "source" does not have line breaks. I'm using the latest official release... JabRef 5.2--2020-12-24--6a2a512 |
JabRef 5.6--2022-04-08--a6489cb The issue persists in the current dev version. Maybe as a workaround people can use the "BibTex source" tab and edit the author, title, etc. fields there directly. I reckon this is not really the way JabRef is supposed to be used (?), but otherwise it is impossible to edit entries that contain slightly longer titles or several authors. |
JabRef 5.10--2023-02-01--611baac The "multiline" selector in "customize entry types" doesn't seem to do anything. And if you return to that menu, the ticked box is unticked again. |
@wujastyk For me it works fine: |
@Siedlerchr Hmm. It works for me too, in @book entries. But I have a special database (used with Glossaries) that has only two fields. And that doesn't work. The setting tick-box just silently unticks itself and the field is never wrapped. See attached video. jabref-multilinefields.mp4 |
Ah okay, thanks, that narrows it down. So it seems like it works for Standard Entry types, but not for custom entry types. |
@wujastyk Found the issue and it's now solved (just merged) |
Thank you! @Siedlerchr |
JabRef 5.10--2023-02-22--76b221d Note, that the original issue reported here still persists in the current JabRef dev version. The current workaround for the issue appears to be to set affected fields to "Multiline" in the "Customize entry types" menu. But I guess that is not the final solution (?). |
JabRef 5.0.0-dev--2019-10-17----e81d58c51
Windows 10 10.0 amd64
Java 12.0.2
The current entry editor does not wrap text in entry rows. This leads to a massive waste of screen space. Text in entry rows should be wrapped (= do an automatic return) to reduce the waste of screen space.
This problem has also been reported here:
#5244 (comment)
For examples of the waste of screen space see here:
#5244 (comment)
#5244 (comment)
The text was updated successfully, but these errors were encountered: