diaspora/app/views
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
..
admins Fix design issues + pronto 2017-07-05 01:51:07 +02:00
api/openid_connect rename css classes for scss-lint 2016-10-18 15:05:28 +02:00
application Remove chartbeat and mixpanel support 2017-01-15 13:30:54 +01:00
aspect_memberships Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
aspects In jQuery 3 "#" is disallowed as a selector 2017-03-17 11:34:45 +01:00
comments refactoring CommentService 2016-03-07 05:52:54 +01:00
contacts Only display invite link on contacts page if invitations are enabled 2017-02-19 21:55:10 +01:00
conversations Disable autocomplete for the conversation form recipient input 2017-03-25 20:34:13 +01:00
devise check AppConfig.mail.enable? before displaying some view content 2016-11-17 22:52:18 +01:00
errors remove "not public" error page 2016-03-07 05:52:54 +01:00
help
home Link to diaspora* admin dashboard 2016-10-01 02:36:55 +02:00
invitations check AppConfig.mail.enable? before displaying some view content 2016-11-17 22:52:18 +01:00
layouts Fix: Failing 'Signs Up'-Feature Tests 2017-07-18 18:38:36 +07:00
maintenance
node_info Use translation for NodeInfo services 2016-09-18 22:44:48 +02:00
notifications Mentions in comments backend changes 2016-11-28 15:56:56 +02:00
notifier Mentions in comments backend changes 2016-11-28 15:56:56 +02:00
people Use typeahead on conversations 2016-11-13 20:08:59 +01:00
photos Remove id selectors for mobile photo show page 2017-01-15 02:03:00 +01:00
posts Remove unused posts/photo view 2016-11-23 01:52:16 +01:00
profiles rename css classes for scss-lint 2016-10-18 15:05:28 +02:00
publisher Merge branch 'next-minor' into develop 2017-04-26 22:18:02 +02:00
registrations rename css classes for scss-lint 2016-10-18 15:05:28 +02:00
report Refactor partials + pronto 2017-07-05 01:50:16 +02:00
reshares remove activity_streams, because it was always false ... 2016-08-08 19:37:10 +02:00
services rename css classes for scss-lint 2016-10-18 15:05:28 +02:00
sessions rename css classes for scss-lint 2016-10-18 15:05:28 +02:00
shared Clean up the footer links a bit 2017-07-05 01:59:18 +02:00
simple_captcha Fix mobile registration design 2016-02-07 13:42:52 +01:00
status_messages Use default visibility also for bookmarklet 2016-10-30 00:13:03 +02:00
streams Clean up the footer links a bit 2017-07-05 01:59:18 +02:00
tag_followings Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
tags Fix tag page when default aspect is "public" or a single aspect 2016-10-30 00:12:12 +02:00
terms Use nav-tabs for ToS 2015-06-04 18:05:45 +02:00
users Merge branch 'next-minor' into develop 2017-05-05 02:30:56 +02:00