Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-12-19 Thread Andy Goryachev
On Fri, 4 Oct 2024 07:48:50 GMT, Ambarish Rapte wrote: >>> I observed an NPE with RichTextAreaDemoApp: >> >> I can't reproduce this... >> >> Are you on mac or windows? Are you testing the latest code (can you tell me >> the git commit hash?) >> Also, could you take a screenshot when this happ

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-16 Thread Andy Goryachev
On Fri, 4 Oct 2024 07:48:50 GMT, Ambarish Rapte wrote: >>> I observed an NPE with RichTextAreaDemoApp: >> >> I can't reproduce this... >> >> Are you on mac or windows? Are you testing the latest code (can you tell me >> the git commit hash?) >> Also, could you take a screenshot when this happ

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-04 Thread Andy Goryachev
On Fri, 4 Oct 2024 07:48:50 GMT, Ambarish Rapte wrote: >>> I observed an NPE with RichTextAreaDemoApp: >> >> I can't reproduce this... >> >> Are you on mac or windows? Are you testing the latest code (can you tell me >> the git commit hash?) >> Also, could you take a screenshot when this happ

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-04 Thread Ambarish Rapte
On Thu, 3 Oct 2024 14:46:58 GMT, Andy Goryachev wrote: > Are you on mac or windows? Are you testing the latest code (can you tell me > the git commit hash?) Also, could you take a screenshot when this happens, > I'd like to see the settings on the right pane. Tested it on Mac by fetching this

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-03 Thread Andy Goryachev
On Thu, 3 Oct 2024 14:26:23 GMT, Ambarish Rapte wrote: > I observed an NPE with RichTextAreaDemoApp: I can't reproduce this... Are you on mac or windows? Are you testing the latest code (can you tell me the git commit hash?) Also, could you take a screenshot when this happens, I'd like to see

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-03 Thread Ambarish Rapte
On Tue, 1 Oct 2024 19:16:06 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> us

Re: RFR: 8301121: RichTextArea Control (Incubator) [v18]

2024-10-01 Thread Andy Goryachev
> Incubating a new feature - rich text control, **RichTextArea**, intended to > bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. The > main design goal is to provide a control that is complete enough to be useful > out-of-the box, as well as open to extension by the appl