RichTextFX icon indicating copy to clipboard operation
RichTextFX copied to clipboard

Rich-text area for JavaFX

Results 102 RichTextFX issues
Sort by recently updated
recently updated
newest added

Similar to #842 the following exception is occurring when I resize the text area (manually by resizing the surrounding window) and there is a paragraph graphic factory. However in this...

Sorry for yet another issue, but... I'm on 1.0.0-SNAPSHOT and it seems that setting `-fx-highlight-fill` and `-fx-highlight-text-fill` aren't working as expected. I'm following the instructions here: https://github.com/TomasMikula/RichTextFX/wiki/Styling-RichTextFX-and-a-CSS-Cheat-Sheet#cheat-sheet The bottom part...

bug
JDK

Not sure if this is intended but editing a textarea with `setNodeOrientation(NodeOrientation.RIGHT_TO_LEFT);` behaves strangely. When the textarea is in edit mode, `selectAll();` selects the whitespace in front of the text...

bug

Hello, I am trying to implement a text viewer (no editing so far) using RichTextFx with tab stops meaning that I need for text with the same number of tabulation...

## Expected Behavior Only emit MOUSE_OVER_TEXT_BEGIN when hover on character ## Actual Behavior emit MOUSE_OVER_TEXT_END just follow MOUSE_OVER_TEXT_BEGIN when text contain "\n" ## Reproducible Demo Provide a demo that maintainers...

regression
waiting for response
OS-Linux

## Expected Behavior Scroll Event being called ## Actual Behavior Event never being called ## Reproducible Demo ````java CodeArea code = new CodeArea(); code.setOnScroll(event -> { System.out.println(event.toString()); }); ```` ##...

has workaround

Hello, First of all, thanks for your work! I'm beginner with your API and JavaFX (I was on Swing so...) and I need it to set a background color to...

question

I upgraded from version 0.7 M5 to version 0.8.2 and found that a white space between the lines is created as soon as multi-line text is inserted by replaceText() -...

bug
waiting for response
OS-Mac

In other words, this test fails on Mac but not on Linux: ````java public class Test extends InlineCssTextAreaAppTest { private String firstWord = "Some"; private String firstParagraph = firstWord +...

bug
test
OS-Mac

The input doesn't allow some special characters to be written, like: - à [ ` + a] - é [ ' + e ] - á [ ' + a...

bug
JDK
OS-Linux