[jitsi-dev] jitsi meet jquery impromptu errors

In jitsi-meet some buttons, such as "Record" and "Lock/unlock room",
depending on impromptu library, cause an error:

Uncaught TypeError: t.jqib.on(...).on(...).on is not a
function jquery-impromptu.js:356

Any workaround?

Regards, Igor Akulov
С уважением,
Игорь Акулов
mailto:akulovigor@gmail.com
mailto:egor@akulovs.com
skype:igorakulov
phone: +7 922 02 12 649
phone: +7 925 120 12 04

Opened https://github.com/jitsi/jitsi-meet/issues/466

Boris

···

On 21/01/16 10:22, Igor Akulov wrote:

In jitsi-meet some buttons, such as "Record" and "Lock/unlock room",
depending on impromptu library, cause an error:

Uncaught TypeError: t.jqib.on(...).on(...).on is not a
function jquery-impromptu.js:356

Any workaround?

This was fixed in build 791.

···

On Thu, Jan 21, 2016 at 10:50 AM, Devin Wilson <devin.wilson@readytalk.com> wrote:

This is actually a bug that was introduced in jquery 2.2.0. The version of jquery in Jitsi-meet's package.json is "^2.1.1" which pulls in 2.2.0 (via semantic versioning rules). The temporary fix is to make sure 2.2.0 isn't pulled in by changing the version to "~2.1.1"

I fixed the jquery issue here but they haven't released a patch version yet. https://github.com/jquery/jquery/issues/2812

Devin

-----Original Message-----
From: dev [mailto:dev-bounces@jitsi.org] On Behalf Of Boris Grozev
Sent: Thursday, January 21, 2016 9:28 AM
To: Jitsi Developers
Subject: Re: [jitsi-dev] jitsi meet jquery impromptu errors

On 21/01/16 10:22, Igor Akulov wrote:

In jitsi-meet some buttons, such as "Record" and "Lock/unlock room",
depending on impromptu library, cause an error:

Uncaught TypeError: t.jqib.on(...).on(...).on is not a function
jquery-impromptu.js:356

Any workaround?

Opened https://github.com/jitsi/jitsi-meet/issues/466

Boris

_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
This email message is for the sole use of the intended recipient(s) and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, copying, disclosure or dissemination is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev

This is actually a bug that was introduced in jquery 2.2.0. The version of jquery in Jitsi-meet's package.json is "^2.1.1" which pulls in 2.2.0 (via semantic versioning rules). The temporary fix is to make sure 2.2.0 isn't pulled in by changing the version to "~2.1.1"

I fixed the jquery issue here but they haven't released a patch version yet. https://github.com/jquery/jquery/issues/2812

Devin

···

-----Original Message-----
From: dev [mailto:dev-bounces@jitsi.org] On Behalf Of Boris Grozev
Sent: Thursday, January 21, 2016 9:28 AM
To: Jitsi Developers
Subject: Re: [jitsi-dev] jitsi meet jquery impromptu errors

On 21/01/16 10:22, Igor Akulov wrote:

In jitsi-meet some buttons, such as "Record" and "Lock/unlock room",
depending on impromptu library, cause an error:

Uncaught TypeError: t.jqib.on(...).on(...).on is not a function
jquery-impromptu.js:356

Any workaround?

Opened https://github.com/jitsi/jitsi-meet/issues/466

Boris

_______________________________________________
dev mailing list
dev@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
This email message is for the sole use of the intended recipient(s) and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, copying, disclosure or dissemination is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.