diaspora/app
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
..
assets Merge pull request #7480 from Flaburgan/7402-space-comment-mobile-spv 2017-07-13 02:31:07 +02:00
controllers Merge pull request #7436 from SuperTux88/federation-update 2017-07-14 01:31:32 +02:00
helpers Always link comment count text on mobile 2017-07-12 16:00:26 +02:00
mailers Remove unused From headers 2017-02-16 03:09:39 +01:00
models Use ContactRetraction for stop sharing with someone 2017-07-03 03:14:42 +02:00
presenters Merge branch 'next-minor' into develop 2017-05-21 12:06:41 +02:00
serializers cleanup old attributes from code 2016-08-08 19:37:09 +02:00
services Merge branch 'next-minor' into develop 2017-02-18 23:00:59 +01:00
uploaders Increase maximal height of large thumbnail 2017-03-27 00:00:41 +02:00
views Fix: Failing 'Signs Up'-Feature Tests 2017-07-18 18:38:36 +07:00
workers Use ContactRetraction for stop sharing with someone 2017-07-03 03:14:42 +02:00