Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#24344 closed defect (bug) (fixed)

More Tag not visible in the Visual Editor

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 (9)

#1 @SergeyBiryukov
11 years ago

  • Description modified (diff)

#2 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.6

The classes aren't missing, they were renamed in [24215].

Confirmed with SCRIPT_DEBUG off. Looks like the bumpbot didn't update $tinymce_version, so the compressed file (wp-tinymce.js.gz) is stale. The last update was 3 weeks ago in [24113].

Last edited 11 years ago by SergeyBiryukov (previous) (diff)

#3 @azaozz
11 years ago

The classes were renamed attempting to fix #24177. Still need a confirmation that actually fixes it in all cases (it's a weird bug in Chrome not applying the css inside the editor).

However that shouldn't break the functionality. After bumpbot runs the styling would fall back to the default editor styles.

#4 @kovshenin
11 years ago

  • Keywords close added

Looks like this is fixed now.

#5 @SergeyBiryukov
11 years ago

  • Keywords close removed

$tinymce_version is still the same in trunk, and I can still reproduce with SCRIPT_DEBUG off.

#6 @kovshenin
11 years ago

Sergey: ah, missed the script debug part, thanks for clarifying!

#7 @SergeyBiryukov
11 years ago

#24379 was marked as a duplicate.

#8 @coreygilmore
11 years ago

  • Cc corey@… added

#9 @SergeyBiryukov
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [24485].

Note: See TracTickets for help on using tickets.