Re: CSP and UI libraries

2020-02-27 Thread Maxim Solodovnik
Sorry for bringing such news :( On Fri, 28 Feb 2020 at 10:05, Sebastien Briquet wrote: > > Thank you very much for letting me know! > I didn't exactly know what to expect until I would put my hands in it, but > now I'm a little bit worried, haha ! > > Best regards, > Sebastien -- WBR Maxim

Re: CSP and UI libraries

2020-02-27 Thread Sebastien Briquet
Thank you very much for letting me know! I didn't exactly know what to expect until I would put my hands in it, but now I'm a little bit worried, haha ! Best regards, Sebastien

Re: CSP and UI libraries

2020-02-27 Thread Maxim Solodovnik
Hello Sebastien, Unfortunately this task might be challenging :( Kendo will not work in strict CSP mode :( https://docs.telerik.com/kendo-ui/troubleshoot/content-security-policy Other places to look at (should be easy to correct): DisplayNoneBehavior MessageDialog :))) On Thu, 27 Feb 2020 at

Re: WICKET-6725 styling of hidden elements: no vote yet

2020-02-27 Thread Emond Papegaaij
Hi Andrew, I thought of this solution as well and it will work. The major advantage is that the styling is only added when it is actually used. But it requires significantly more work to build and is a lot more complex than the current solution. For this, we need some place to accumulate element

Re: WICKET-6725 styling of hidden elements: no vote yet

2020-02-27 Thread Andrew Kondratev
Just as a brainstorm. Not sure if it's a good idea. Wicket potentially can add nounced style to the document with hidden elements hidden by id. Imagine generated HTML has components like these #ida and #id9 must be hidden, so in the page header we add something like this

Re: WICKET-6725 styling of hidden elements: no vote yet

2020-02-27 Thread Emond Papegaaij
On Thu, Feb 27, 2020 at 11:56 AM Ernesto Reinaldo Barreiro wrote: > On Thu, Feb 27, 2020 at 12:33 PM Andrea Del Bene > > In which way sub-frameworks should be affected? I mean, as far as I > > understand it, if we disable CSP blocking configuration everything should > > work "the old way", and

Re: CSP and UI libraries

2020-02-27 Thread Maxim Solodovnik
Yes, All my prs were made with strict csp enabled Additional minor change is required to make tests pass Will create pr right after release On Thu, Feb 27, 2020, 20:32 Martin Grigorov wrote: > Thanks, Emond! > > @Maxim: since you started using Wicket 9.x Bootstrap 4.x recently: do you > use it

Re: CSP and UI libraries

2020-02-27 Thread Martin Grigorov
Thanks, Emond! @Maxim: since you started using Wicket 9.x Bootstrap 4.x recently: do you use it with CSP enabled ? On Thu, Feb 27, 2020 at 3:17 PM Emond Papegaaij wrote: > Hi Martin and Sebastien, > > I see no need for checking if CSP is enabled or not. It is not hard to > write your code to

Re: CSP and UI libraries

2020-02-27 Thread Emond Papegaaij
Hi Martin and Sebastien, I see no need for checking if CSP is enabled or not. It is not hard to write your code to comply to even the strictest CSP. If it works with the strict CSP, it will also work when CSP is disabled or with a less strict CSP. Simply follow the few rules explained in the user

Re: CSP and UI libraries

2020-02-27 Thread Sebastien Briquet
Hi Martin, Actually that's a good point! I will try to upgrade Wicket jQuery UI to wicket 9/CSP to see how it behaves... Thanks and best regards, Sebastien

CSP and UI libraries

2020-02-27 Thread Martin Grigorov
Hi, I'm creating a new thread to not hijack the discussion about the CSS utilities. On Thu, Feb 27, 2020 at 12:56 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > On Thu, Feb 27, 2020 at 12:33 PM Andrea Del Bene > wrote: > > > On Wed, Feb 26, 2020 at 10:26 AM Ernesto

Re: WICKET-6725 styling of hidden elements: no vote yet

2020-02-27 Thread Ernesto Reinaldo Barreiro
Hi, On Thu, Feb 27, 2020 at 12:33 PM Andrea Del Bene wrote: > On Wed, Feb 26, 2020 at 10:26 AM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > > Right now I have no enough knowledge to vote in this feature. One thing I > > didn't like, and I already mentioned it before,

Re: WICKET-6725 styling of hidden elements: no vote yet

2020-02-27 Thread Andrea Del Bene
On Wed, Feb 26, 2020 at 10:26 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > Right now I have no enough knowledge to vote in this feature. One thing I > didn't like, and I already mentioned it before, is some of us were waiting > for 9.x to be released some time ago (at least