subscribe!
seriously, has anyone found a fix for this?
you get any resolution on this? I have the same problem (jqGrid 3.7.2)
tony said:
Hello,
This resolve the problem just in your particular case. Doing this in the demo prevent always key navigation.
Please check your CSS.
Kind Regards
Tony
the problem apperas to be related to the DOCTYPE declaration. If I don't have it on my page, weirdness ensues as documented her and also with jsTree. Odd. See
I combed the CSS for 2 days and was unable to find the root cause of the quirk. All the CSS generated by the errant span is inline, what more can I do? (this isn't a complaint, it's a serious request for help/assistance/advice)
I too have a similar problem: If I pass a function to gridComplete (to attach styles and events to the loaded table) it works fine. If I attach an object method with the same code as the working function the jquery collections in the method that I use to attach styles to are empty. It appears that this type of event is fired before the jqGrid is fully loaded.
loadComplete: window.dataGrid.finalizeDataGrid(),
As far as I can tell, it's b/c passing a function or method of any type is a fundamentally different Javascript operation that copying a function i.e. the difference between
loadComplete: window.dataGrid.finalizeDataGrid()
and
loadComplete: window.dataGrid.finalizeDataGrid
Not sure of a workaround other than changing the way my backing object is set up. Some background on this (not so) subtle difference here. If anyone with greater JavaScript-fu can shed some light and help me accomplish what I need without breaking my model, I'd appreciate…
UPDATE: The answer came to me right after I posted this, and I suspect something similar would help @markbennet as well:
SOLUTION (?)
I don't know why the visual bug manifestes
Thanks!
works but you need to remember to put the “tooltip” div into your HTML (even if it's empty) and set the css for the tooltip div to position: absolute
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top