-
Bug
-
Resolution: Unresolved
-
P4
-
7u15
-
Windows 7,Windows 8, Windows XP,Mac
Java FX component class javafx.scene.web.HTMLEditor has following issues
1) Enter key press put two blank lines. Basically it puts <p> and </p> tag inside entered text internally , so it looks like entering two lines.
Requirement is : we only need one line while enter key press.
2) After typing text , if we select some text and heading it's behavior is different all the times and not as expected.
3) I tried to set default fonts/heading using API but not able to do it. Need methods to do that in next releases.
4) Java FX does not support any component other than HTMLEditor which accept HTML text. Like in Swing javax.swing.text.html.HTMLDocument is there.
1) Enter key press put two blank lines. Basically it puts <p> and </p> tag inside entered text internally , so it looks like entering two lines.
Requirement is : we only need one line while enter key press.
2) After typing text , if we select some text and heading it's behavior is different all the times and not as expected.
3) I tried to set default fonts/heading using API but not able to do it. Need methods to do that in next releases.
4) Java FX does not support any component other than HTMLEditor which accept HTML text. Like in Swing javax.swing.text.html.HTMLDocument is there.