Make WordPress Core

Opened 11 years ago

Last modified 11 years ago

#24344 closed defect (bug)

More Tag not visible in the Visual Editor — at Version 1

Reported by: esmi's profile esmi Owned by:
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: TinyMCE Keywords:
Focuses: Cc:

Description (last modified by SergeyBiryukov)

When clicking on the "Insert More Tag" button in the WYSIWYG editor, the more tag line is not visible. The <!--more--> tag has been added & can be seen in the Text Editor but not in the Visual pane.

Both:

img.mceWPmore {
    background: url("img/more_bug.gif") no-repeat scroll right top transparent;
}

and:

img.mceWPnextpage, img.mceWPmore {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    display: block;
    height: 12px;
    margin: 15px auto 0;
    width: 95%;
}

seem to be missing from content.css when checked using Firebug.

Using 3.6-beta3-24260 (lasest nightly 15/05/13) & Twenty Twelve. The issue has also been confirmed using other themes.

Change History (1)

#1 @SergeyBiryukov
11 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.