On 15 April 2016 at 08:06, Erik de Hair <[email protected]> wrote: > >> If you could work with me to figure out what needs to be changed - >> hopefully it won't be too difficult to fix - then I'll be happy to put out >> a 1.12.2 patch release. (Also for the missing cancel buttons, per your >> other mail). >> > What kind of information do you need?
I've just done a review of the various .html files for each of the component in the wicket-ui. For the new stuff, under org.apache.isis.viewer.wicket.ui.components.layout.bs3.clearfix, there are one or two that don't specify the containing class, eg ClearFix.html, Col.html and BS3GridPanel.html. All the rest though are pretty much as they were. Would it be sufficient for you to add in a class for these missing components; perhaps use "bs3-" as a common prefix for all (eg "bs3-clearFix", "bs3-col" etc). And if so, perhaps you might like to raise a pull request with those changes? Thx Dan
