Opened 11 years ago
Closed 11 years ago
#11147 closed defect (fixed)
ScrollingTabContainer - Programmatically Adding Tabs Presents an Extra Gap Between Butons.
Reported by: | David Walsh | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When you programmatically add tabs to a ScrollingTabContainer? or TabContainer? with existing tabs, an extra "gap" can be seen between the existing tabs and the first programmatically added tab (example image of the issue is attached).
The solution is to remove the "\n\t\t" directives within the ".nowrapTabStrip" DIV in the "templateString" option. Patched class attached.
Attachments (3)
Change History (6)
Changed 11 years ago by
Attachment: | Problem-Example.png added |
---|
Changed 11 years ago by
Attachment: | ScrollingTabController.js added |
---|
Patched ScrollingTabControler?.js Class.
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Ah I see, thanks, I'll remove the whitespace, good catch.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Image displaying the issue.