Opened 11 years ago
Closed 11 years ago
#7165 closed defect (fixed)
TabContainer: supress title tooltip for all layout widgets that are TabContainer children
Reported by: | afryer | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently the title tooltip is supressed for a ContentPane? that is a TabContainer? child. This is currently not the case for a BorderContainer? and other layout widgets. The title tooltip supression should be added to all layout widgets so they can be used as TabContainer? children with the title attribute used to specify the Tab title.
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Summary: | supress title tooltip for all layout widgets that are TabContainer children → TabContainer: supress title tooltip for all layout widgets that are TabContainer children |
Version: | → 1.1.1 |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The test case was TabContainer --> BorderContainer --> Grid, and for some reason the title of the BorderContainer seeped through the grid. Fix is trivial but I want to try a test case.