[ https://issues.apache.org/jira/browse/JSPWIKI-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831302#comment-13831302 ]
Marco Roeland commented on JSPWIKI-803: --------------------------------------- {code} Index: jspwiki-war/src/main/resources/ini/jspwiki_module.xml =================================================================== --- jspwiki-war/src/main/resources/ini/jspwiki_module.xml (revision 1545173) +++ jspwiki-war/src/main/resources/ini/jspwiki_module.xml (working copy) @@ -33,7 +33,6 @@ <author>Janne Jalkanen</author> <path>editors/plain.jsp</path> <minVersion>2.4</minVersion> - <maxVersion>2.9</maxVersion> <adminBean>org.apache.wiki.ui.admin.beans.PlainEditorAdminBean</adminBean> </editor> <!-- @@ -61,4 +60,4 @@ <minVersion>2.6</minVersion> </filter> -</modules> \ No newline at end of file +</modules> {code} > Too strict version requirement on plain editor, maxVersion set to 2.9 > --------------------------------------------------------------------- > > Key: JSPWIKI-803 > URL: https://issues.apache.org/jira/browse/JSPWIKI-803 > Project: JSPWiki > Issue Type: Bug > Components: Editors > Affects Versions: FutureVersion, 2.10 > Environment: General, tested on Linux and OSX. > Reporter: Marco Roeland > Priority: Minor > Fix For: FutureVersion, 2.10 > > > In {{jspwiki-war/src/main/resources/ini/jspwiki_module.xml}} there is an > upper limit (maxVersion is 2.9) specified on the version number for the > (default and often only) plain editor. > When you add another editor (e.g. CKEditor) and use a JSPWiki version higher > than 2.9 (current trunk reports 2.10) in the user preference options you can > only select other editors than the plain one. This has two issues: for one > any unrelated change in preferences leads to also selecting another editor. > And the second related issue is that you then can only go back to the plain > editor by deleting all user preferences. -- This message was sent by Atlassian JIRA (v6.1#6144)