Ticket #222 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Color Picker has an undefined uiObject

Reported by: pdeschamps Owned by: pdeschamps
Priority: P2 Milestone: 2.0
Component: Widgets Version: 1.1.1
Severity: Major Keywords:
Cc: External ID:
state: New Browser: All
Operating System: All

Description

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) {

Change History

Changed 4 years ago by pdeschamps

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.