Opened 11 years ago
Closed 11 years ago
#9955 closed defect (fixed)
TabContainer: Updating ContentPane title Doesn't update new TabContainer menu
Reported by: | mark007 | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
When updating the title of a contentPane within a tab container using tabcontainer.attr('title','hello'), the tabcontainer reflects this change on the tab itself, but not in the small drop down menu that is featured on the new tabcontainer.
See the test page below, with the latest 1.4 nightly, when you rename tab 1, the tab itself gets renamed, but clicking on the "down arrow" still shows "Tab 1" instead of "Tab 1 renamed"
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/test_TabContainer.html
Change History (4)
comment:1 Changed 11 years ago by
Owner: | set to Shane O'Sullivan |
---|---|
Summary: | Updating ContentPane Title Doesn't update new TabContainer menu → TabContainer: Updating ContentPane title Doesn't update new TabContainer menu |
comment:3 Changed 11 years ago by
(In [20264]) Refs #9955 Fixes issue where updating the title of a Tab in the TabContainer? doesn't update the dropdown menu item for that tab.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ah, good catch, Shane, you want to patch this?