Opened 16 years ago
Closed 16 years ago
#222 closed defect (fixed)
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: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
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) {
Note:
See TracTickets
for help on using tickets.