Opened 7 years ago
Closed 7 years ago
#17573 closed defect (fixed)
dojox.mobile.Heading should delete its labelNodeLen variable when a new label is set.
Reported by: | dg | Owned by: | Sebastien Brunot |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | DojoX Mobile | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
dojox.mobile.Heading should delete its labelNodeLen variable when a new label is set.
Otherwise the resize() function will use incorrect size.
Fix is simple, add "delete this.labelNodeLen;" to the label setter.
Change History (5)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to Patrick Ruzand |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Owner: | changed from Patrick Ruzand to Sebastien Brunot |
---|
comment:3 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Summary: | dojox.mobile.Heading should delete its nodeLabelLen variable when a new label is set. → dojox.mobile.Heading should delete its labelNodeLen variable when a new label is set. |
comment:4 Changed 7 years ago by
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I've created a pull request for a fix of this issue: https://github.com/dojo/dojox/pull/72