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 trialCharles Harpke
33,986 PointsPreview button in the compiler...
Is anyone else having an issue viewing syntax errors in the 'Preview' section? It doesn't seem to yield...render anything. I have tried IE11, Chrome, Firefox and Safari. Pop up blocker is off...tried disabling a number of add ins... various combinations do not seems to work.
3 Answers
Craig Dennis
Treehouse TeacherI fixed this bug. Thanks again for reporting it, and so sorry for the frustration!
Craig Dennis
Treehouse TeacherHi Charles,
Is the code you posted in the previous post the one giving you no compiler error, or is it different code?
I've seen problems with infinite loops (while loops that never complete) in code blocking the preview pane.
If you let me know the code I will try and track down the problem. Thanks for the bug report!
Charles Harpke
33,986 PointsYes...it was the code that I previously posted giving me no compiler errors....
Craig Dennis
Treehouse TeacherThanks Charles I will figure out why that is happening. Sorry for the frustration. Thanks for bringing it to the forum!
Charles Harpke
33,986 PointsThank you!
boog690
8,987 Pointsboog690
8,987 PointsI'm also having trouble viewing syntax errors in the 'Preview' section. I'm running Google Chrome Version 39.0.2171.95 m.
Funnily, I used it as an opportunity to bash my head against the code until I found the error...
...my head hurts.