Home | History | Annotate | Download | only in flot

Lines Matching refs:fix

2428 			// Fix name and attach hooks
2988 event = jQuery.event.fix( event || window.event );
2998 // Use the fix-ed jQuery.Event rather than the (read-only) native event
3130 fix: function( event ) {
3148 // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2)
3328 }, function( orig, fix ) {
3330 delegateType: fix,
3331 bindType: fix,
3345 event.type = fix;
3399 // IE change delegation and checkbox/radio fix
3460 jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
3465 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
3468 jQuery.event.special[ fix ] = {
5912 // this can help fix replacing a parent with child elements
6000 // Fix #11809: Avoid leaking memory
6140 // Updated to fix #12266 where accessing context[0] could throw an exception in IE9/10 &
6141 // also doubles as fix for #8950 where plain objects caused createDocumentFragment exception
6318 // Fix "XHTML"-style tags in all browsers
6371 // Fix #11356: Clear elements from safeFragment
6698 // Add in properties whose names you wish to fix before
9435 // unfortunately, this causes bug #3838 in IE6/8 only, but there is currently no good, small way to fix it.