Bullets and Numbering not Working in TinyMCE

Bug #399396 reported by Nat Katin-Borland
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Paul Everitt

Bug Description

Bullets and numbering are not working on TinyMCE. When you're in the edit screen and use the bullets or numbering function it appears to be working, but once you hit submit the bullets or numbered list don't display in the content. When you go back to the edit screen the bullets/numbers are still there.

Changed in karl3:
assignee: nobody → Paul Everitt (paul-agendaless)
importance: Undecided → Medium
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

I *think* this might be something copied over from peopledir. I found the CSS rule that causes the <li> to not get the bullet. It is in themedstyles.css line 691:

#peopledir-section ul, li {
    list-style:none;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

Looking at the surrounding rules, I see that the others don't have the comma in the selector. The comma means "match on an li anywhere". I'll remove the comma and see how it goes.

Changed in karl3:
assignee: Paul Everitt (paul-agendaless) → nobody
milestone: none → m23
status: New → In Progress
assignee: nobody → Paul Everitt (paul-agendaless)
status: In Progress → Fix Committed
Revision history for this message
Nat Katin-Borland (nborland) wrote :

Looks good - thanks for turning this one around so quickly!

Changed in karl3:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.