Ticket #432 (closed defect: fixed)
Forum Rich Edit no longer supports indent/outdent
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | trivial | Milestone: | WebSite 0.2.1 |
Component: | Web Site | Version: | Website 0.2 |
Keywords: | Cc: |
Description
Added indent and outdent to Forum Rich Edit (on its Configuration Page in the Asset Manager) on the WebGUI demo site to test this. Our site uses these.
Can't indent text in posts in forums which use the Forum Rich Edit. If I preview the text, the indent gets lost. If I indent and then save post, the indent gets lost again...
thanks,
Ken
Change History
comment:2 Changed 14 years ago by kmaclean
- Status changed from new to closed
- Resolution set to fixed
The functions of the Rich Editor are really limited in two places. The first is the toolbar buttons. The second is in the Valid Elements section. Since the default Forum Editor is pretty simple, it heavily restricts the Valid Elements that it can use. In addition to turning on underline and indent/outdent, you also need to update the Valid Elements to tell the span section what it can use. As a shortcut you can use *[*] to allow all elements. Resolved by perlDreamer
Removed indent/outdent from Forum Rich Edit until we get a fix from WebGUI