Ticket #7469 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

Bad image path

Reported by: docwhat Owned by: azaozz
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

wordpress.css.patch Download (684 bytes) - added by docwhat 4 years ago.

Change History

docwhat4 years ago

  • Keywords tested added; dev-feedback removed

comment:2 follow-up: ↓ 4   westi4 years ago

  • 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

(In [8614]) Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.7

comment:4 in reply to: ↑ 2   azaozz4 years ago

  • 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

  • Status changed from reopened to closed
  • Resolution set to fixed

(In [8615]) Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.6.1

Note: See TracTickets for help on using tickets.