struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

What is the remaining work that needs to be done before version 4.0.1 can be released? #78

Closed sdutry closed 7 years ago

sdutry commented 7 years ago

I was just wondering what remains to be done before a version of the plugin that's compatible with struts 2.5.x

Looking at the issues that are part of the 4.0.1 milestone, it looks like most of the issues have been resolved.

Is there more work that needs to be done before a release will be made? If so, is it possible to list what still needs to happen?

This would make it easy to see where i could possible offer some help with.

jogep commented 7 years ago

Thank you for the help offer. Right now there is one issue left after upgrading to latest TinyMCE version I like to fix. If you open in the showcase the TinyMCE example it works, but when you the navigate somewhere else and come back then the editor is not initialized again.

Also I was thinking about supporting the new jQuery UI widget Selectmenu: http://jqueryui.com/selectmenu/

May as a replacement for the current ComboBox.

Also I need time for an upgrade guide. Especially the tree component has changed a lot.

sdutry commented 7 years ago

@jogep concerning the TinyMCE editor, could this be the cause? http://stackoverflow.com/questions/32519169/why-tinymce-fails-to-load-second-time

there, the selector was missing.

flofourcade commented 7 years ago

@jogep @sdutry Fixed tinyMCE issue, it works for me,please tell me if it works for you too so I can pass the issue as resolved

flofourcade commented 7 years ago

There's also the issue with jQuery 2 and the jQuery form plug in (see issue #45), onSuccessTopics broken ... jQuery form seems not to be in active development, I was wondering if we could patch the jquery.forms.plugin we're using to fix the issue ...

jogep commented 7 years ago

Version 4.0.1 is now released! Special thank you to @flofourcade and @sdutry for your contributions on this version.