id summary reporter owner description type status priority milestone component version severity resolution keywords cc browser external_id os state 222 Color Picker has an undefined uiObject pdeschamps pdeschamps "In ApplicationDefinition.js line 929 widget.uiObj is undefined. This is due to the above block of code line 920: {{{ } else if (widget.uiClass == Jx.Button || widget.uiClass == Jx.Menu) { }}} I have changed it to include the Jx.Button.color in the else if as per Paul S's Instructions {{{ } else if (widget.uiClass == Jx.Button || widget.uiClass == Jx.Button.Color || widget.uiClass == Jx.Menu) { }}} " defect closed P2 2.0 Widgets 1.1.1 Major fixed All All New