We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 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!