Migration from jQuery 1.6.3 to 3.3.1 and browser issues
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
Zgjidhje e zgjedhur
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.
Lexojeni këtë përgjigje brenda kontekstit 👍 0Krejt Përgjigjet (5)
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
I cannot fathom on how is this a jQuery bug ?
Zgjidhja e Zgjedhur
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.
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/
Thank you team!