Search Type: Posts; User: philiparad
Search: Search took 0.03 seconds.
-
27 Mar 2011 2:17 AM
Jump to post Thread: IE 9 and the DOCType by philiparad
- Replies
- 5
- Views
- 13,355
We faced the same problem when trying to use Ext3 on IE9: combo didnt open
and tree nodes no clickables.
We are using <!DOCTYPE html> as doctype.
First we have removed the doctype completely: Ext3... -
7 Mar 2011 6:37 PM
- Replies
- 11
- Views
- 2,140
You can move it to bugs.
Philip -
7 Mar 2011 6:34 AM
- Replies
- 11
- Views
- 2,140
Thank for your reply
First, I have found out that
Ext.util.CSS.getRule('.'+css).style.getPropertyValue('width')
is not working with IE8, so I have to use:... -
3 Mar 2011 5:31 AM
- Replies
- 0
- Views
- 836
Let say we have two separate CSS files, one after the other, like this:
<link rel="stylesheet" type="text/css" href="custom1.css"/>
<link rel="stylesheet" type="text/css" href="custom2.css"/>
... -
3 Mar 2011 5:21 AM
- Replies
- 11
- Views
- 2,140
Thanks again.
Philip -
3 Mar 2011 4:28 AM
- Replies
- 11
- Views
- 2,140
Correct. It returns an empty string.
Philip -
3 Mar 2011 4:17 AM
- Replies
- 11
- Views
- 2,140
Well... Actually it is working if they are in the same CSS file, one after the other, but not working if they are on separate files like:
<link rel="stylesheet" type="text/css"... -
3 Mar 2011 3:41 AM
- Replies
- 11
- Views
- 2,140
Thanks for your reply
Philip -
3 Mar 2011 12:06 AM
- Replies
- 11
- Views
- 2,140
Let say we have two CSS files, one after the other:
First file with:
.ppp{
position:absolute;
left:8px;
top:80px;
width:310px;
height:372px; -
21 Jul 2010 10:19 PM
- Replies
- 5
- Views
- 1,132
Hi mycrazydream
You can approach the problem in two ways:
1.To correct it in IE:
if(Ext.isIE)
{
var panel = Ext.getCmp('PanelId').el.dom.childNodes[0].childNodes[0];
... -
9 Feb 2010 11:03 PM
- Replies
- 0
- Views
- 861
Hi
I have a form with a select in it.
The problem is then when I click outside the select input, the select is chosen, and the list is display. See the image attached. When clicking anywhere in... -
9 Feb 2010 10:54 PM
- Replies
- 0
- Views
- 709
Hi
In Ext.form.ComboBox there is the function onTypeAhead:
onTypeAhead : function(){
if(this.store.getCount() > 0){
var r = this.store.getAt(0); ... -
8 Feb 2010 3:28 AM
- Replies
- 5
- Views
- 1,132
Hi
I have two panels inside a main Panel that has a layout:'table' :
FirstPanel=Ext.extend(Ext.Panel,{
,buttonAlign:'left'
,width:800
,height:15
,padding:'0px 0px 0px...
Results 1 to 13 of 13
