Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: eca20557e2fa191b67b83f1de354e007034418b3 https://github.com/phpmyadmin/phpmyadmin/commit/eca20557e2fa191b67b83f1de354... Author: Aditya Sastry ganeshaditya1@gmail.com Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths: M libraries/insert_edit.lib.php
Log Message: ----------- Fixes the action panel problem when editing rows in chrome(Bug 4228)
The action panel which is a fieldset is rendered differently in chrome. Also the rows are listed in a random fashion unlike in firefox where they are sorted by the primary key. I fixed this problem by enclosing the rows in a div tag with float left and clear both styles.
Signed-off-by: Aditya Sastry ganeshaditya1@gmail.com
Commit: d33d3a1fb373e0931edf27d3a140cc7ca86529c1 https://github.com/phpmyadmin/phpmyadmin/commit/d33d3a1fb373e0931edf27d3a140... Author: Michal Čihař michal@cihar.com Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths: M libraries/insert_edit.lib.php
Log Message: ----------- Merge pull request #1030 from ganeshaditya1/actionpanel
Fixes the action panel problem when editing rows in chrome(Bug 4228)
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ee69e2dfb5cf...d33d3a1fb373