Luke Whitmore

Results 21 comments of Luke Whitmore

> Going through the composer files dependencies I've found the following with regard to 9.0 compatibility. > > * admin_toolbar: use version 2.2 > * **[needs review]** contentajs: created an...

Looks like the newer versions of DrupalVM specify the following in composer.json: ```vagrant@drupalvm:/var/www/corporate$ more composer.json { "require": { "geerlingguy/drupal-vm": "4.*", "drush/drush": "^10.2" } } ``` As we're still using Drupal...

Same problem here .. sounds like a great app, would be great to get it working here.

Further to this, I can confirm that the error only occurs when the progress meter is used for the file upload form widget. If 'throbber' is selected, the upload is...

Hi @csandanov I'm testing this on Drupal 9.1.8 at the moment

`PHP_TAG=7.4-4.19.0` works fine. It seems the update for uploadprogress from `1.0.3.1` to `1.1.3` might be causing problems.

Hi @csandanov just tried this with a vanilla install. The upload works with the 'throbber', but if I switch to progress meter, it fails. ![image](https://user-images.githubusercontent.com/33448330/119492908-87052d80-bd57-11eb-953a-17b26f0c3e57.png) (via http://example.local:8000/admin/structure/media/manage/image/form-display)

Ah .. that makes a lot of sense! What do you think the best solution is for `wodby/drupal-php` @csandanov ?

That's not an option in this case unfortunately. Is there a way use a recent tag, but pin the version of uploadprogress to `1.0.3.1` ?