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

2025-04-04 Thread duke
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik 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 h

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

2025-04-01 Thread Andy Goryachev
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik 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 h

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

2025-04-01 Thread Andy Goryachev
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik 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 h

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

2025-04-01 Thread Andy Goryachev
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik 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 h

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

2025-04-01 Thread Kevin Rushforth
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik 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 h