Skip to content

Fix over eager jquery changes and also make antworten button have a cursor pointer

Closes #496 (closed)

What does this MR do?

The jQuery deprecations from @peter.toennies were a little over eager and changed legitimate calls to focus() with trigger('focus') (on html elements focus() is a method, and some vue components might implement a focus() method themselves too)

How confident are you it won't break things if deployed?

Very!

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... aaaaaaah I should do but food is ready soon :/
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports