Page MenuHomePhabricator

Variant C: Info icon in suggested edits module
Closed, ResolvedPublic

Assigned To
Authored By
Catrope
Jul 15 2020, 6:39 AM
Referenced Files
F32386895: IMG_0326.jpg
Oct 16 2020, 6:52 PM
F32383805: Screen Shot 2020-10-13 at 2.48.41 PM.png
Oct 13 2020, 10:17 PM
F32381960: image.png
Oct 12 2020, 9:49 AM
F32381950: image.png
Oct 12 2020, 9:49 AM
F32381955: image.png
Oct 12 2020, 9:49 AM
F32381958: image.png
Oct 12 2020, 9:49 AM
F32379906: IMG_9291.PNG
Oct 9 2020, 11:37 PM
F32379898: Screen Shot 2020-10-09 at 4.30.11 PM.png
Oct 9 2020, 11:37 PM

Description

T250331: Variant tests: C-desktop and T250440: Variant tests: C-mobile call for the suggested edits module to have an (i) icon in the top right corner that opens the onboarding dialog (intro overlay and difficulty overlay).

Mockups: desktop, mobile

Event Timeline

Change 623650 had a related patch set uploaded (by Kosta Harlan; owner: Kosta Harlan):
[mediawiki/extensions/GrowthExperiments@master] Variation C: Add info icon to Suggested Edits module

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

The icon is added in the patch, though it won't do anything until T258016: Variant C: onboarding is built out.

Change 623650 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Variation C: Add info icon to Suggested Edits module

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

The icon is added in the patch, though it won't do anything until T258016: Variant C: onboarding is built out.

Moving into QA for the placement of the icon; we could QA the functionality as part of T258016

You can switch to variant C with this in your browser console:

new mw.Api().saveOption(
	'growthexperiments-homepage-variant',
	'C'
);

Then press "Enter" then reload the page.

@RHo - If I understood the mockup correctly, there seems to be a difference between the desktop mockup where the mockup has the following:

-Icon-24x24px {
width: 24px;
height: 24px;
}

and betalabs has

growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop .growthexperiments-homepage-module-header-icon .oo-ui-iconWidget {
    min-width: 30px;
    min-height: 30px;
}
betalabs with 30pxX30pxbetalabs with 24pxX24px
Screen Shot 2020-09-03 at 7.39.16 PM.png (536×599 px, 96 KB)
Screen Shot 2020-09-03 at 7.40.22 PM.png (434×619 px, 80 KB)
Screen Shot 2020-09-03 at 7.51.52 PM.png (84×623 px, 9 KB)
Screen Shot 2020-09-03 at 7.51.25 PM.png (74×596 px, 9 KB)

Note: The browser console snippet does not work for the SE overlay, so when you review the above, please return the task to QA column.

@RHo - If I understood the mockup correctly, there seems to be a difference between the desktop mockup where the mockup has the following:

-Icon-24x24px {
width: 24px;
height: 24px;
}

Ahh apologies but this is actually because of the spec in Zeplin being presented confusingly @Etonkovidova. Due to a quirk in the way that the symbols file is setup in my Sketch design file, this class name "-Icon-24x24px" doesn't reflect the actual canvas size of the OOUI icon set, which is 20x20px.

image.png (646×1 px, 152 KB)

So actually the betalabs is incorrect, but for the wrong reason because it is using the smaller legacy thin info icon instead of the new one we have on the mobile SE-edits card.
Expected icon and size:

image.png (146×1 px, 17 KB)

Potentially relatedly I filed a regression where the icon sizes on mobile are too large T262018. Can you perhaps check and file a new regression (or else bug) that the Desktop version of SE is now using the old info icon:
Unexpected old icon on Desktop (CS betalabs):
image.png (138×394 px, 8 KB)

and betalabs has

growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop .growthexperiments-homepage-module-header-icon .oo-ui-iconWidget {

min-width: 30px;
min-height: 30px;

}

|betalabs with 30pxX30px | betalabs with 24pxX24px
|{F32244206}|{F32244209}
|{F32244217}|{F32244219}

Note: The browser console snippet does not work for the SE overlay, so when you review the above, please return the task to QA column.

@RHo which label text should be used for the "i" icon when the user hovers (if on desktop), or for screen readers on mobile? Something like "More information about suggested edits"?

Change 625889 had a related patch set uploaded (by Kosta Harlan; owner: Kosta Harlan):
[mediawiki/extensions/GrowthExperiments@master] [WIP] Suggested Edits: Variant C, add info icon

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

@RHo which label text should be used for the "i" icon when the user hovers (if on desktop), or for screen readers on mobile? Something like "More information about suggested edits"?

SGTM, thanks @kostajh

Change 625889 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Suggested Edits: Variant C, add info icon

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

The specs for the info icon (20x20px) are in place:

.oo-ui-iconElement-icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    min-width: 20px;
    width: 1.42857143em;
    min-height: 20px;
    height: 100%;
}

Mobile

betalabsmockup
Screen Shot 2020-09-16 at 8.41.30 PM.png (457×378 px, 97 KB)
Screen Shot 2020-09-16 at 8.44.20 PM.png (179×361 px, 23 KB)

Desktop - it seems that the darkness/boldness of the icon is not the same as in the mockup (I could be wrong though):

betalabsmockup
Screen Shot 2020-09-16 at 8.11.40 PM.png (493×819 px, 120 KB)
Screen Shot 2020-09-16 at 8.59.43 PM.png (236×624 px, 35 KB)

The specs for the info icon (20x20px) are in place:

.oo-ui-iconElement-icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    min-width: 20px;
    width: 1.42857143em;
    min-height: 20px;
    height: 100%;
}

Mobile

betalabsmockup
Screen Shot 2020-09-16 at 8.41.30 PM.png (457×378 px, 97 KB)
Screen Shot 2020-09-16 at 8.44.20 PM.png (179×361 px, 23 KB)

Desktop - it seems that the darkness/boldness of the icon is not the same as in the mockup (I could be wrong though):

betalabsmockup
Screen Shot 2020-09-16 at 8.11.40 PM.png (493×819 px, 120 KB)
Screen Shot 2020-09-16 at 8.59.43 PM.png (236×624 px, 35 KB)

Thanks @Etonkovidova for noticing, yes the Desktop is using the legacy info icon. @kostajh - would it be possible to use the same icon that is in Mobile on Desktop as well here? Thanks!

It's the same icon, it's just sized differently on Vector/desktop than on Minerva/mobile.

.growthexperiments-homepage-module-header {
	.oo-ui-buttonWidget {
		// The circle in the icon is 15x15px normally, we want it to be 20px.
		// But the header already has a larger than usual font size (1.2em), correct for that
		font-size: ( 20 / 15 ) / 1.2em;
	}
}

That rule was added as part of the work done for T258016: Variant C: onboarding. If you remove the font-size override, then desktop looks the same as mobile:

image.png (46×48 px, 946 B)
image.png (36×47 px, 574 B)

Should we remove that font-size override on desktop?

It's the same icon, it's just sized differently on Vector/desktop than on Minerva/mobile.

The info icon is definitely appearing differently between Mobile and Desktop when it is after the task type on CS Beta today, with Mobile showing the expected new icon.
Info icon after task type - correct new info icon on Mobile, old legacy icon on Desktop:

Desktop
image.png (100×432 px, 8 KB)
links to the legacy svg data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d=%22M9.5 16A6.61 6.61 0 013 9.5 6.61 6.61 0 019.5 3 6.61 6.61 0 0116 9.5 6.63 6.63 0 019.5 16zm0-14A7.5 7.5 0 1017 9.5 7.5 7.5 0 009.5 2zm.5 6v4.08h1V13H8.07v-.92H9V9H8V8zM9 6h1v1H9z%22/%3E%3C/svg%3E
Mobile
image.png (100×402 px, 7 KB)
links to this new info icon svg: data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22%3E %3Cpath fill=%22%2354595D%22 d=%22M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 100 16 8 8 0 000-16zm1 6v7h1v1H8v-1h1V9H8V8h3zm0-4v2H9V4h2z%22/%3E %3C/svg%3E

Info icon on SE header - both Mobile and Desktop are using the legacy info icon and both need to be updated.

