daixufeng / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Flexigrid toolbar buttons and quick search objects not rendering in IE 7 (ok in FireFox) #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. display the flexigrid on a page using IE 7
2. click the quick search icon using IE 7

What is the expected output? What do you see instead?

When the page is rendered, you should see the toolbar button (Add, Delete, 
etc.), but they are not rendered. When you click the Quick Search icon, you 
briefly see the Quick Search field and buttons rendered, but then they 
disappear. These 2 problems occur only in IE.

What version of the product are you using? On what operating system?
Version 1.2.3 (I think). Using Php 5 with MySql

Please provide any additional information below.

Original issue reported on code.google.com by i...@glolar.com on 16 Aug 2011 at 7:02

GoogleCodeExporter commented 8 years ago
I detected the same problem in IE 8 and IE 9.

Original comment by pjsousa on 22 Aug 2011 at 10:22

GoogleCodeExporter commented 8 years ago
Same things happend again. 

Original comment by xxb.sk...@gmail.com on 15 Sep 2011 at 7:10

GoogleCodeExporter commented 8 years ago
I had to add "position: relative;" to the .tDiv2 style in flexigrid.css.  After 
that, my buttons show up correctly in IE.

Original comment by jhughes...@gmail.com on 14 Dec 2011 at 7:17