EasyUI Forum

General Category => Bug Report => Topic started by: mzeddd on January 17, 2013, 06:57:03 AM



Title: Layout in IE9
Post by: mzeddd on January 17, 2013, 06:57:03 AM
I have just noticed the following layout presentation problem in IE9

- "Hide" arrow position changed
- Panel heading style changed

After "Hide" and "Unhide" operations for this panel it becomes normal.

Not sure if it could be reproduced on simple page like in DEMO examples but in my site I just need to press "Reload".

Have not tried with 1.3.1 on IE9, but on IE8 with 1.3.1 I had no such problem.


Title: Re: Layout in IE9
Post by: mzeddd on January 17, 2013, 07:45:34 AM
Update:

When I open "F12 Developer tools" and change in menu "Document mode: Quirks" to "Document mode: IE9 Standards" or any other this problem disappears.

But when I chenge it back to "Document mode: Quirks" it appears again.


Title: Re: Layout in IE9
Post by: Ellipsis on January 17, 2013, 08:29:00 AM
Have you set your doctype correctly?

IE needs a DOCTYPE.


Title: Re: Layout in IE9
Post by: mzeddd on January 21, 2013, 01:07:26 AM
Hi,

Yes,
Quote
<!DOCTYPE html>
fixes this problem.

But would be good to get fix in code as well


Title: Re: Layout in IE9
Post by: Ellipsis on January 21, 2013, 02:32:03 AM
Ok great! But I do not think this is a Easyui bug.
The developer has to determine the doctype he or she is going to use.