Page MenuHomePhabricator

[betalabs] mobile -Opening Preview search produces TypeError: this.$el.querySelectorAll is not a function
Closed, ResolvedPublic

Description

Steps to reproduce:

  1. On enwiki betalabs perform a search (add &quickViewEnableMobile=1 to the url), e.g. search term: galaxy
  2. Click on the arrow to open search preview - the Console will display the following error:
TypeError: this.$el.querySelectorAll is not a function. (In 'this.$el.querySelectorAll('a, button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])')', 'this.$el.querySelectorAll' is undefined)

Event Timeline

Change 884223 had a related patch set uploaded (by Simone Cuomo; author: Simone Cuomo):

[mediawiki/extensions/SearchVue@master] mobile -Opening Preview search produces error this.$el.querySelectorAll

https://gerrit.wikimedia.org/r/884223

Change 884223 merged by jenkins-bot:

[mediawiki/extensions/SearchVue@master] mobile -Opening Preview search produces error this.$el.querySelectorAll

https://gerrit.wikimedia.org/r/884223

Checked in enwiki betalabs - the error is not displayed; will be checked in production as part of overall monitoring/testing.