jQuery UI Widgets › Forums › Grid › focus of "mouse over" in grid gets lost when I scroll
This topic contains 8 replies, has 2 voices, and was last updated by Dimitar 9 years, 3 months ago.
-
Author
-
focus of “mouse over” gets lost in grids when I scroll in IE(version 11) a webpage which is bigger then screen and contains several grids.
If I scroll back to the top of the page, the focus comes back.How to keep the mouse over focus?
Hello gtielemans,
Can this issue be reproduced with any of the online demos? If so, please share how to do this step-by-step. If not, please provide us with an example we can test locally.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/If you create a form “bigger then screen” and you put almost the same fields in the grid with lots of <br /> in between, then the upper part will work in IE, but as soon as you scroll down to go the last one, the focus is gone.
I use jqwidgets 3.8.0. Windows serverrsoemthing like, like:
<div align=center>
<br />
Learning objectives
<br /><br />
</div>
<div id=”jqxgrid_record_overview5a”></div>
<div id=”jqxgrid_record_overview5b”></div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id=”jqxgrid_record_overview5c”></div>Hi gtielemans,
We do not experience any issues with the following example: http://jsfiddle.net/wwshevzL/. Do you?
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/These are view grids, not edit grids…
mmm.. when I added in your example in jsfiddle editable: true,
the focus stays in chrome, but in IE editable is not showing
Hi gtielemans,
We tested our example, but with
editable: true
. We experienced no issues – the hover effect remained and all three grids were editable.Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/in IE??
Hi gtielemans,
Yes, we tested with both Internet Explorer 9 and 11 and see no difference with the behaviour in Chrome. Please note that the “hover” effect will only stay if the mouse is over the row/cell.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.