-
11 Apr 2011 6:09 AM #1
LabelToolItem is not working properly on IE8
LabelToolItem is not working properly on IE8
LabelToolItem is not showing the text properly on IE8, while on Mozilla woks fine
IE8-LabelToolItem.pngFirefox-LabelToolItem.pngCode:LabelToolItem labelRecord = new LabelToolItem("Scheda"); LabelToolItem labelPage = new LabelToolItem("Pagina"); ... toolBar.add(labelRecord); ... toolBar.add(labelPage); ... layoutContainer.add(toolBar); toolBar.layout(); layoutContainer.layout();
-
11 Apr 2011 6:12 AM #2
Similar Threads
-
[PR5] Portal not working properly
By nextSTEP in forum Ext: DiscussionReplies: 1Last Post: 31 Mar 2011, 12:49 AM -
LabelToolItem color in Toolbar for Slate theme
By gaspo100 in forum Ext GWT: DiscussionReplies: 0Last Post: 29 Nov 2010, 6:50 AM -
combobox not working properly
By LeonardoH in forum Ext 2.x: Help & DiscussionReplies: 11Last Post: 23 Feb 2009, 12:14 AM -
Ext not working properly on my project
By rafanami in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 27 Mar 2007, 10:51 AM


Reply With Quote