-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
investigate <select> FOUC #296
Comments
From @ajb on August 12, 2015 14:28 So it's pretty obvious what's happening: the page is loading before @jrubenoff, do you have any ideas here? My next step was to use the "Timeline" tab in devtools to investigate. |
Ideally we would render the markup server-side. Was never quite sure why we're using JS for this. I understand the switch would take effort, though. |
From @ajb on August 12, 2015 18:5 Yeah, I'll consider that as a possible option. The biggest reason is that Maybe the solution is to render the wrapper server-side for some things, On Wed, Aug 12, 2015 at 2:03 PM, Josh Rubenoff [email protected]
Adam Becker |
From @ajb on October 6, 2015 18:55 Fuck it, putting this on |
From @ajb on October 6, 2015 18:55 Wrapping things server-side is really crappy, since we would need to monkey-patch Rails' form helpers. |
From @ajb on August 5, 2015 15:39
http://take.ms/F5AFT
Copied from original issue: dobtco/dobt#1286
The text was updated successfully, but these errors were encountered: