Ticket #864 (new New Feature)
Make subscript/superscript switchable
| Reported by: | virtimus@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IBM SF Discussion | Cc: | fredck, JoeK, dchojna@… |
Description (last modified by martinkou) (diff)
I've observed strange behaviour when switching between subscript/superscript (concerns situations when both are switched on). Added this to fcknamedcommand (start of execute function):
if (((this.Name=='Subscript') &&
(!FCK.EditorDocument.queryCommandState('Subscript')))
|| ((this.Name=='Superscript') &&
(!FCK.EditorDocument.queryCommandState('Superscript')))) {
FCK.ExecuteNamedCommand('RemoveFormat');
}
and voila - subscript/superscript works fine ...
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1428321&group_id=75348&atid=543656
Change History
Note: See
TracTickets for help on using
tickets.