Re: RichTextArea IE vs. Firefox || P vs BR

2013-02-18 Thread Daniel Girtler
Y/discussion > > There is one thing that you need to implement also, and that is to detect > weather cursor is currently in ol or ul tags, and if so just call > super.onBrowserEvent method and add default case where you will call same > method. > > Milan > > On Thursday,

Re: RichTextArea IE vs. Firefox || P vs BR

2013-02-14 Thread Daniel Girtler
I have the same problem in IE8 and IE9 is there a solution to this problem? On Friday, April 24, 2009 12:10:34 AM UTC+2, lamas1...@yahoo.com wrote: > > Hello everybody, > > Java: 6 > GWT: 1.6.4 > GXT: 2.0-m1 > > IE : 7 > Firefox: 3.0.8 > > The HtmlEditor behaves differently in Internet Explo

Re: No Textbox can take the focus by mouse clicking in IE8

2013-01-03 Thread Daniel Girtler
Has there been a solution yet??? It still happens and I really need a solution On Wednesday, August 1, 2012 10:51:16 PM UTC+2, Patrick Duffy wrote: > > Has there been a resolution to this problem. Still happening in gwt 2.4 > > On Tuesday, January 25, 2011 3:56:16 AM UTC-5, AlexF wrote: >> >> I

Change Font in RichTextArea

2012-12-27 Thread Daniel Girtler
How can one change the Default Font 'Times New Roman' to 'Arial' in the RichTextArea? I tried to do: richtextarea.addInitializeHandler(new InitializeHandler() { @Override public void onInitialize(InitializeEvent event) { IFrameElement i = IFrameElement.as(editor.getElement()); Document document =

java gwt richtextarea

2012-12-27 Thread Daniel Girtler
Is it possible to change the default font-family 'times new roman' of the richtextarea to 'arial'? I already tried doing richtextarea.addInitializeHandler(new InitializeHandler() { @Override public void onInitialize(InitializeEvent event) { IFrameElement i = IFrameElement.as(editor.getElement()