Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58828, comment 11


Ignore:
Timestamp:
03/13/2024 04:21:45 AM (2 years ago)
Author:
anonymized_14808221
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58828, comment 11

    initial v1  
    33I do not know about @NekoJonez who seems to experience the same issue, however me and my clients usually are on Macs, making this the only "common" thing - since it happens on Firefox, Chrome, Safari... no matter.
    44
    5 The `<iframe src="update.php?action=update-selected&amp;plugins={plugin-files-here}&amp;_wpnonce={nonce-here}" style="width: 100%; height: 100%; min-height: 750px;" frameborder="0" title="Update progress"></iframe>` is just never shown until the updates are done. It does actually use the space in the HTML but its contents are not shown. Only once the process is done, the contents are shown.
    6 
    7 It appears to me the iframes' body is simply empty, until the updates are done.
     5The `<iframe src="update.php?action=update-selected&amp;plugins={plugin-files-here}&amp;_wpnonce={nonce-here}" style="width: 100%; height: 100%; min-height: 750px;" frameborder="0" title="Update progress"></iframe>` body is simply empty, until the updates are done. It does actually use the space in the HTML but its contents are not shown (`body` is empty). Only once the process is done, the contents are shown.
    86
    97There are no errors in the console at all.