#47 resultsdb frontend search doesn't work on Firefox
Closed: Fixed None Opened 8 years ago by kparal.

At http://taskotron-dev.fedoraproject.org/resultsdb/jobs , I can't search in Firefox. Hitting the Go! button does nothing. It seems to work in Chrome or Epiphany (tested by @lbrabec). But when I look at https://taskotron.fedoraproject.org/resultsdb/jobs I can search in Firefox.

What is the difference? Older resultsdb_frontend? Different javascript libraries?


This ticket had assigned some Differential requests:
D449

After searching, Firefox javascript console says:

TypeError: query.includes is not a function

The includes() function seems to be available from Firefox 40 (current stable is 39):
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes

Login to comment on this ticket.

Metadata