Menu

#387 (ok 2.11.3) Login interface broken on Konqueror

closed-accepted
nobody
Interface (183)
1
2007-12-08
2007-11-26
No

When opening the phpmyamdin login screen and enlarging the fonts in the browser window, the login and password labels and fields will wrap incorrectly, leading to this view:

Username: [USERNAME-FIELD]
Password:
[PASSWORD-FIELD]

The problem seems to happen faster in Konqueror, but can also be seen in Firefox. It happens in any language, although it seems like French makes it worse, because of it's longer labels consisting of different words.

Screenshots and original report can be found in Mandriva's bugzilla: http://qa.mandriva.com/show_bug.cgi?id=22020

A suggested patch fixing this issue can be found here: http://qa.mandriva.com/attachment.cgi?id=5269

Discussion

  • Marc Delisle

    Marc Delisle - 2007-11-30

    Logged In: YES
    user_id=210714
    Originator: NO

    Moved to patches.
    The suggested patch is
    diff -urNp /var/www/phpMyAdmin/css/phpmyadmin.css.php.orig /var/www/phpMyAdmin/css/phpmyadmin.css.php
    --- /var/www/phpMyAdmin/css/phpmyadmin.css.php.orig 2006-04-12 18:57:27.000000000 +0200
    +++ /var/www/phpMyAdmin/css/phpmyadmin.css.php 2006-09-06 12:32:27.192415023 +0200
    @@ -19,6 +19,14 @@ if ( $GLOBALS['text_dir'] === 'ltr' ) {
    header('Content-Type: text/css; charset=ISO-8859-1');

    ?>
    +div.item label {
    + white-space: nowrap;
    +}
    +
    +#lightm_db {
    + font-size: 70%;
    +}
    +
    /* @deprecated */
    .nowrap {
    white-space: nowrap;

     
  • Marc Delisle

    Marc Delisle - 2007-11-30
    • labels: 317619 --> Interface
    • milestone: 780600 -->
     
  • Marc Delisle

    Marc Delisle - 2007-12-01

    Logged In: YES
    user_id=210714
    Originator: NO

    First part of patch (label) merged for 2.11.3, thanks. About the size, this is handled in current PMA version by the size selector on main page.

     
  • Marc Delisle

    Marc Delisle - 2007-12-01
    • priority: 5 --> 1
    • summary: Login interface broken when using too large fonts --> (ok 2.11.3) Login interface broken on Konqueror
    • status: open --> open-accepted
     
  • Marc Delisle

    Marc Delisle - 2007-12-08
    • status: open-accepted --> closed-accepted