تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Migration from jQuery 1.6.3 to 3.3.1 and browser issues

  • 5 جواب دیں
  • 2 میں یہ مسئلہ ہے
  • 79 دیکھیں
  • آخری جواب بذریعہ Prasenna

more options

Folks,

I have migrated my application to have jQuery 3.3.1 from jQuery 1.6.3 after a pen test report. Currently, there are no issues with Edge, Chrome, IE but in Firefox, there are couple of issues we are evidencing. Furnishing it below,

Issue 1 :

Prior migration with jQuery 1.6.3 – In a web page, a user can select only one checkbox, when the user selects another check-box, already checked-one will be unchecked. After migration to jQuery 3.3.1 – In a web page, a user is able to select multiple items in the checkbox. (Works as expected in IE, Edge, Chrome)

Issue 2 :

Prior migration with jQuery 1.6.3 – Generate Report hyperlink was enabled in Firefox to view the reports. After migration to jQuery 3.3.1 – Generate Report hyperlink is disabled in Firefox to view the reports. (Works as expected in IE, Edge, Chrome)

Any helps would be useful.

Thanks, Prasenna

Folks, I have migrated my application to have jQuery 3.3.1 from jQuery 1.6.3 after a pen test report. Currently, there are no issues with Edge, Chrome, IE but in Firefox, there are couple of issues we are evidencing. Furnishing it below, Issue 1 : Prior migration with jQuery 1.6.3 – In a web page, a user can select only one checkbox, when the user selects another check-box, already checked-one will be unchecked. After migration to jQuery 3.3.1 – In a web page, a user is able to select multiple items in the checkbox. (Works as expected in IE, Edge, Chrome) Issue 2 : Prior migration with jQuery 1.6.3 – Generate Report hyperlink was enabled in Firefox to view the reports. After migration to jQuery 3.3.1 – Generate Report hyperlink is disabled in Firefox to view the reports. (Works as expected in IE, Edge, Chrome) Any helps would be useful. Thanks, Prasenna

منتخب شدہ حل

Did you open the URL and read it ? Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

(Current - 1) ( Firefox is a 1) and Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

اس جواب کو سیاق و سباق میں پڑھیں 👍 0

تمام جوابات (5)

more options

Hi, please see this as they ask you to report it as a bug to them : https://jquery.com/browser-support/

Can see you had major issues using something that old : Apr 19, 2013 - jQuery 2.0 drops support for old versions of Internet Explorer

At the moment this is a jQuery bug as per web page and report it. Thanks

more options

I cannot fathom on how is this a jQuery bug ?

more options

منتخب شدہ حل

Did you open the URL and read it ? Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

(Current - 1) ( Firefox is a 1) and Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

more options

Provide the URL please to the page or if not please put URL into or upload file to : HTML https://validator.w3.org/ CSS https://jigsaw.w3.org/css-validator/

more options

Thank you team!