Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
