Ticket #1561 (closed Bug: fixed)
Style combo broken for applying a simple <nobr> tag
| Reported by: | MarkWB | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | Core : Styles | Version: | SVN (FCKeditor) |
| Keywords: | Confirmed | Cc: |
Description
Browswer: IE7 (none others tried) Several versions tried between: 2.5.beta ... 2.5.SVN 17275 (11/24/07)
Using either javascript for addition to FCKConfig.CustomStyles or XML method of applying <nobr>...</nobr> tags to custom styles doesn't work:
'No break' : { Element : 'nobr' }
OR
<Style name="No break" element="nobr" />
This works in version 2.4.3 (XML only of course)
Nothing happens on selecting a range, and then selecting 'No break' style.
Change History
Note: See
TracTickets for help on using
tickets.