Skip to content

Notebook adds tabs before the add button#156

Merged
aarranz merged 1 commit intoWirecloud:developfrom
jpajuelo:hotfix/issue-#146
Apr 18, 2016
Merged

Notebook adds tabs before the add button#156
aarranz merged 1 commit intoWirecloud:developfrom
jpajuelo:hotfix/issue-#146

Conversation

@jpajuelo
Copy link
Copy Markdown
Collaborator

This pull-request fixes #146
The problem was that notebook added a tab at the end of their tab list and the add button. Now, notebook also adds tabs at the end of their tab list but before their add button.

this.tabsById[tabId] = tab;

var tabElement = tab.getTabElement();
this.tabArea.appendChild(tabElement, this.new_tab_button_tabs);
Copy link
Copy Markdown
Member

@aarranz aarranz Apr 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an API change :-/. 👎

@aarranz aarranz merged commit 8f2ab6b into Wirecloud:develop Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tab button get mixed between tabs

2 participants