-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open in Tabs: Fix interaction with Tumblr Patio UI #1372
Open in Tabs: Fix interaction with Tumblr Patio UI #1372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Type a blog name (e.g.
pyoro
) into the site's search bar - Click any of the blog results that have avatars (i.e. are not the "Go to @{blogName}" result)
- Production result: The blog is opened in a new tab
- PR result: The blog is opened in the blog view
Can the exclusion selector be made more specific to Patio?
Ah, shoot. Let me check. |
Indeed it can be. This is why we have review, people! |
Re-performed testing myself; seems to work as expected. |
@AprilSylph This being a oneliner (basically), may I request a merge-without-formal-review and version release? |
I was about to regression-test this anyway, so I did. Will do a release once this is merged (if that's what you're asking for), although it's late for me so that will likely end up being tomorrow. |
Description
Prevents Open in Tabs from intercepting a click in part of the "Tumblr Patio" feature preview UI that's used to add a blog column.
Resolves #1371.
Testing steps