Re: RFR: 8350260: Improve HTML instruction formatting in PassFailJFrame

2025-02-18 Thread Abhishek Kumar
On Tue, 18 Feb 2025 11:48:09 GMT, Alexey Ivanov wrote: > **Problem:** > > When instructions are long, the formatting in `PassFailJFrame` looks off: > > 1. When the instructions are displayed on the screen for the first time, the > HTML is scrolled to the bottom, which isn't convenient; > 2. Nu

Re: RFR: 8350260: Improve HTML instruction formatting in PassFailJFrame

2025-02-18 Thread Abhishek Kumar
On Tue, 18 Feb 2025 12:27:26 GMT, Alexey Ivanov wrote: > > Especially scrolling to the beginning. > > That was the most disturbing thing. I didn't notice it before, because HTML > instructions were never so long to have the vertical scroll bar. I agree to this. I didn't notice the clipping of

Re: RFR: 8350260: Improve HTML instruction formatting in PassFailJFrame

2025-02-18 Thread Alexander Zvegintsev
On Tue, 18 Feb 2025 11:48:09 GMT, Alexey Ivanov wrote: > **Problem:** > > When instructions are long, the formatting in `PassFailJFrame` looks off: > > 1. When the instructions are displayed on the screen for the first time, the > HTML is scrolled to the bottom, which isn't convenient; > 2. Nu

Re: RFR: 8350260: Improve HTML instruction formatting in PassFailJFrame

2025-02-18 Thread Alexey Ivanov
On Tue, 18 Feb 2025 12:03:43 GMT, Alexander Zuev wrote: > Especially scrolling to the beginning. That was the most disturbing thing. I didn't notice it before, because HTML instructions were never so long to have the vertical scroll bar. - PR Comment: https://git.openjdk.org/jdk/p

Re: RFR: 8350260: Improve HTML instruction formatting in PassFailJFrame

2025-02-18 Thread Alexander Zuev
On Tue, 18 Feb 2025 11:48:09 GMT, Alexey Ivanov wrote: > **Problem:** > > When instructions are long, the formatting in `PassFailJFrame` looks off: > > 1. When the instructions are displayed on the screen for the first time, the > HTML is scrolled to the bottom, which isn't convenient; > 2. Nu