This ticket addresses minor changes to the RichTextArea feature for inclusion into jfx24, mainly to avoid the re-review of a large submission in JDK-8301121.
The changes:
- minor fixes in the behavior document (DELETE_WORD_PREVIOUS)
- Default width of RTA is less than half the size of TextArea (176 vs 478 on my Windows 11 system). Earlier the height was also too small, but you already fixed that.
- addWithStyles --> addWithStyleNames in RTA javadoc
The following issue works as designed (no overlap with the focus border). The overlap seen by the submitter was due to 'useContentWidth' property enabled in a width-constrained use case.
- When running the demos, the current line highlight overlaps and obscures focus outline on right side (verified on Windows and Linux).
The changes:
- minor fixes in the behavior document (DELETE_WORD_PREVIOUS)
- Default width of RTA is less than half the size of TextArea (176 vs 478 on my Windows 11 system). Earlier the height was also too small, but you already fixed that.
- addWithStyles --> addWithStyleNames in RTA javadoc
The following issue works as designed (no overlap with the focus border). The overlap seen by the submitter was due to 'useContentWidth' property enabled in a width-constrained use case.
- When running the demos, the current line highlight overlaps and obscures focus outline on right side (verified on Windows and Linux).
- relates to
-
JDK-8347359 RichTextArea API Tests
-
- In Progress
-
-
JDK-8301121 RichTextArea Control (Incubator)
-
- Resolved
-
-
JDK-8347360 RichTextArea Behavior Tests
-
- Open
-
-
JDK-8347361 InputMap Tests
-
- Open
-
-
JDK-8347715 RichTextArea Follow-up: Minor Bugs
-
- Resolved
-
-
JDK-8347362 RichTextArea Demo Apps Build Script
-
- Resolved
-
- links to
-
Commit(master) openjdk/jfx/b7b4d6e4
-
Review(master) openjdk/jfx/1671
(1 relates to, 2 links to)