Opened 5 years ago
Last modified 5 years ago
#53034 new defect (bug)
Overflowing text on Update WordPress screen
| Reported by: | sumitsingh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Upgrade/Install | Version: | |
| Severity: | normal | Keywords: | has-screenshots needs-patch |
| Cc: | Focuses: | ui, css, administration |
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
@
5 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
@
5 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
@
5 years ago
- Focuses css added
- Keywords needs-patch added
- Version 5.7.1
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.
#7
@
5 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>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
UI Issue