Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Workspaces In New Tab

How are you able to open Workspaces in a new tab in the Chrome browser instead of a whole different window? In many courses, including JavaScript Basics and How to Make a Website, they were able to do this.

2 Answers

I got it to open in a new tab by opening the "Workspaces" link in the sidebar in a new tab and, then, opening my desired Workspace in a new tab from that screen.

Because of how the object is set up on the video player screen, it doesn't allow for Chrome to recognize the button as a hyperlink, just a function call. At least, that's what it seems like to me.

Thanks karis, that helped.

No prob! Can you give me an upvote or mark as "best answer"? So that it counts toward my profile stuff :)

How do I give you a thumbs up? Cuz that worked :)

I had the same problem with Chrome on a Mac in the HTML-CSS course...Here may be another way for any others with the same problem... When clicking on the Launch Workspace button on the video, it would open a separate window (unlike what is shown in the video). When I clicked the Preview Workspace it would open a new tab in the original browser window and display the code. I found arranging the two windows by resizing and having the workspace window on my left and other window with video and the new tab displaying the code on my right that I could view the code while seeing the changes displayed in the alternate window. I do have to save the changes in workspace, and the refresh the tab displaying the code to see the changes.