Ticket #18419 (closed defect (bug): fixed)
TinyMCE Anchor doesn't render in Visual Editor
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | TinyMCE | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| 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
Change History
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from Awaiting Review to 3.3
comment:2
MadtownLems — 4 months ago
- Status changed from closed to reopened
- Resolution fixed deleted
3.3-beta-1 still has this issue. Re-opening like you said I could :)
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.
The other issue is that the anchor is rendered, but the default CSS places it too low, since it expects it to sit in the autosave/word count table markup. The default CSS should place it inside the editor. The main editor should customize its position for the custom case.
Confirmed that the background image is missing when you add in an anchor button.
- Status changed from accepted to closed
- Resolution set to fixed
In [19190]:
comment:9
in reply to:
↑ 4
SergeyBiryukov — 4 months ago
Replying to jakemgold:
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.


Should be fixed in [18660], feel free to reopen if that still happens.