#9468 closed defect (fixed)
dojox.widget.Portlet fails to toggle due to dijit.TitlePane changes
Reported by: | Shane O'Sullivan | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Widgets | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The dijit.TitlePane was recently changed in [18285] to call the new _onTitleClick() function from a mouse click rather than directly calling the toggle() function. This breaks the Portlet toggling.
The TitlePane also introduced a new attribute called 'toggleable', which duplicates the functionality of the Portlet 'collapsible' attribute. 'collapsible' should therefore be removed.
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.4 |
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 12 years ago by
BTW you could save yourself some time (in situations like this) by just referencing the original ticket (#9254 in this case) in your checkin.
Note: See
TracTickets for help on using
tickets.
Shane fixed this in [18436] although it didn't get registered here.
Sorry I forgot to check for dojox extensions of TitlePane.