Page MenuHomePhabricator

special.pageLanguage.js runs and fails on action=delete pages
Closed, DuplicatePublicBUG REPORT

Description

Steps to replicate the issue:

  • Go to an action=delete page (example).
  • Open the developer console.

What happens?

oojs-ui-core.js:738
Uncaught Error: Widget not found
    at Object.unsafeInfuse (oojs-ui-core.js:738:9)
    at Object.infuse (oojs-ui-core.js:706:35)
    at Object.infuse (oojs-ui-core.js:336:30)
    at HTMLDocument.<anonymous> (special.pageLanguage.js:7:37)
    at mightThrow (jquery.js:3489:29)
    at jquery.js:3557:12

What should have happened instead?

No errors.