Opened 11 years ago
Closed 8 years ago
#11135 closed defect (fixed)
[patch[cla] dojox.drawing horizontal toolbar still draws vertically
Reported by: | foobarfighter | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | DojoX Drawing | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Looks like you added to y when you meant to add to x.
Attachments (3)
Change History (9)
Changed 11 years ago by
Attachment: | drawing.patch added |
---|
comment:1 Changed 11 years ago by
Changed 11 years ago by
Attachment: | drawing.2.patch added |
---|
comment:2 Changed 11 years ago by
Ok... I just realized that this problem extends to plugins as well. My other patches were a little premature. Check out drawing.3.patch
Changed 11 years ago by
Attachment: | drawing.3.patch added |
---|
comment:3 Changed 11 years ago by
Component: | General → DojoX Drawing |
---|---|
Owner: | changed from anonymous to Mike Wilcox |
comment:4 Changed 10 years ago by
Milestone: | tbd → future |
---|
comment:5 Changed 8 years ago by
Milestone: | future → 1.9 |
---|---|
Owner: | changed from Mike Wilcox to dylan |
Priority: | high → low |
Status: | new → assigned |
Summary: | dojox.drawing horizontal toolbar still draws vertically → [patch[cla] dojox.drawing horizontal toolbar still draws vertically |
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was already fixed/applied at some point in the past.
Note: See
TracTickets for help on using
tickets.
Eventhough h and w are the same, the second patch is technically more correct.