#17546 closed defect (fixed)
Dragging the hue mover of the ColorPicker does not update the color.
Reported by: | Sefer | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.6 |
Component: | DojoX Widgets | Version: | 1.7.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dragging the mover of the hue bar in the ColorPicker? does not update the color.
I think the bug is in the _SetTimer function. The _SetTimer function has the following if-statement: if(mover.node != this.cursorNode){ return; }
This if-statement should also accept this.hueCursorNode.
Change History (4)
comment:1 Changed 7 years ago by
Owner: | set to Colin Snover <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 Changed 7 years ago by
Milestone: | tbd → 1.7.6 |
---|---|
Version: | 1.9.1 → 1.7.5 |
Note: See
TracTickets for help on using
tickets.
In 6bb42330a280f952415d49887cd903a440dc9475/dojox: