Opened 12 years ago
Closed 12 years ago
#8590 closed defect (fixed)
TooltipDialog defines class instead of baseClass
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TooltipDialog?.js has
"class": "dijitTooltipDialog"
but shouldn't this be
"baseClass": "dijitTooltipDialog"
to match the changes in [14624] since it inherits from ContentPane??
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [16576]) Make TooltipDialog? class parameter work correctly (being added to the node rather than replacing the baseClass, dijitTooltipDialog.
Note: See
TracTickets for help on using
tickets.
Agreed.
This means though that I have to make sure that calls to orient() don't erase the user defined class.