#18419 closed defect (bug) (fixed)
TinyMCE Anchor doesn't render in Visual Editor
| Reported by: | MadtownLems | Owned by: | jakemgold |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | TinyMCE | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
#2
@
15 years ago
- Resolution fixed
- Status closed → reopened
3.3-beta-1 still has this issue. Re-opening like you said I could :)
#4
follow-up:
↓ 9
@
15 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Should be fixed in [18660], feel free to reopen if that still happens.