Hi, in the forum we got at least two complaints from people who don't want to use the new AJAX mode. In one case, this uncovered a bug but in general it might be a good idea to offer a configuration option to disable all AJAX behavior.
Comments?
Hi,
2011/1/19 Marc Delisle marc@infomarc.info:
Hi, in the forum we got at least two complaints from people who don't want to use the new AJAX mode. In one case, this uncovered a bug but in general it might be a good idea to offer a configuration option to disable all AJAX behavior.
Comments?
I agree that there should be an option to disable AJAX. AJAX adds useful functionality, but when f.e. your browser does not support Javascript, PMA functionality should still work.
Greets,
Dieter
On Wed, Jan 19, 2011 at 11:03 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Hi,
2011/1/19 Marc Delisle marc@infomarc.info:
Hi, in the forum we got at least two complaints from people who don't want to use the new AJAX mode. In one case, this uncovered a bug but in general it might be a good idea to offer a configuration option to disable all AJAX behavior.
Comments?
I agree that there should be an option to disable AJAX. AJAX adds useful functionality, but when f.e. your browser does not support Javascript, PMA functionality should still work.
Agree with Dieter.
Greets,
Dieter
Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-01-19 13:03, Dieter Adriaenssens a écrit :
Hi,
2011/1/19 Marc Delisle marc@infomarc.info:
Hi, in the forum we got at least two complaints from people who don't want to use the new AJAX mode. In one case, this uncovered a bug but in general it might be a good idea to offer a configuration option to disable all AJAX behavior.
Comments?
I agree that there should be an option to disable AJAX. AJAX adds useful functionality, but when f.e. your browser does not support Javascript, PMA functionality should still work.
I believe that PMA functionality is OK for js-disabled browsers.
The complaints come from people having js-enabled browser but for some reasons don't want AJAX. One of the reasons is wanting full page loads to be able to use the Back button.
Le 2011-01-22 08:13, Marc Delisle a écrit :
Le 2011-01-19 13:03, Dieter Adriaenssens a écrit :
Hi,
2011/1/19 Marc Delisle marc@infomarc.info:
Hi, in the forum we got at least two complaints from people who don't want to use the new AJAX mode. In one case, this uncovered a bug but in general it might be a good idea to offer a configuration option to disable all AJAX behavior.
Comments?
I agree that there should be an option to disable AJAX. AJAX adds useful functionality, but when f.e. your browser does not support Javascript, PMA functionality should still work.
I believe that PMA functionality is OK for js-disabled browsers.
The complaints come from people having js-enabled browser but for some reasons don't want AJAX. One of the reasons is wanting full page loads to be able to use the Back button.
I started to implement conditional Ajax, see commit 5464b54e17015ed4ca8c015597e4760a538dd866 that handles the results page.
If someone thinks of a better way to implement this, please share on the list; otherwise I (and others interested to help) will continue this way.