nprapps / commencement

The Best Commencement Speeches, Ever
MIT License
4 stars 2 forks source link

Bug: Hash url scroll conflicts with initial quote load #126

Closed jeremyjbowers closed 10 years ago

jeremyjbowers commented 10 years ago

Position of the tags area in the DOM changes because the initial quote has an unknown height until it loads -- so hasher isn't scrolling to the proper part of the page.

This should be really exciting to fix.

jeremyjbowers commented 10 years ago

Ugh.

jeremyjbowers commented 10 years ago

Rendering initial quote server-side (JFK) using a speech slug from the app_config; adds that quote to a javascript FEATURED list; clicking the refresh button pages through the list, now including the initial quote.