Re: "/websocket/closed" is not working in IE11

2017-04-19 Thread Maxim Solodovnik
The issue is not reproducible using simple quick-start :(
The only option seems to be to subscribe to error event as well :(

sorry for the noise

On Mon, Apr 10, 2017 at 3:09 PM, Maxim Solodovnik <solomax...@gmail.com>
wrote:

> Weird enough, quickstart works :(
> Investigation only begins :)
>
> On Mon, Apr 10, 2017 at 2:04 AM, Martin Grigorov <mgrigo...@apache.org>
> wrote:
>
>> On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik <solomax...@gmail.com>
>> wrote:
>>
>> > 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?
>> >
>>
>> Yes, with a quickstart please!
>>
>>
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax


Re: "/websocket/closed" is not working in IE11

2017-04-10 Thread Maxim Solodovnik
Weird enough, quickstart works :(
Investigation only begins :)

On Mon, Apr 10, 2017 at 2:04 AM, Martin Grigorov <mgrigo...@apache.org>
wrote:

> On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
> > 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?
> >
>
> Yes, with a quickstart please!
>
>
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax


Re: "/websocket/closed" is not working in IE11

2017-04-09 Thread Martin Grigorov
On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik <solomax...@gmail.com>
wrote:

> 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?
>

Yes, with a quickstart please!


>
> --
> 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