Multiple tabs - only firing code in first tab
See original GitHub issueOkay so i love this package i just have this one error:
My setup:
"hyperlayout": {
"default": [
"npm start",
"cd ./frontend/src && gulp",
"git status"
]
}
It only runs the first command npm start
If i then remove the first so it looks like this:
"hyperlayout": {
"default": [
"cd ./frontend/src && gulp",
"git status"
]
}
it still only runs the first command cd ./frontend/src && gulp
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
Bootstrap tabs shown event only fires the first time and not on ...
@NikhilNanjappa - I'm using data-target for the <a> tabs to find the right panel instead of href (to prevent angular from taking it...
Read more >How to handle multiple tabs in Selenium | BrowserStack
In the code below, first get all the window handles, then switch to the tab to be closed. After this, close the driver...
Read more >When lightning:tabFocused is fired, handler is invoked ...
The issue is if I have n multiple tabs open - all of which are the same type of Lightning App Case Record...
Read more >Possibility to turn off first tab auto selection · Issue #76 - GitHub
If there are no tabs and a tab is added, the added tab should be selected and selection event should be fired immediately...
Read more >Application not working in multiple tab's
Hi, It is possible to run as many instances of one Neptune UI5 application side by side in different tabs. The onInit event...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m also on OS X. Stepping through the code I noticed that with my generated queue it never got to the point of running the cmd action for the second pane. Basically the queue stopped processing after the split. Want to try to look at it some more today, but it seemed like the problem was that nothing was processed after https://github.com/timolins/hyperlayout/blob/master/index.js#L93, it just exited all the way back up the work stack. Like I said I’ll try to take another look later to see if it’s more of a work() problem, or more how the queue is being generated. I don’t fully understand how that works just yet.
Here goes
hyperlayout
0.2.1! 🎉@sp90