diaspora/app/views/layouts
Finn Woelm 070ef782e6 Fix: Failing 'Signs Up'-Feature Tests
Up to now, scripts were loaded prior to the stylesheet in <head>. When
scripts are loaded before stylesheets, it is possible that scripts
execute on the DOM elements before styles are fully loaded. This can
yield unexpected results.

In the case of the features/desktop/signs_up.feature tests, it would
happen every so often that the scripts ran before styles were loaded.
For example, the app.views.Publisher class (responsible for actions
related to creating a new post) relies on the poll element being either
hidden (or poll options being defined). As per stylesheet, the poll is
hidden by default. But when the scripts run before the stylesheet has
loaded, the poll appears visible to the script and post submission is
disabled.

This is fixed by loading stylesheets prior to scripts. See SO for more
info: https://stackoverflow.com/a/1324720/6451879
2017-07-18 18:38:36 +07:00
..
_drawer.mobile.haml Add access to the report page on mobile for moderators 2017-07-07 08:58:42 +02:00
_footer.html.haml Clean up the footer links a bit 2017-07-05 01:59:18 +02:00
_header.html.haml Set max-width to 1200px for container-fluid 2016-02-06 14:15:04 +01:00
_header.mobile.haml Big refactor on mobile comments 2016-01-15 15:54:34 +01:00
_header_not_connected.haml Unify not connected header on desktop and mobile 2015-12-30 00:04:13 +01:00
application.html.haml Fix: Failing 'Signs Up'-Feature Tests 2017-07-18 18:38:36 +07:00
application.mobile.haml Remove chartbeat and mixpanel support 2017-01-15 13:30:54 +01:00
error_page.haml Add charset to error pages 2016-09-13 01:01:08 +02:00
notifier.html.haml rewrite notifier template with haml 2016-09-04 01:44:15 +02:00
notifier.text.haml use pod name helper in emails 2012-06-04 14:04:39 -07:00
with_header.html.haml dry up and modularize layouts 2013-03-06 19:00:34 +01:00
with_header_with_footer.html.haml dry up and modularize layouts 2013-03-06 19:00:34 +01:00