Menu

#2689 (ok 2.11.8) Font-Size Option Problem when no config file

fixed
1
2013-06-11
2008-05-07
No

Hi there,

I know that this Bug might be related to #1949378.
The way I produce it might vary from that one.

The font-size is ignored / different if no config.inc.php is available.

In case the config-file isn't available:
-The Dropdown seems to have kinda "em/relative" values like 0.05, 1, 2, etc.
-Changing the font size doesn't have any effect

In case the config is available:
-Dropdown shows a font-size of 82% (perfect for the paradice theme :-)
-Changing the font-size does have an effect

I attached a Screenshot showing the differences. Tests on WinXP SP2 using FF2.0.14, IE7, Safari 3 and Opera 7.23

To make sure it is not a problem of the paradice theme I checked the original and the darkblue/orange theme and the bug occured too.

best regards
-Andy

Discussion

  • Andy Scherzinger

    Font-Size Screenshot

     
  • Marc Delisle

    Marc Delisle - 2008-06-28
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-06-28

    Logged In: YES
    user_id=210714
    Originator: NO

    Fixed for 2.11.8. In trunk, still a problem with theme original and navi frame.

    Andy, please note that for 3.0 (trunk), there are changes for font-size setting, for example in themes/original/css/theme_right.css.php:

    html {
    font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $
    _SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;
    }

     
  • Marc Delisle

    Marc Delisle - 2008-06-28
    • priority: 5 --> 1
    • summary: Font-Size Option Problem depending on config available --> (ok 2.11.8) Font-Size Option Problem when no config file
    • status: open --> open-fixed
     
  • Jürgen Wind

    Jürgen Wind - 2008-06-28

    Logged In: YES
    user_id=1383652
    Originator: NO

    well,
    the html{..} should be removed from the themes files IMHO, because it was meant to be set in
    /phpmyadmin.css.php instead (line 41 in trunk). Otherwise every (custom) theme has to be patched.

     
  • Marc Delisle

    Marc Delisle - 2008-07-28
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed