-
Notifications
You must be signed in to change notification settings - Fork 125
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
webui: open link in new window #58
base: master
Are you sure you want to change the base?
Conversation
Fixed link as GitHub cannot be opened in an IFrame.
That's exactly what I did manually. Not sure why this is not pulled yet. |
Because it's a personal preference to open in a new window or not, surely? |
Let's say we want to see our hashrate on the site but also wanted to see where the link lead to. Opening it in the same tab disrupts the website flow by redirecting the user to another page and making them leave the first one, shifting focus and annoying the user. |
As I said, personal preference. When I want to open a link in a new window, I ctrl-click (or whatever my browser option is). Popping new widows all the time is bad, IMHO. |
Well actually the link wasn't working at all due to framing policy. This was the reason why I changed it. |
Yes, I totally agree. But: Now, this drifts away from the original topic of the pull request. Both sides have legitimate arguments. I personally think it would be best to accept the pull request since it would meet Standart web design "laws", but in the end it's up to you. |
...which would make an accept necessary because that would be a bug / programming flaw (even though HTML isn't a programming language, I know) |
It doesn't interrupt a process (1) and point (3) is subjective. In any case, the embedded html is only present to serve as an example.
So change your framing policy. |
It is NOT a bug. |
Github's framing policy? |
Ahhha, OK, if you could update the commit message to something more appropriate like "webui: open link in new window" I'll merge. Thanks |
@jtgrassie have updated, sorry was away for a couple of days. |
@derCiamas can you update the commit message please. |
Hi! Not a C++ developer but nevertheless hopefully can do my small part;)
I have fixed the Github link to open in new tab as it was not rendering in an IFrame.