Page MenuHomePhabricator

Need to test an edge case scenario with mailto subject line not keeping space before [ char
Closed, ResolvedPublic

Description

On the "Support" footer mailto. The subject line has a few spaces in it... Seems to work everywhere I tested except we found an edge case where Chrome iOS opens Gmail and the space before [ gets removed. None of the other spaces, just that one. Obviously it doesn't like the symbol.

I'm wondering if we encode the spaces w/ %20 and see if that'll solve the issue and not cause any other issues? Need to test on dv.enter... to see if that works.