-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Handling target=_blank if link points to a file #798
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
Conversation
malmstein
left a comment
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.
Thanks for this! I'd like to see a test around this functionality so I've left a comment for you to take a look.
@cmonfortep It seems to me yes. |
|
Thanks for submitting this @AndrewR8, I'll review it by Friday. |
|
@AndrewR8 thanks for submitting this, it's great to see progress on such a frustrating user bug. There is one issue with this approach however, if multiple tabs are open the dialog appears over the first tab rather than the tab that requested the dialog. In order to fix this we'll need to coordinate the events happening in the db and make sure the correct tab is selected. Feel free to look into this but it is complex. If we don't hear from you by Friday, we can use the work you have done so far and complete the implementation in-house. |
|
@subsymbolic |
|
Many thanks for your time on this @AndrewR8 and a big apology that our codebase changed after you had submitted your PR. We have since received and accepted another PR that fixes this in line with our latest changes as it also makes some db updates that will help with upcoming work. Thanks again for submitting this and for your other contributions in the past. |
Issue URL: #753
Description:
Steps to test this PR: