Bug #13586
Sprites aren't displayed correctly in frontend editing
| Status: | Resolved | Start date: | 2011-03-03 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Jeff Segars | % Done: | 0% |
|
| Category: | Editing Form | |||
| Target version: | 1.5.0 | |||
| Votes: | 0 |
Description
When editing of creating a new element with Advanced Frontend Editing, the sprit is always a red interogation mark (?).
This is very bad when you have much icons in the same place (i.e. when you choose the positioning of pictures).
See examples in the attached screenshots.
Greets
Tizian
Associated revisions
Fixed bug #13586: Missing icons on editing form.
History
Updated by Fabian Rennack about 2 years ago
Tizian Schmidlin wrote:
When editing of creating a new element with Advanced Frontend Editing, the sprit is always a red interogation mark (?).
This is very bad when you have much icons in the same place (i.e. when you choose the positioning of pictures).
See examples in the attached screenshots.
Greets
Tizian
can confirm w/ t3 v4.5.2 and adv. feedit rev4232. this is irritating especially for the target group of fe-editing. a timely fix would be very appreciated.
thx for the good work.
Updated by Jeff Segars about 2 years ago
- Category set to Editing Form
- Status changed from New to Resolved
- Assignee set to Jeff Segars
- Target version set to 1.5.0
Should be fixed in r4233. The issue was actually a bad icon path being calculated and causing TCEForms to use sprites when a normal icon was needed. Defining PATH_typo3_mod lets us work around that.