JDK-8352268 : RichEditorDemo: Save file doesn't always save
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-18
  • Updated: 2025-03-21
  • Resolved: 2025-03-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx25 b09Fixed
Related Reports
Relates :  
Relates :  
Description
To reproduce:

- open the Rich Editor Demo
- type or paste some text
- select File -> Save, choose a new file
Expected:
- file is saved
Observed:
- file is not saved

Also,
- File -> Open should set a *.rich file filter as the first entry.

Another issue with File -> Save As adding a duplicate extension is a product bug in FileChooser, see https://bugs.openjdk.org/browse/JDK-8352298
Comments
Changeset: 0eda4df2 Branch: master Author: Andy Goryachev <angorya@openjdk.org> Date: 2025-03-19 20:03:41 +0000 URL: https://git.openjdk.org/jfx/commit/0eda4df202c07beda00bd282681b6755c1602661
19-03-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1739 Date: 2025-03-18 20:43:10 +0000
18-03-2025