#18419 closed defect (bug) (fixed)
TinyMCE Anchor doesn't render in Visual Editor
Reported by: | MadtownLems | Owned by: | jakemgold |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
I'm adding the Anchor button to TinyMCE via plugin with the normal method.
Excerpt:
array_push($buttons, "anchor");
return $buttons;
The Anchor button displays fine. Clicking it presents a dialog box fine. Completing the dialog box inserts the necessary HTML. However, the problem is that a little picture of an anchor is no longer visible in the Visual Editor
Attachments (1)
Change History (10)
#1
@
13 years ago
- Milestone changed from Awaiting Review to 3.3
- Resolution set to fixed
- Status changed from new to closed
#2
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
3.3-beta-1 still has this issue. Re-opening like you said I could :)
#4
follow-up:
↓ 9
@
13 years ago
Turns out this regressed circa 3.2 from 3.1; the CSS background image stopped pointing up a level to the default skin image folder. Attaching patch.
Note: See
TracTickets for help on using
tickets.
Should be fixed in [18660], feel free to reopen if that still happens.