Page MenuHomePhabricator

Remove hideOnExitClick from ImageCarousel prototype
Closed, ResolvedPublic0.5 Estimated Story Points

Description

ImageCarousel.js has a hideOnExitClick on its prototype:

/**
 * @memberof ImageCarousel
 * @instance
 */
hideOnExitClick: false,

This was a leftover artifact from the ImageOverlay composition refactor (T216198). Since ImageCarousel does not extend Overlay, this property can safely be removed as nothing is using it.

Acceptance criteria

  • Obliterate the property!

Event Timeline

Change 503522 had a related patch set uploaded (by Nray; owner: Nray):
[mediawiki/extensions/MobileFrontend@master] Remove hideOnExitClick from ImageCarousel prototype

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

Change 503522 merged by jenkins-bot:
[mediawiki/extensions/MobileFrontend@master] Remove hideOnExitClick from ImageCarousel prototype

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

Niedzielski set the point value for this task to 0.5.Apr 29 2019, 5:10 PM
pmiazga triaged this task as Medium priority.

LGTM. There are no occurencies of hideOnExitClick

pmiazga updated the task description. (Show Details)