Desktop
image.png (1×1 px, 182 KB)
links to the legacy svg data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d=%22M9.5 16A6.61 6.61 0 013 9.5 6.61 6.61 0 019.5 3 6.61 6.61 0 0116 9.5 6.63 6.63 0 019.5 16zm0-14A7.5 7.5 0 1017 9.5 7.5 7.5 0 009.5 2zm.5 6v4.08h1V13H8.07v-.92H9V9H8V8zM9 6h1v1H9z%22/%3E%3C/svg%3E
Mobile
image.png (970×876 px, 405 KB)
links to the legacy svg data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d=%22M9.5 16A6.61 6.61 0 013 9.5 6.61 6.61 0 019.5 3 6.61 6.61 0 0116 9.5 6.63 6.63 0 019.5 16zm0-14A7.5 7.5 0 1017 9.5 7.5 7.5 0 009.5 2zm.5 6v4.08h1V13H8.07v-.92H9V9H8V8zM9 6h1v1H9z%22/%3E%3C/svg%3E

Ah, I'm sorry I didn't realize this related to the custom info icon we added in T236854: [mobile] Newcomer tasks - UI issues with Suggested edits module and Difficulty overlay.

&.growthexperiments-homepage-module-mobile-overlay,
	&.growthexperiments-homepage-module-mobile-details {
		.suggested-edits-taskexplanation-additional-info {
			.oo-ui-iconElement .oo-ui-iconElement-icon {
				// Use an unpadded version of the info icon on mobile (T236854)
				/* @embed */
				background-image: url( ../../../images/info-unpadded.svg );
				max-width: 20px;
			}
		}
}

Unassigning until I actually start work on that, someone else could claim in the meantime.

Change 630989 had a related patch set uploaded (by Gergő Tisza; owner: Gergő Tisza):
[mediawiki/extensions/GrowthExperiments@master] Use custom info icon in variant C suggested edits header

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

Change 631168 had a related patch set uploaded (by Kosta Harlan; owner: Kosta Harlan):
[mediawiki/extensions/GrowthExperiments@master] Use 20px size for info-unpadded icon on desktop/mobile

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

Change 630989 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Use custom info icon in variant C suggested edits header

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

Change 631168 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Use 20px size for info-unpadded icon on desktop/mobile

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

Checked - the info icons seem to be in place

Info icon on SE headerShould beResult
Desktopnewnew
Mobilenewnew
Info icon after task typeShould beResult
Desktopoldold
Mobilenewnew

New info icon on SE header

desktopmobile
Screen Shot 2020-10-01 at 1.51.29 PM.png (279×333 px, 13 KB)
Screen Shot 2020-10-01 at 1.51.21 PM.png (229×364 px, 14 KB)

Overall look:

DesktopMobile
Screen Shot 2020-10-01 at 3.11.02 PM.png (610×555 px, 65 KB)
Screen Shot 2020-10-01 at 3.11.24 PM.png (536×372 px, 50 KB)

Sorry I think I was unclear. We should only use the new icon everywhere, including after the Desktop task type.
Also, it looks as thought the mobile info icon should be further to the RHS of the dialog header than the mock (should be the same distance as the "<" chevron from the LHS edge of the header. )

image.png (124×884 px, 9 KB)

Checked - the info icons seem to be in place

Info icon on SE headerShould beResult
Desktopnewnew
Mobilenewnew

This is fine.

Info icon after task typeShould beResult
Desktopoldold
Mobilenewnew

Actually Desktop should be new as well.

Overall look:

DesktopMobile
Screen Shot 2020-10-01 at 3.11.02 PM.png (610×555 px, 65 KB)
Screen Shot 2020-10-01 at 3.11.24 PM.png (536×372 px, 50 KB)

Change 632216 had a related patch set uploaded (by Kosta Harlan; owner: Kosta Harlan):
[mediawiki/extensions/GrowthExperiments@master] Use info-unpadded icon for task explanation widget

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

Actually Desktop should be new as well.

Have uploaded a patch for this.

Also, it looks as thought the mobile info icon should be further to the RHS of the dialog header than the mock (should be the same distance as the "<" chevron from the LHS edge of the header. )

@RHo The default right margin for an OOUI icon as the action in a MobileFrontend overlay is 1em, see T218731: Regression: Mark all as read button in notifications overlay larger than header where this was introduced for the "mark all as read" icon used by Echo. We can override this and unset the margin but it will be inconsistent with the margin users see in the Echo overlay dialog:

image.png (230×558 px, 21 KB)

Should we override the margin-right: 1em rule?

Change 632216 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Use info-unpadded icon for task explanation widget

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

The new info icon (span class="oo-ui-iconElement-icon oo-ui-icon-info-unpadded") is everywhere now. Moving to Design Review to address the question in https://phabricator.wikimedia.org/T258020#6516995.

Also, it looks as thought the mobile info icon should be further to the RHS of the dialog header than the mock (should be the same distance as the "<" chevron from the LHS edge of the header. )

