Marco Del Percio
Marco Del Percio
Hi, I had the same problem and I fixed it with the following corrections. Not sure if they are 100% correct but they make sense to me: In bootstrap-slider.js around...
Add the latest **closure-stylesheets.jar** to your Build Path ``` public static void main(String[] args) { JobDescription job = createJobDescription(new File("your_css_file.css")); ExitCodeHandler exitCodeHandler = new DefaultExitCodeHandler(); CompilerErrorManager errorManager = new CompilerErrorManager();...
This is quite critical for us as well. Several composite components and PrimeFaces components have CDATA sections with scripts and when such components are being re-rendered due to an ajax...
@trinidadmarcelo I do actually have a workaround. It's a simple WebFilter which intercepts CDATA comments inside AJAX requests/partial requests and replaces the wrong cdata comment with a working one. It's...
I'm also interested in this. Bootstrap 4.1.2 is out now.