Console error in module: Uncaught TypeError

Created on 27 January 2023, about 2 years ago
Updated 7 February 2023, about 2 years ago

Problem/Motivation

The module is giving the following console error:

drupal.js?v=9.4.7:16 Uncaught TypeError: Cannot read properties of undefined (reading 'textContent')
    at HTMLFormElement.<anonymous> (admin-menu-levels.js?rp4uz6:14:78)
    at Function.each (jquery.min.js?v=3.6.0:2:3003)
    at S.fn.init.each (jquery.min.js?v=3.6.0:2:1481)
    at Object.attach (admin-menu-levels.js?rp4uz6:12:37)
    at drupal.js?v=9.4.7:27:24
    at Array.forEach (<anonymous>)
    at Drupal.attachBehaviors (drupal.js?v=9.4.7:24:34)
    at drupal.init.js?v=9.4.7:29:12
    at HTMLDocument.listener (drupal.init.js?v=9.4.7:17:7)

Steps to reproduce

  1. Enable the module
  2. Go to any menu page eg. /admin/menu/main
  3. Observe the errors in console

The script is not able to find level_select.next().find(".chosen-single span")[0]

Proposed resolution

Use val() function to get the value from select list instead.

Remaining tasks

  1. Create a MR/patch
  2. Test the patch
🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India Shriaas Pune

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024