On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik <d...@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. This pull request has now been integrated. Changeset: 097c017d Author: Gopal Pattnaik <gopal.pattn...@oracle.com> Committer: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/097c017dc5925ac3dc218a32a646aeb37b83ee5e Stats: 7 lines in 1 file changed: 0 ins; 3 del; 4 mod 8245602: Ensemble8: HTMLEditor Toolbar gets scrolled out of view Reviewed-by: angorya ------------- PR: https://git.openjdk.org/jfx/pull/1752