Opened 6 years ago
Closed 6 years ago
#18350 closed defect (fixed)
demos/bezier: GFX surface has wrong size
Reported by: | Eric Durocher | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | DojoX GFX | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
(Reported by @eftibug: https://github.com/dojo/demos/pull/6)
The surface is initialized using width/height properties of an object returned by domGeom.getContentBox, instead of w/h as it should be. The result is that the surface has a different size then its associated div, which can be seen by clicking in the bottom half of the rounded rect (points are not visible then).
Change History (1)
comment:1 Changed 6 years ago by
Milestone: | tbd → 1.11 |
---|---|
Priority: | undecided → high |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/dojo/demos/commit/cf9e324e8d1e346688f418f96268fadab73df7af. Thanks @eftibug <[email protected]…>