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

JavaScript JavaScript Loops, Arrays and Objects Tracking Data Using Objects The Student Record Search Challenge Solution

mathisvester
mathisvester
13,451 Points

Safari Bug

If I enter a name into the prompt dialog box in Safari (8.0.8), I will not get the specific 'student report' until I type 'quit' into it. Anyone who has similar experiences?

Use <a href="https://www.google.com/chrome/browser/desktop/" target="_blank">Chrome</a>

Samuel Yanez
Samuel Yanez
27,790 Points

Same problem here with Safari!

1 Answer

Sam Donald
Sam Donald
36,305 Points

Same.

  • I can only type "quit" to exit, pressing cancel just reloads the prompt.
  • If I type in a name (i.e. Dave) it doesn't print out until I type "quit" into the prompt.

Sometimes using double quotes instead single quotes makes some trouble unexpectedly in Safari.Especially in ids I realised this when I encountered the same problem you mentioned.