i have buttons in openerp which are dynamically visible on certain conditions in my module when i run this n IE8 all the buttons are visible and fields which are set to be dyamic visible..But when i run my module in compatibiity mode. it all works..I want to know why it fails in IE8 w/o compatibility mode.

link|improve this question

41% accept rate
feedback

2 Answers

issues are with java script libs and css, better start using it in Firefox.

link|improve this answer
Thats not the answer of my question. – bhaskaragr29 Jul 28 '11 at 12:25
feedback
up vote 0 down vote accepted

Thanks i got the solution. actually in form.js where it hides the field in that parent is getting null in case of IE. now solved. Thanks

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.