Page MenuHomePhabricator

Stop using 'hover' event string in Collaboration team extensions
Closed, ResolvedPublic

Description

The event type 'hover' (https://jquery.com/upgrade-guide/1.9/#quot-hover-quot-pseudo-event) is no longer supported in string form in jQuery 1.9+.

This appears once in ext.moodBar.dashboard.js (delegate should also be dropped while this part of the code is being touched) and another time in flow-component.js.

The replacement is 'mouseenter mouseleave'.

Event Timeline

Mattflaschen-WMF raised the priority of this task from to High.
Mattflaschen-WMF updated the task description. (Show Details)
Mattflaschen-WMF added subscribers: Aklapper, Unknown Object (MLST), greg and 6 others.

Change 182868 had a related patch set uploaded (by Mattflaschen):
Fix dashboard links that are visible on hover

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

Patch-For-Review

Change 182868 merged by jenkins-bot:
Fix dashboard links that are visible on hover

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

Change 182873 had a related patch set uploaded (by Mattflaschen):
Fix dashboard links that are visible on hover

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

Patch-For-Review

Change 182874 had a related patch set uploaded (by Mattflaschen):
Fix dashboard links that are visible on hover

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

Patch-For-Review

Change 182873 merged by jenkins-bot:
Fix dashboard links that are visible on hover

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

Change 182874 merged by jenkins-bot:
Fix dashboard links that are visible on hover

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

Change 182876 had a related patch set uploaded (by Mattflaschen):
Fix to use 'mouseenter mouseleave' instead of 'hover'

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

Patch-For-Review

Change 182876 merged by jenkins-bot:
Fix to use 'mouseenter mouseleave' instead of 'hover'

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