nextcloud/apps
Daniel Calviño Sánchez acdf091f84 Compress siblings before calculating the available width for crumbs
When the parent element of the breadcrumbs was resized to a larger width
and the siblings of the breadcrumbs expanded to fill all the available
width some crumbs could be hidden even if there was enough room for
them. The reason was that the width of the siblings being used to
calculate the available width for the breadcrumbs was the expanded width
of the siblings. Now as many crumbs as possible (that is, fitting in the
parent, no matter the siblings) are first shown so the expanding
siblings are compressed before calculating the available width.

Due to the lack of support for flexboxes in PhantomJS the related unit
test is skipped; it has to be run in other browser, like Firefox.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-28 15:03:26 +01:00
..
admin_audit Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
comments Merge pull request #8355 from nextcloud/fix-comments-num-index 2018-02-26 17:12:57 +01:00
dav Loglevel is an int 2018-02-27 10:45:35 +01:00
encryption [tx-robot] updated from transifex 2018-02-24 01:12:16 +00:00
federatedfilesharing [tx-robot] updated from transifex 2018-02-22 01:12:26 +00:00
federation [tx-robot] updated from transifex 2018-02-27 01:14:26 +00:00
files Compress siblings before calculating the available width for crumbs 2018-02-28 15:03:26 +01:00
files_external [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
files_sharing Merge pull request #8569 from nextcloud/cleanup_unused_static_sharing 2018-02-28 13:09:06 +01:00
files_trashbin Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
files_versions Use normal header() calls instead of private method calls 2018-02-19 09:40:25 +01:00
lookup_server_connector Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
oauth2 [tx-robot] updated from transifex 2018-02-27 01:14:26 +00:00
provisioning_api Fix tests 2018-02-27 22:03:40 +01:00
sharebymail [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
systemtags Merge pull request #8355 from nextcloud/fix-comments-num-index 2018-02-26 17:12:57 +01:00
testing Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
theming [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2018-02-21 01:12:10 +00:00
updatenotification [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
user_ldap [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
workflowengine Make the Outlook and Thunderbird addons identifyable 2018-02-27 14:37:32 +01:00