Opened 3 years ago
Last modified 3 years ago
#53034 new defect (bug)
Overflowing text on Update WordPress screen
Reported by: | sumitsingh | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-screenshots needs-patch |
Focuses: | ui, css, administration | Cc: |
Description
Hi,
I am facing issue and UI issue on update page. More information see mentioned screenshot.
Thank you.
Attachments (2)
Change History (9)
#1
follow-up:
↓ 2
@
3 years ago
Hi @sumitsingh,
It looks like the update failed to download the update ZIP, Can you please attempt to upgrade again?
#2
in reply to:
↑ 1
@
3 years ago
Hi,
Thank you for reply :)
2nd time i am able to update but what about text overflow ?
Replying to dd32:
Hi @sumitsingh,
It looks like the update failed to download the update ZIP, Can you please attempt to upgrade again?
#5
@
3 years ago
- Focuses css added
- Keywords needs-patch added
- Version 5.7.1 deleted
Then it is not related to version 5.7.1.
Removing the wrong version
information.
Concerning the UI overflows, something like that should be sufficient to fix the issue:
.update-messages { word-break: break-word; }
For now we try to avoid too much general rules for this kind of css declarations.
#6
@
3 years ago
- Summary changed from Update issue 5.7 to 5.7.1 to Overflowing text on Update WordPress screen
#7
@
3 years ago
Just for the information, When the update process starts it create below elements structure
<div class="wrap"> <h1>Update WordPress</h1> <p>Downloading update from <span class="code">https://wordpress.org/nightly-builds/wordpress-latest.zip</span>…</p> <p>The authenticity of <span class="code">wordpress-latest.zip</span> could not be verified.</p> etc.. </div>
UI Issue