-
26 Dec 2012 12:33 AM #1
Unanswered: [4.1.1a] Grid Columns Header Menu showing 404 pictures in IE8
Unanswered: [4.1.1a] Grid Columns Header Menu showing 404 pictures in IE8
Hi,
On IE8, some ugly images are shown after the text in the column headers menu:
bug.png
In Chrome it shows fine.
Could you tell me how to fix it?
I use a very simple HTML definition:
Code:<!DOCTYPE HTML> <html> <head> ...
-
28 Dec 2012 8:47 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
- Answers
- 3102
Just in IE8? I don't see the issue when looking at a grid example
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Jan 2013 6:06 PM #3
Firefox, Opera and Chrome display fine.
IE8 does not, and I cannot install IE9 on Windows XP.
I looked at the HTML generated, and IE8 seems to show that "picture not found icon" of size 28x30 whereas Chrome shows a blank image of size 1x1.
HTML (from Chrome):
Properties (from IE):Code:<img id="menuitem-1073-arrowEl" src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="">
data.png
It seems to set an "arrow" element but blank, as it's not a menu with a sub menu (the above code/screenshot is taken from the "Sort Ascending" element)


Reply With Quote