Hay,
There is a bug for combobox in ie6:
find EXT\examples\form\combos.html,and change the code:
Code:
</head>
<body>
<h1>Combo Boxes</h1>
<p>The js is not minified so it is readable. See <a href="combos.js">combos.js</a>.</p>
like this:
Code:
</head>
<body>
test test error!!!
<h1>Combo Boxes</h1>
<p>The js is not minified so it is readable. See <a href="combos.js">combos.js</a>.</p>
and then,u can get a error of runtime ,and report"object has no attribute"!
In fact,anything without market will raise this error.so I think that a problem!