On 30 juin, 22:22, il1019 <
dean.mar...@gmail.com> wrote:
> I'm having some issues with line breaks. They work in the Hosted
> Browser as well as IE8, however the don't work in Firefox or Opera.
> For example, if the user enters code in a text area that has line
> breaks (they pressed enter at some point), these line breaks will only
> be displayed in IE. I'm wondering if I should just convert the text to
> HTML and replace the \n with <br>, however that wouldn't be as clean.
> Is this a GWT problem, or am I doing something wrong?