Page MenuHomePhabricator

Profile field visibility selector obscures the field labels on Special:UpdateProfile
Closed, ResolvedPublic

Description

Version 1.8 (Change-Id: I52672f9fffa92ea48e110f9ebb419dd0fbdc1f6f/gerrit #184858) of SocialProfile finally adds the ability to select to whom a profile field (such as "Hometown" or "About me", etc.) is visible. Sadly the UI is somewhat broken right now (live demo on Labs) if and when the right-hand field is an <input> instead of a <textarea>, which is the case for the main Special:UpdateProfile page, where the "real name", "email address" and such fields are located in. The subpages, such as Special:UpdateProfile/personal which do not contain <input>s aren't really affected (at least not as much as the main special page).

Screenshot of the bug on the aforementioned Labs site (under Windows 7/IE11, though browser/OS doesn't matter here):

SP bug.png (871×1 px, 84 KB)

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
ashley triaged this task as High priority.Mar 12 2016, 4:44 PM

Sorta hacked around in Change-Id: I01fbc15276517ede26668d537449af67a1c611e1 (gerrit #278199). It's still ugly and needs to be redesigned, but at least it's not totally broken.