I've created an application using Primefaces. It works well on Firefox, Chrome and IE 9. But there are many issues using the application on IE 7.0.5730.13.
I'll list some problems:
- DialogBox opens after clicking twice on a Button and page refresh
- DropDownBox is just a gray box, only after clicking on it the list opens, it just don't looks like a standard DropDownBox
- Tree table does not look well, some nodes pass over the tree table and just hang there
It looks that Primefaces is not compatible with IE 7.0.5730.13.
I researched a lot, but couldn't find anything on that issue.
Thanks in advance.
EDIT
For all those, who still have problems with Dialog Boxes in IE Browsers
- remove "modal=true"
- set a fix width for your dialog box
- set a fix height for your dialog box