@RHo The default right margin for an OOUI icon as the action in a MobileFrontend overlay is 1em, see T218731: Regression: Mark all as read button in notifications overlay larger than header where this was introduced for the "mark all as read" icon used by Echo. We can override this and unset the margin but it will be inconsistent with the margin users see in the Echo overlay dialog:

image.png (230×558 px, 21 KB)

Hi, I agree this is right for the mark all as read button on, but this is in a button, our "i" info icon should be like the frameless "X" icon on the LHS and be flush 1em (=16px) from the edge of the screen, as it is on the mobile header:

image.png (600×838 px, 70 KB)

@RHo and I talked about this on chat:

  • set margin-right: 8px for the icon on mobile
  • on desktop, shift the icon such that the right edge of it is flush with the right side of the filters (margin-right: -8px, or thereabouts) and set overflow: visible on the header so there is room for the box around the icon to display when hovering.

Change 632722 had a related patch set uploaded (by Kosta Harlan; owner: Kosta Harlan):
[mediawiki/extensions/GrowthExperiments@master] SE Variant C: Info icon placement

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

Change 632722 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] SE Variant C: Info icon placement

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

The code is in place - looks ok to me:

Screen Shot 2020-10-09 at 4.30.11 PM.png (369×627 px, 54 KB)

The following screenshot is from a real device - iPHone 6s iOS 13.7

IMG_9291.PNG (1×640 px, 114 KB)

hi @Etonkividova - I am testing on CS Betalabs today (12-Oct) and on my Pixel 4 device it looks fine, but on the web browser I am consistently getting the incorrect icon placement on Mobile:

image.png (828×780 px, 61 KB)
Inspector showing icon cut-off
image.png (530×870 px, 162 KB)
vs Left icon with inspector
image.png (536×718 px, 72 KB)

Would you mind re-testing to see if you can reproduce? If not please move on to PM Review.

It looks fine on Desktop though.

image.png (298×1 px, 27 KB)

hi @Etonkividova - I am testing on CS Betalabs today (12-Oct) and on my Pixel 4 device it looks fine, but on the web browser I am consistently getting the incorrect icon placement on Mobile:

image.png (828×780 px, 61 KB)
Inspector showing icon cut-off
image.png (530×870 px, 162 KB)
vs Left icon with inspector
image.png (536×718 px, 72 KB)

Would you mind re-testing to see if you can reproduce? If not please move on to PM Review.

It looks fine on Desktop though.

image.png (298×1 px, 27 KB)

Yes, I saw the issue consistently when I was testing - did not report it since it was only in mobile browser emulator. The real device - iPhone 6s - did no display the issue. I checked again - the issue is present in Chrome and FF mobile browser emulators. Mobile emulator incorrectly display the info icon for all popular viewport widths (360-414).

Screen Shot 2020-10-13 at 2.48.41 PM.png (547×384 px, 47 KB)

@RHo If you saw it on a real device - it's a real issue. Can you please file it with specific detail about device/OS etc. ?
Also, I filed T265427: [mobile] variant C - make transition between overlays smoother.

hi @Etonkividova - I am testing on CS Betalabs today (12-Oct) and on my Pixel 4 device it looks fine, but on the web browser I am consistently getting the incorrect icon placement on Mobile:

image.png (828×780 px, 61 KB)
Inspector showing icon cut-off
image.png (530×870 px, 162 KB)
vs Left icon with inspector
image.png (536×718 px, 72 KB)

Would you mind re-testing to see if you can reproduce? If not please move on to PM Review.

Yes, I saw the issue consistently when I was testing - did not report it since it was only in mobile browser emulator. The real device - iPhone 6s - did no display the issue. I checked again - the issue is present in Chrome and FF mobile browser emulators. Mobile emulator incorrectly display the info icon for all popular viewport widths (360-414).

Screen Shot 2020-10-13 at 2.48.41 PM.png (547×384 px, 47 KB)

@RHo If you saw it on a real device - it's a real issue. Can you please file it with specific detail about device/OS etc. ?

Thanks for checking again, I only saw this on the emulator, it looks fine in my Android device.

Also, I filed T265427: [mobile] variant C - make transition between overlays smoother.

Thank you! I left a comment on the task.

I just tested this on my iPhone 6S and there are no issues with the icon. See below.

IMG_0326.jpg (1×750 px, 103 KB)