I'd like to change the styling of the listgrid when the user has focus on it (tabbing into the listgrid is quite hard to see with just those dotted lines around it). Is there any way to do this?
Announcement
Collapse
No announcement yet.
X
-
We wouldn't really recommend this. The display is OS-specific and sometimes browser-specific and users are familiar with the focus indicator on each platform. To do this right you would have to find a way to suppress the native display on each browser and platform, then replicate something close to the native display, or you'd disorient users.
-
The popup shows up, but the result screen is empty - when I put IE in debug mode I get an undefined error:
,isc.A.$v5=function isc_Canvas__getLastAutoIndexDescendant(){var _1=this.children;if(isc.Layout&&isc.isA.Layout(this))_1=this.members;if(_1!=null){for(var i=_1.length-1;i>=0;i--){var _3=_1[i].$v5();if(_3!=null)return _3}}
_1[2] is undefined in line var _3=_1[i].$v5()
Comment
Comment