Opened 13 years ago
Closed 13 years ago
#24344 closed defect (bug) (fixed)
More Tag not visible in the Visual Editor
| Reported by: | esmi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | TinyMCE | Version: | 3.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
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)
#3
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The classes aren't missing, they were renamed in [24215].
Confirmed with
SCRIPT_DEBUGoff. Looks like the bumpbot didn't update$tinymce_version, so the compressedwp-tinymce.js.gzfile is stale. The last update was 3 weeks ago in [24113].