Opened 11 years ago
Closed 11 years ago
#10574 closed defect (duplicate)
dojox.widget.ColorPicker does not work within a popup
Reported by: | timdp | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | colorpicker widget | Cc: | |
Blocked By: | Blocking: |
Description
The ColorPicker? widget doesn't seem to function correctly when instantiated using dijit.popup.prepare() - you can test with the following:
dojo.addOnLoad(function () {
dojo.require("dojox.widget.ColorPicker?"); var cp = new dojox.widget.ColorPicker?({}, dojo.create("div")); dijit.popup.prepare(cp.domNode); dojo.style(cp.domNode, { visibility: "visible", top: "10px" });
});
Change History (1)
comment:1 Changed 11 years ago by
Component: | General → Dojox |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dup of #10440