Hello Tony,
The bug report is based on this my answer on the stackoverflow. The 4.1.0 version of the actions formatter has new hovering effects on the action buttons which works wrong on the line which is in the inline editing mode after the clicking of the “Edit” action button. The hovering shows wrong image from the middle of the corresponding background image:

I suggest to change the action onmouseover for div.ui-inline-save, div.ui-inline-cancel from
jQuery(this).addClass('ui-state-hover');
to
jQuery(this).addClass('ui-state-hover');
jQuery('span',this).removeClass('ui-state-hover');
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top