Ticket #7469 (closed defect (bug): fixed)
Bad image path
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
In the file source:trunk/wp-includes/js/tinymce/wordpress.css there are two mentions of url(img/items.gif)
However, this image doesn't exist relative to the wordpress.css file.
These lines should probably be changed to:
url(themes/advanced/skins/default/img/items.gif)
Ciao!
Attachments
Change History
- Owner changed from anonymous to azaozz
Patch makes sense but I can't see where this image is actually used.
- Status changed from new to closed
- Resolution set to fixed
- Status changed from closed to reopened
- Summary changed from Bad image file to Bad image path
- Resolution fixed deleted
- Milestone changed from 2.7 to 2.6.1
Replying to westi:
Patch makes sense but I can't see where this image is actually used.
You're right. The image is not used any more in the default configuration, but since it is part of the editor, better to fix it.
Re-open for 2.6.1
Note: See
TracTickets for help on using
tickets.

