Page MenuHomePhabricator

Maybe Later link in desktop small banner nag not working in IE9/10
Closed, ResolvedPublic

Description

The "Maybe Later" link in the desktop small banner nag is not working correctly in IE9/10. It opens the RML form, but still takes the user back up to the main banner.

This is true in both the current best and refactored banners.

Event Timeline

Hmm... this is really strange. I thought at first it must be a propagation issue, but the Maybe Later link is actually outside of the anchor.

Well this was fun. Seems it was down to the jQuery .focus() method being called on the email input, which causes the page to scroll to the top for some reason. Using plain javascript .focus() instead seems to have fixed it.