+ Reply to Thread
Results 1 to 9 of 9

Thread: Multifield location scrollbar help

  1. #1
    Senior Member
    Join Date
    Jun 2016
    Posts
    185

    Multifield location scrollbar help

    Is there a way to make the scrollbar of the "Select Location" box, so it reacts like in an browser. And not that bouncin effect. Because sometimes it bounces up and some letter can not be seen. And it does not do as it should. Sometimes i goes up before the intention of down. etc.

    Just want it to react as an scrollbar in a browser would. Only move strict and down as needed.

  2. #2
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    And the auto complete part does not work well in multifield. if a city is in 2 words. it splits up the words of the result with a space, that has nothing to do with the word searched. and adds the first letter of the second word around etc.

  3. #3
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    i have 3 rank location. I have chosen dropdown in multifield box. 1 is country, second region and third is city. When you select country, it does not load regions. You have to select country and hit button, and then it shows region. Then you have to hit button again to show select options for city. What to do to make it load next phase when one is selected in dropdown?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    - it's not clear where you need scrollbar for "Select Location" box. Because when you use represantaion of locations as a list the scrollbar appears in locations column otherwise, there will be dropdown fields
    - give an example when search letters are splitted in results
    - maybe auto-loading sub-levels will be added in the next plugin update

  5. #5
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    Quote Originally Posted by Rudi View Post
    Hello,

    - it's not clear where you need scrollbar for "Select Location" box. Because when you use represantaion of locations as a list the scrollbar appears in locations column otherwise, there will be dropdown fields
    - give an example when search letters are splitted in results
    - maybe auto-loading sub-levels will be added in the next plugin update
    here you can see about autocomplete

    Untitled-1.jpg

  6. #6
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    In select location, when there is to many cities a scrollbar is shown. That scrollbar has a jumpy action of a flow for content when moved up and down. And sometimes the content that is on top disappears and gets a top: -3 to 5px;
    Can it be like a browser scrollbar. The content only moves how much you move the scrollbar in fix way no jumpy way.

  7. #7
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    Here is an image of the issues because of scroll in multifiled "Your Location" box. Where the first lines of the cities are top:-3px; or more when page loaded. And the scrollbar "blue color" has a strange flow. And does not make content move alongside the scroll. It has a fluid hoppy move. df.png

  8. #8
    Hello Fadil,

    Try to solve it in styles. Open file: ftp://plugins>>multiField>>static>>style.css at line ~66

    find class: ul.gf-list
    and remove style: padding: 10px 0 0;

    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Senior Member
    Join Date
    Jun 2016
    Posts
    185
    Quote Originally Posted by Viktor View Post
    Hello Fadil,

    Try to solve it in styles. Open file: ftp://plugins>>multiField>>static>>style.css at line ~66

    find class: ul.gf-list
    and remove style: padding: 10px 0 0;

    save and check again.
    Hi Viktor

    That seems to be working. Dont know how i did not see that css. Thought it was java.

    And i found out why the spaces in autocomplete. also css error.


    Thank you for your help
    Attached Images Attached Images

+ Reply to Thread