Re: Weird CSS warning in IE

2017-04-08 Thread Maxim Solodovnik
Thanks a lot!

On Sat, Apr 8, 2017 at 5:04 PM, Sebastien  wrote:

> Hi Maxim,
>
> I will check on monday with IE...
>
> Thanks & best regards,
> Sebastien.
>
>


-- 
WBR
Maxim aka solomax


Re: Weird CSS warning in IE

2017-04-08 Thread Sebastien
Hi Maxim,

I will check on monday with IE...

Thanks & best regards,
Sebastien.


Re: Constant for Jquery3

2017-04-08 Thread Maxim Solodovnik
Yep, I'm aware of 6341
This is why I have asked this question :)

+1 for resource reference!
Currently I have to use: following code:
getJavaScriptLibrarySettings().setJQueryReference(new
JavaScriptResourceReference(DynamicJQueryResourceReference.class,
DynamicJQueryResourceReference.VERSION_2));


On Sat, Apr 8, 2017 at 4:55 PM, Sebastien  wrote:

> Hi Maxim,
>
> No I don't think so: WICKET-6341 [1] has been postponed and I don't see any
> commit about it.
> That said, it might be a good idea to already have the resource reference
> in wicket so anyone can quickly give a try to jQuery3
>
> [1] https://issues.apache.org/jira/browse/WICKET-6341
>
> Best regards,
> Sebastien.
>
> On Sat, Apr 8, 2017 at 11:18 AM, Maxim Solodovnik 
> wrote:
>
> > Hello All,
> >
> > Is there constant for jquery3 in wicket?
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax


Re: Constant for Jquery3

2017-04-08 Thread Sebastien
Hi Maxim,

No I don't think so: WICKET-6341 [1] has been postponed and I don't see any
commit about it.
That said, it might be a good idea to already have the resource reference
in wicket so anyone can quickly give a try to jQuery3

[1] https://issues.apache.org/jira/browse/WICKET-6341

Best regards,
Sebastien.

On Sat, Apr 8, 2017 at 11:18 AM, Maxim Solodovnik 
wrote:

> Hello All,
>
> Is there constant for jquery3 in wicket?
>
> --
> WBR
> Maxim aka solomax
>


"/websocket/closed" is not working in IE11

2017-04-08 Thread Maxim Solodovnik
Hello All,

I just have noticed "/websocket/closed" is not working in IE11
handler set via
Wicket.Event.subscribe("/websocket/closed", function() {})
Is not fired

The following message displayed in console instead:
SCRIPT12030: WebSocket Error: Network Error 12030, The connection with the
server was terminated abnormally

Wicket: 8.0.0-M5
OS: Win7/Win10
Browser: IE11/Edge

Should I file JIRA?

-- 
WBR
Maxim aka solomax


Constant for Jquery3

2017-04-08 Thread Maxim Solodovnik
Hello All,

Is there constant for jquery3 in wicket?

-- 
WBR
Maxim aka solomax


Weird CSS warning in IE

2017-04-08 Thread Maxim Solodovnik
Hello Sebastien,

I'm testing our application in IE11 and observing weird warning:

Could not locate
http://192.168.1.178:5080/source/web/kendo.default.mobile.css specified in
source map
http://192.168.1.178:5080/openmeetings/wicket/resource/com.googlecode.wicket.kendo.ui.theme.Initializer/kendo.default.mobile.min.css.map
.

The second URL is correct, the first is wrong ...
Could you please check it?

-- 
WBR
Maxim aka solomax