Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View codefactor's full-sized avatar

Scott McGhee codefactor

  • SAP SuccessFactors
View GitHub Profile
@codefactor
codefactor / CustomFormsContext.tsx
Last active February 6, 2023 20:55
An updated version of withJsonFormsCellProps that adds a translated error message
import {
CellProps, ControlElement,
getCombinedErrorMessage,
getErrorAt,
getErrorTranslator,
getSchema,
getTranslator,
JsonFormsState,
OwnPropsOfCell,
Resolve
@codefactor
codefactor / ie9_problem.html
Created August 26, 2011 23:25
IE 9 Weird Horizontal Scroll Bar Issue
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
#scroller{
overflow: auto;
width:500px;
@codefactor
codefactor / testStyleSheet2.html
Created May 10, 2011 22:13
StyleSheet utility problem inside IE <= 7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Stylesheet Testing</title>
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js" charset="utf-8"></script>
<script type="text/javascript">
YUI().use("event", "stylesheet", function(Y){
var stylesheet = new Y.StyleSheet();
@codefactor
codefactor / testStyleSheet.html
Created April 26, 2011 21:20
StyleSheet utility problem inside IE <= 7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Stylesheet Testing</title>
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js" charset="utf-8"></script>
<script type="text/javascript">
YUI().use("event", "stylesheet", function(Y){
var stylesheet = new Y.StyleSheet();