為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Migration from jQuery 1.6.3 to 3.3.1 and browser issues

  • 5 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 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!