RFR: 8245602: Ensemble8: HTMLEditor Toolbar gets scrolled out of view

duke duke at openjdk.org
Wed Apr 2 16:15:04 UTC 2025


On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik <duke at openjdk.org> wrote:

> There was a scrolling issue with multiline edit control with text controls at the top of the edit box [JDK-8245602](https://bugs.openjdk.org/browse/JDK-8245602),
> 
> We replaced the ScrollPane with VBox control as the parent of the html edit control.
> 
> Verification:
> This makes the controls on the top of the edit control, And the texts scroll inside the text area as expected.
> Similar kind of behavior is seen in normal web pages with multiline edit controls inside it.

@Gopalora 
Your change (at version cbbcfb034e9c0e6d3190ad12e13e841a9bb682dd) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1752#issuecomment-2773084054


More information about the openjfx-dev mailing list