-
12 Oct 2010 7:09 AM #1
[FNR] MessageBox Background Color Wrong In IE WIth GXT 2.2 When Using gxt-gray.css
[FNR] MessageBox Background Color Wrong In IE WIth GXT 2.2 When Using gxt-gray.css
Using GXT 2.2.0:
When we include gxt-gray.css in our project, the background color behind the text in a MessageBox.confirm window is blue instead of gray in IE. This can be seen using the GXT demo. It appears that in 2.2.0 the following was added to gxt-all.css, but no corresponding entry was added in gxt-gray.css.
Code:.ext-ie .x-window-plain .x-window-mc { background-color: #c9d5e4; }
-
13 Oct 2010 3:49 PM #2
Fixed in SVN (releases/2.2 rev 2262). Fix will be released in 2.2.1. For a workaround add this css to your application making sure the css loads last.
Code:.ext-ie .x-window-plain .x-window-mc { background-color: #e3e3e3; }
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FNR] ComboBox CSS bug - GXT 2.1.3
By badams in forum Ext GWT: Bugs (2.x)Replies: 1Last Post: 25 May 2010, 4:13 AM -
GXT DIALOG CSS (background color)
By FrankCA in forum Ext GWT: DiscussionReplies: 1Last Post: 14 Jan 2010, 9:50 AM -
Unable to load gxt-gray.css
By sundhar_v in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 30 Nov 2009, 1:57 AM -
Trunk: com.extjs.gxt.ui.client.GXT can't find gray theme
By jbaxter in forum Ext GWT: Bugs (1.x)Replies: 0Last Post: 9 Feb 2009, 8:43 AM


Reply With Quote