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

Behavior of setParagraphStyle bas been changed in 0.11 in comparison with 0.10.9 version #1241

Closed
iazarny opened this issue Jul 14, 2024 · 1 comment · Fixed by #1242
Closed

Comments

@iazarny
Copy link

iazarny commented Jul 14, 2024

Expected behavior or in 0.10.X version

The paragraph style applies to the entire width of the code area. In this way, you can highlight the entire line

Actual behavior or in 0.11.X version

Paragraph style applied till end of the line, the length of which may be less code area width

Css example

.diff-modified {
-fx-background-color: #d7f8f6;
-fx-stroke-width: 0.5;
-fx-stroke: #e5e5fa;
-fx-fill: #d7f8f6;
}

Environment info:

  • RichTextFX Version: 0.10.X, 0.11.X
  • Operating System: Win, Mac, Lin
  • Java version: 17 - 21
actual expected
@Jugen
Copy link
Collaborator

Jugen commented Jul 14, 2024

Is this already broken in 0.11.0 ? And please provide a short program that demonstrates this bug. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants