?
avatar Formatio-hippocampi
Formatio-hippocampi
17 Sep 2020

Steps to reproduce the issue

  • modify a Picture in Crop, Resize or Rotate,
  • click Save & Close
  • nothing is saved.

Expected result

Changes are saved.

Actual result

Changes are not saved.

System information (as much as possible)

php: Linux lamp10.cloudaccess.net 3.10.0-962.3.2.lve1.5.24.4.el6h.x86_64 #1 SMP Thu Nov 15 04:53:17 EST 2018 x86_64
dbserver: mysql
dbversion: 5.7.29-cll-lve
dbcollation: utf8_general_ci
dbconnectioncollation: utf8mb4_general_ci
dbconnectionencryption:
dbconnencryptsupported: true
phpversion: 7.3.21
server: Apache
sapi_name: cgi-fcgi
version: NightlyBuild - Joomla! 4.0.0-beta5-dev Development [ MaƱana ] 15-September-2020 19:15 GMT
useragent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:80.0) Gecko/20100101 Firefox/80.0

Additional comments

Save works.

avatar Formatio-hippocampi Formatio-hippocampi - open - 17 Sep 2020
avatar joomla-cms-bot joomla-cms-bot - change - 17 Sep 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Sep 2020
avatar infograf768
infograf768 - comment - 17 Sep 2020

Confirmed.
The issue appears after #30617 was merged.
Reverting that PR solves it here.
Looks like we did not test that aspect.

@SharkyKZ
@wilsonge

avatar SharkyKZ
SharkyKZ - comment - 17 Sep 2020

I can reproduce this on an older branch without #30617.

We perform an asynchronous request here and navigate away before it's finished:

This should be handled as synchronous request or something along the lines.

avatar infograf768
infograf768 - comment - 17 Sep 2020

Correct. Issue was before #30617

avatar SharkyKZ SharkyKZ - change - 22 Sep 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-09-22 12:35:17
Closed_By SharkyKZ
avatar SharkyKZ
SharkyKZ - comment - 22 Sep 2020

Please test PR #30730.

avatar SharkyKZ SharkyKZ - close - 22 Sep 2020

Add a Comment

Login with GitHub to post a comment