andycrespo27 / flexigrid

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

Mouse Over showTableToggleBtn div disappears #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Install files according to Wiki , configure DB , etc.
2. Move mouse over show/hide Toggle in <thead>
3. Try to move mouse on the pop-up div with show/hide cols

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

If i go directly towards the div, it disappears instantly and I can't toggle 
columns. 

If i go on the column separator line, the div won't hide.

Obs : in order to open the show/hide cols <div> , i need to move my cursor on 
the edge of two cols, thus preventing that element from hiding in the blink of 
an eye

What version of the product are you using? On what operating system?

Flexigrid for jQuery -  v1.1
Jquery v1.6.2

Please provide any additional information below.

Tried on both Firefox 5 and IE 8.

And I've search forums and other topics, didn't find anything relevant.

Original issue reported on code.google.com by cristi...@gmail.com on 20 Jul 2011 at 1:57

Attachments:

GoogleCodeExporter commented 8 years ago
then I decided to tinker with the CSS and it kind of worked properly after i 
increased the width and size of div.nBtn elements

Original comment by cristi...@gmail.com on 21 Jul 2011 at 11:46

GoogleCodeExporter commented 8 years ago
problem solved

Original comment by cristi...@gmail.com on 22 Jul 2011 at 1:09

GoogleCodeExporter commented 8 years ago
hi,how do you solved?
can you show some code or css ?

Original comment by cxj...@gmail.com on 1 Aug 2011 at 7:04

GoogleCodeExporter commented 8 years ago
i simply increased the height of 

.flexigrid div.nBtn { 

height:29px; 

} 

from css/flexigrid.css, in order to fit in properly

Original comment by cristi...@gmail.com on 4 Aug 2011 at 9:09