Please have a look at the given screen shot. When the focus from the Row is lost the hover does not disappear.
For instance opening another pop-up by right-clicking and pressing Edit would highlight some row but the highlight color does not disappear.
This started after installing 2011.1
Any ideas?
Could someone help me with this annoying issue?
We have upgraded to the new version hoping that there will be improvements. It is extremely fustrating when a grid that was working previously now is not. Our users are complaining, what should we say to them?
Tahir
Hello Tahir,
I have been looking into your issue and had tried to replicate it to no avail. I suppose you have some styling functionality implemented that could be affected by some internal code changes. Please let me know if this is reproducible within the Feature Browser samples, or is it in your project only so I can further investigate it.
Thanks in advance.
Please have a look at the sample. Right click on the first item and click "Open". The tab will open but if you go back to the first tab you will see the move hover.
In the sample I have used ForceFocus custom function but even the simple Tab.Focus() has the same problem.
The thread sleep is used to show the delay between loading data and opening tab. During this delay don't move the mouse, which means that the mouse will be on few rows under the selected one and when the new tab is opened the hover doesn't disappear from it.
Any luck with this?
Is anyone even looking at this?