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
Using Command+Click to open in new tab does not work (Firefox/Safari) #15225
Comments
|
The difference with respect to 14270 (and its few duplicates including #14363) is that right-click and open on foreign keys used to work (recently), and as far as I've seen CTRL+click has never really worked; i've gotten used to right-clicking and selecting "open in new tab", which of course is now broken as mentioned in those other tickets. |
|
@williamdes - FWIW, your fix #15325 does not appear to fix the specific issue originally reported in this thread by @ftrotter - which is specifically that ctrl+click doesn't work right. I've tested your fix on the server you posted in the other thread and right-click & open in new tab / middle click DOES work (which is what i was most hoping for), but apparently ctrl+click is unaffected. (Though since it never functioned that way in any versions i've seen, i'm not sure it's possible either). |
Okay, thanks for the feedback ! |
|
@ftrotter can you please try last version and explain what is still broken ? |
|
It will take me some time to come around to this.. but I will add it to our testing plan. |
|
I have just confirmed that the problem still exists using firefox, safari and chrome on the current version of OSX on the demo available at https://demo.phpmyadmin.net/master-config/ So it appears this is still a problem. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Hi everybody, this will be part of the release 5.1.2 |
Describe the bug
When clicking a table in the database/table tree (on the left side of the web interface) will open that tables "browse" interface (sql.php).
Clicking the same link with the command key (Ctrl on windows) SHOULD result in this same page opening in a new tab. Instead, the table is opened in the current web-browser tab.
On OSX, this impacts both safari and firefox. But Chrome works correctly.
Given that this is low-level browser functionality, I am at a loss about how this happening, and phpmyadmin is the only web interface that seems to work this way.
Edit: I just confirmed that this problem happens when there are no extensions loaded in Firefox or in Safari.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The link should open in a new tab, as the user has indicated.
Screenshots
No screenshots.
Server configuration
20190307202415.17+stretch1.gbpa7be82Client configuration
Additional context
I have been able to find no other website that fails to respect this command+click functionality. I think this might be equvilent to the following bug:
#14270
The text was updated successfully, but these errors were encountered: