acdf091f84
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> |
||
---|---|---|
.. | ||
appSpec.js | ||
breadcrumbSpec.js | ||
detailsviewSpec.js | ||
favoritesfilelistspec.js | ||
favoritespluginspec.js | ||
fileactionsmenuSpec.js | ||
fileactionsSpec.js | ||
filelistSpec.js | ||
filesSpec.js | ||
filesummarySpec.js | ||
fileUploadSpec.js | ||
mainfileinfodetailviewSpec.js | ||
newfilemenuSpec.js | ||
tagspluginspec.js |