filepond container not scrollable

Created on 8 Oct 2018  路  11Comments  路  Source: pqina/filepond

Summary

Unable to scroll when there are more items then the height of the filepond--root.

How to reproduce

Set max-height on the filepond--root, upload more items than the height of the container.

Expected behaviour

Scroll the container.

Actual behaviour

Items go outside the container and are not scrollable.

Environment

Filepond version: 3.0.2

bug

All 11 comments

Hi, haven't tested yet, but before I before I do a quick question, have you updated both the JS and CSS of FilePond and related plugins?

I did. I use Filepond as a module from npm.

import { create } from 'filepond';
import 'filepond/dist/filepond.min.css';

Thanks for confirming @enisdenjo will get back to you as soon as possible.

@enisdenjo I just quickly tested this in Chrome but it seems to work correctly, did you have this problem in another browser maybe?

Okay, as I hit submit on the above message the bug jumps right at me.

I am on Chrome too, the latest one. So you've caught the bug? 馃槃

Haha thats right! One step closer to the fix. 馃榿

@enisdenjo Just published version 3.1.1 it should fix the issue. :-)

Sweet, I can confirm that it works!

However, the scroll container does not update when the window is resized. My .filepond--root has height: 100% locking its height to the parent. When loading the page everything works out great, but if I resize the window height the scroller does not update, looks kinda ugly but its not urgent since users don't do that often. 馃槃

Fantastic!

Yeah, it currently doesn't redraw on resize. Feel free to open a separate issue about that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samjmckenzie picture samjmckenzie  路  3Comments

Strenget picture Strenget  路  6Comments

vvtkachenko picture vvtkachenko  路  7Comments

oldrich-s picture oldrich-s  路  5Comments

jamesblasco picture jamesblasco  路  4Comments