Page MenuHomePhabricator

Should have cursor: pointer on UploadWizard thumbnails in details step
Closed, ResolvedPublic

Description

The "Describe" step in UploadWizard lets you click on the thumbnail to get a preview of the image - this is great, but there needs to be some UI indicator for this. I vote for a cursor: pointer; thing on the element.


Version: unspecified
Severity: normal

Details

Reference
bz66214

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:18 AM
bzimport added a project: UploadWizard.
bzimport set Reference to bz66214.
bzimport added a subscriber: Unknown Object (MLST).

cursor: zoom-in makes more sense to me.

neilk wrote:

zoom-in is better, but I think I'm going with cursor: pointer for now.

massive yak-shaving:

cursor: zoom-in is correct but it is very difficult to make that work with appropriate fallbacks in IE, or even slightly older versions of Chrome and Firefox. The only thing that works everywhere is to use a .cur file, which means every platform looks equally bad. I'm also having some difficulties today just getting UW to work with a vm IE7 on my local mediawiki-vagrant install.

(In reply to Neil Kandalgaonkar from comment #2)

I'm also having some difficulties today just getting UW to work
with a vm IE7 on my local mediawiki-vagrant install.

If the problem is just accessing vagrant from another VM, I described a workaround in bug 66399.

Change 145728 had a related patch set uploaded by Neilk:
pointer cursor for thumbs

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

Change 145728 merged by jenkins-bot:
pointer cursor for thumbs

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