Menu

#2976 (ok 3.3.1) Slide effect masks some fields on search page

3.2.5
fixed
Interface (555)
1
2013-06-11
2010-02-09
Toine
No

can't scroll to last fields when in search mode, see .pdf
Please put selection of fields on top again to avoid this.

Discussion

  • Toine

    Toine - 2010-02-09

    .pdf showing bottom of search screen

     
  • Marc Delisle

    Marc Delisle - 2010-02-09
    • status: open --> pending-works-for-me
     
  • Marc Delisle

    Marc Delisle - 2010-02-09

    I tried to replicate your problem with Firefox 3.5.7 and was not able. The vertical scroller permits me to scroll to all fields in the "select fields" chooser.

     
  • Toine

    Toine - 2010-02-09
    • status: pending-works-for-me --> open-works-for-me
     
  • Toine

    Toine - 2010-02-09

    I have Firefox 3.6 and font format at 82%

     
  • Herman van Rink

    Herman van Rink - 2010-02-10
    • status: open-works-for-me --> open
     
  • Herman van Rink

    Herman van Rink - 2010-02-10

    I've been able to replicate with Firefox 3.5.7 on Linux.
    Fontsize is set to 82% since this is the default from PMA_Config::_getFontsizeSelection()

    It seems that the slider effect creates the problem. When the searchoptions div is expanded it gets a height of 189px and overflow: hidden;
    Adding some padding-bottom: 10px through Firebug seems to solve it, but I'm not sure where mootools handles this.

    Setting "$cfg['InitialSlidersState'] = 'disabled';" in your config could be a workaround for you.

     
  • Marc Delisle

    Marc Delisle - 2010-02-13
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2010-02-13

    patch 1

     
  • Marc Delisle

    Marc Delisle - 2010-02-13

    Have a look at patch1.diff for 3.2.5. Opening the slider adds some pixels - thanks to Herman for the suggestion. Can someone help me find why the closing of slider does not remove the padding?

     
  • Herman van Rink

    Herman van Rink - 2010-02-15

    Patch 2

     
  • Herman van Rink

    Herman van Rink - 2010-02-15

    I figured out that the float: left of the fieldsets involved somehow causes this.
    What probably happens is that mootools looks in the DOM tree for the last element, and its lower y-position. Not taking the floating behavior into account.

    Adding an element with clear: both; resolves this, see patch2.diff.

     
  • Marc Delisle

    Marc Delisle - 2010-02-15
    • assigned_to: lem9 --> helmo
     
  • Marc Delisle

    Marc Delisle - 2010-02-15

    Thanks Herman, please apply patch 2.

     
  • Herman van Rink

    Herman van Rink - 2010-02-16
    • summary: fields not choosable --> (ok 3.3.1) Slide effect masks some fields on search page
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • Herman van Rink

    Herman van Rink - 2010-02-16

    Committed to trunk and QA_3_3 branch for release in 3.3.1

     
  • Marc Delisle

    Marc Delisle - 2010-03-16
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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