[wp-trac] [WordPress Trac] #24344: More Tag not visible in the Visual Editor

WordPress Trac noreply at wordpress.org
Wed May 15 10:27:58 UTC 2013


#24344: More Tag not visible in the Visual Editor
--------------------------+------------------------------
 Reporter:  esmi          |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  TinyMCE       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------
Description changed by SergeyBiryukov:

Old description:

> 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.

New description:

 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.

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/24344#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list