InAnYan / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
0 stars 0 forks source link

Privacy notice should be scrollable #125

Open koppor opened 3 months ago

koppor commented 3 months ago

If JabRef is used in a small screen resolution, I cannot reach the "Agree" button without resizing the entry editor:

image

Other components to have a scroll bar:

image

InAnYan commented 3 months ago

I made it scrollable, but should it be horizontally scrollable?

Should the text wrap or not?

koppor commented 3 months ago

I made it scrollable, but should it be horizontally scrollable?

No.

Should the text wrap or not?

Yes.


For basic UX design, try to think what end users applications do. A web browser is a good example.

In this case, a very basic text-based page is enough. If one opens https://blog.fefe.de/ in a browser, there is only a vertical scroll bar, no horiziontal scrollbar. --> it got common in browsers to do soft wrapping, and vertical scrolling.

InAnYan commented 3 months ago

Fixed partially.

Blocked by https://bugs.openjdk.org/browse/JDK-8090400

koppor commented 3 months ago

We cannot do HTML / WebView here?


Please do not close issues as completed if they are not solved. The label "depends-on-external" are made for issues like that.

InAnYan commented 3 months ago

Oh, we can. Though I wonder how to listen to button clicks. Should that be done today?

koppor commented 3 months ago

Oh, we can. Though I wonder how to listen to button clicks. Should that be done today?

No. Week 12 :)

For now, it is good enough 😅