Re: Internet Explorer 11 detection

2013-09-20 Thread Martin Grigorov
see https://github.com/apache/wicket/pull/53 On Tue, Sep 17, 2013 at 4:11 PM, René Hartwig < rene.hart...@befine-solutions.com> wrote: > Hi, > > ok thanks - I do not have something yet - just recognized it. I'll inform > you if I have a patch for it. > > > regards, > René > > > René Hartwig >

Re: Internet Explorer 11 detection

2013-09-17 Thread René Hartwig
Hi, ok thanks - I do not have something yet - just recognized it. I'll inform you if I have a patch for it. regards, René René Hartwig Senior Developer Befine Soluti

Re: Internet Explorer 11 detection

2013-09-17 Thread Martin Grigorov
Hi, Usually Wicket doesn't support preview versions of the browsers because they may change their mind several times before going final/stable. But if you provide a patch we may consider it if it doesn't affect other areas of the code. On Tue, Sep 17, 2013 at 2:38 PM, René Hartwig < rene.hart...

Internet Explorer 11 detection

2013-09-17 Thread René Hartwig
Hi there, for testing purposes I installed the new IE11 Developer Version on my PC and recognized that Wicket (v.6.9.1) will not recognize this version as IE (ClientProperties clientProperties = session.getClientInfo().getProperties();). I suppose this is beca