Menu

#4156 Browse mode grid has disabled scrollbars

Latest_Git_snapshot
fixed
interface (26)
5
2013-11-20
2013-11-19
No

Related to fix for https://sourceforge.net/p/phpmyadmin/bugs/4096/.

Seen in multiple browsers, see attachment.

commit e72342f10aad4f4f5e9695ce16589f1c9688cae9
Author: suheb suhebjerk@gmail.com
Date: Thu Nov 14 22:23:05 2013 +0530
bug fix #4096
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css
index e9b8b0b..2fd9f0e 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -81,6 +81,7 @@ h2 a img {
.data,
.data_full_width {
margin: 0 0 12px;
+ overflow: scroll;
}
.data_full_width {

1 Attachments

Discussion

  • J.M. Rütter

    J.M. Rütter - 2013-11-19
    • labels: interface, --> interface
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -0,0 +1,17 @@
    +Related to fix for https://sourceforge.net/p/phpmyadmin/bugs/4096/.
    +
    +commit e72342f10aad4f4f5e9695ce16589f1c9688cae9
    +Author: suheb <suhebjerk@gmail.com>
    +Date: Thu Nov 14 22:23:05 2013 +0530
    + bug fix #4096
    +diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css
    +index e9b8b0b..2fd9f0e 100644
    +--- a/themes/pmahomme/css/common.css.php
    ++++ b/themes/pmahomme/css/common.css.php
    +@@ -81,6 +81,7 @@ h2 a img {
    + .data,
    + .data_full_width {
    + margin: 0 0 12px;
    ++ overflow: scroll;
    + }
    + .data_full_width { 
    
     
  • J.M. Rütter

    J.M. Rütter - 2013-11-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,6 @@
     Related to fix for https://sourceforge.net/p/phpmyadmin/bugs/4096/.
    +
    +Seen in multiple browsers, see attachment.
    
     commit e72342f10aad4f4f5e9695ce16589f1c9688cae9
     Author: suheb <suhebjerk@gmail.com>
    
     
  • Marc Delisle

    Marc Delisle - 2013-11-19

    JM,
    in addition to IE 11, in which browser do you see this behavior?
    (I am able to reproduce this problem in IE 10 / Windows 7)

     

    Last edit: Marc Delisle 2013-11-19
  • J.M. Rütter

    J.M. Rütter - 2013-11-20

    I can see this in Chrome 33, but not in Firefox 24 nor 26.

     
  • Marc Delisle

    Marc Delisle - 2013-11-20
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2013-11-20
    • status: open --> fixed
     
  • Marc Delisle

    Marc Delisle - 2013-11-20

    Reverted the fixes of bug 4096.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.