Click or drag to resize

EAPCtrlUtilsApplyF8Fixes Method

For browsers other than IE many DOM element (e.g. DIV and TR) do not fire keyup events unless set up in a specific manner to do so. This method performs that set up including dealing with a number of oddities, some browser-specific.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ApplyF8Fixes(
	IAppContext cxt,
	WebControl ctrl
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UI.WebControlsWebControl
The control being fixed up.
See Also