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
CTRL + ENTER executing sql command 2 times #14460
Comments
|
@williamdes, can you repro. this. I could not |
|
@nulll-pointer Yes
Using Google Chrome |
|
Still can't reproduce this. |
|
Humm.. I've run the phpmyadmin "install" in a database. Then this issue started happening. Not sure if it was the update or the phpmyadmin tables |
|
I'll try to reproduce it in other server I have. |
|
Okay. I ve found it. It only happens if you install phpmyadmin, aka running that script that create pma tables in a database. Can someone confirm this? |
|
Damn.. I've found it. I've created the phpmyadmin tables in my aplication database, not in phpmyadmin database as it is recommend to do. It was clearly my mistake. Not sure what to do with this ticket. Resume of the situation: |
|
Okay. Found it. It's another reason. Try to save a SQL query "Bookmark this SQL query" function. Once you do this, the issue I specified in bug details starts happening. Sorry for so many redundant information. |
|
I could reproduce this on the demo server(master branch) by following the steps in your last comment. |
|
In summary, in order to reproduce this, the steps are:
|
|
Another way to reproduce this is:
|
This fixes phpmyadmin#14460. When there are multiple submit buttons, using the CTRL+ENTER shortcut will submit the same form multiple times. The PMA module adds a lot of duplicate submit buttons. So in that situation it will occur al ot.
This fixes phpmyadmin#14460. When there are multiple submit buttons, using the CTRL+ENTER shortcut will submit the same form multiple times. The PMA module adds a lot of duplicate submit buttons. So in that situation it will occur al ot. Signed-off-by: Roel van Duijnhoven <roel.duijnhoven@gmail.com>
This fixes phpmyadmin#14460. When there are multiple submit buttons, using the CTRL+ENTER shortcut will submit the same form multiple times. The PMA module adds a lot of duplicate submit buttons. So in that situation it will occur al ot. Signed-off-by: Roel van Duijnhoven <roel.duijnhoven@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |

Steps to reproduce
Expected behaviour
Executes the command once.
Actual behaviour
Executes the command twice. Try to insert only a row in a simple table. (It is inserted twice)
Server configuration
AWS AMI
Linux
Web server:
Nginx
Database:
MySQL 5.7
PHP version:
7.0.2
phpMyAdmin version:
Latest 4.8.2
Client configuration
Chrome latest version Win
The text was updated successfully, but these errors were encountered: