all just like the BUG ID: 3301392.
but it's closed.
so i report again.
it's not a case.
my some friends has this problem too.
i think it's begin from ver 3.4.*,
when phpMyAdmin has new theme with "pmahomme".
i test this bug in some browsers and OSs,
and i tried edit the cookies "pma_fontsize",
but nothing was change.
it's OK in demo.
but, why not fixed it in released version.
If you're running the stable demo, you get the same 3.4.3 version. However, your browser had no cookie coming from the demo server, therefore you don't have the fontsize selection problem.
Try to delete all cookies related to your server and phpMyAdmin, close your browser and try again.
i already delete all cookies,
and test this bug in some browsers and OSs,
Is this the demo you tried?
http://demo.phpmyadmin.net/STABLE/
yes, it's works fine.
There might be something different running on your server, like a special PHP extension (maybe Suhosin?).
i tried to just enabled these extension,
php_pdo.dll
php_pdo_mysql.dll
php_mbstring.dll
php_mysql.dll
php_mysqli.dll
I run it at localhost on win apache and linux apache,
but can't works either
:-<
Assuming you are trying with Firefox 4 or 5, please have a look at your cookies for this localhost server and tell me what's inside your pma_fontsize cookie, including the contents and the path. Give me the results, before you switch to let's say 115% fontsize, and after.
i delete all cookies,
open phpmyadmin,
there are 'phpMyAdmin' and 'pma_lang'
after select,
nothing was change.
Are you familiar with Firebug? With this tool is installed in Firefox, I have a Network panel which shows me what happens when I change the font size from the main panel. In the POST to index.php I see the parameter set_fontsize and the value 86%, and in the headers I see that a pma_fontsize cookie was received.
yes,
i can see set_fontsize and token in POST,
i repeat this action 3 times,
result like those,
Set-Cookie
pma_collation_connection=deleted; expires=Tue, 29-Jun-2010 01:25:08 GMT; path=/phpmyadmin/; httponly (at localhost)
Set-Cookie
pma_fontsize=80%25; expires=Fri, 29-Jul-2011 01:25:56 GMT; path=/STABLE/; httponly ( at demo/STABLE)
now i use FireCookie to add "pma_fontsize",
the fontsize was change,
as you say,
maybe this is my server's problems,
i have not prospect of you can/will solve that.
i give up.
but if you have some solutions for that,
i will test it and report it to you
I tried to reproduce this issue the other day and I couldn't reproduce with both FF and Chrome on Windows7. Now tried with both browser on Ubuntu and still can't reproduce.
Couldn't reproduce this under Chrome neither on my local Windows enviroment nor on my Debian server.
Ok, closing now.