nextcloud/apps/files
Daniel Calviño Sánchez d122d054d3 Do not show the crumbs again after hiding them
After the changes in the previous commit "_showCrumb" no longer shows
the menu, only the same crumb that was hidden by the last call to
"_hideCrumb". Therefore, if the crumb was hidden because it did not fit
there is no need to try to show it again, as it will still not fit.

Moreover, the calculated width for a hidden element is not always
accurate; in some cases the calculated width is lower than the actual
width (it happens, for example, when using a background image like the
"Share" icon), which causea the crumb to be shown even if there is not
enough room, which in the end causes the siblings to overflow the
contents.

No unit tests for this one, though; you will have to trust me on this,
sorry ;-)

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-28 15:03:26 +01:00
..
ajax Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
appinfo Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
composer Update composer 2018-01-12 23:16:10 +01:00
css Merge pull request #7634 from Abijeet/bug-7539 2018-01-03 08:28:26 +01:00
img Add some whitespace around change.svg icon 2018-02-22 15:46:21 +01:00
js Do not show the crumbs again after hiding them 2018-02-28 15:03:26 +01:00
l10n [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
lib Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
templates Split move and copy operations 2018-02-15 18:51:12 +01:00
tests Fix menu visibility 2018-02-28 15:03:26 +01:00
download.php Use normal header() calls instead of private method calls 2018-02-19 09:40:25 +01:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00