Skip to content
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

Make Submit/Go/Run/Etc. Buttons Have "Open in New Tab/Window" #657

Open
TheSQLGuru opened this issue Dec 6, 2022 · 1 comment
Open

Make Submit/Go/Run/Etc. Buttons Have "Open in New Tab/Window" #657

TheSQLGuru opened this issue Dec 6, 2022 · 1 comment
Labels
hacktoberfest Good issue for someone to work on for Hacktoberfest Status: Discussion Needed For issues filed that need to be talked out first

Comments

@TheSQLGuru
Copy link

Description

I choose to Compare Two Languages. The GO--> button only allows for a Click, which will open the results in the current tab. This site is perfect for doing multiple compares, getting Reference Sheets, etc. But as it is now we have to go back to the main page repeatedly to do each action, which is a suboptimal user experience.

A Right-Click on any relevant button should present the user with the option of opening the outcome in a new browser tab as well as a new browser window in the popup window that appears.

Requirements

Alter code of relevant Buttons to provide the options described above. There may be concerns about what this means for other facets of the website's functionality.

Additional Notes

Hopefully this is very straight-foward, as many, many websites provide this functionality.

@geekygirlsarah
Copy link
Member

The button is basically a regular form submit button, which doesn't ever open things in new tabs. To do that, you'd have to change the button to be a link instead, and break the functionality of that and possibly accessibility of that. I can think on this, but what might be the use case for wanting to open multiple tabs of multiple comparisons?

@geekygirlsarah geekygirlsarah added the Status: Discussion Needed For issues filed that need to be talked out first label Oct 2, 2023
@geekygirlsarah geekygirlsarah added the hacktoberfest Good issue for someone to work on for Hacktoberfest label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Good issue for someone to work on for Hacktoberfest Status: Discussion Needed For issues filed that need to be talked out first
Projects
None yet
Development

No branches or pull requests

2 participants