#11447 closed defect (bug) (fixed)
"Crunching" overlaps image name
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Upload | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
See attached screenshot.
Attachments (4)
Change History (14)
#1
@
15 years ago
But how to solve? Adding a grey border to the term? We must keep in mind that there is a status-bar in the background as well that is filling up while crunching....
#2
@
15 years ago
The status bar has already filled when crunching begins, so we could just add a solid background the colour of the status bar to the crunching notice, I guess. Not a terribly elegant solution, but...
This would also be helped if image names weren't centred during uploading. They aren't centred any other time anyway, so there's no reason for them to be centred in the first place.
#3
@
15 years ago
I was looking into this. The text of the image is actually displayed above the Crunching... text, so no luck with background colors. For debugging purposes I made the crunching text red and attached a screenshot.
Related URL: wp-admin/media-upload.php?post_id=3&type=image&tab=type
Related: #11446
#4
@
15 years ago
Patch did fix for me. Remember to enable style_debug:
// use .dev.css styles instead of the packed ones. define('STYLE_DEBUG', true); // use .dev.js scripts instead of the packed ones. define('SCRIPT_DEBUG', true); define('CONCATENATE_SCRIPTS', false);
bad, bad, bad...