I got error style when popup search builder form, How to fix it.

I got error style when popup search builder form, How to fix it.

Sok VirakSok Virak Posts: 16Questions: 8Answers: 0


search builder with bootstrap3

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    It seems OK here. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.

    Cheers,

    Colin

  • Sok VirakSok Virak Posts: 16Questions: 8Answers: 0


    As follow your example and here an issue that I meet.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Yep, there looks like an issue there, but unless we can see it, we can't help. As I said above, please update my test case, or link to your page, so we can see the issue,

    Colin

  • Sok VirakSok Virak Posts: 16Questions: 8Answers: 0

    There are several line that make this issue
    * this.dom.container.css('margin-left', this.dom.logicContainer.outerHeight(true));
    * var newPos = currentLeft - shuffleLeft - this.dom.logicContainer.outerHeight(true);
    For above line, I trying to adjust from outerHeight to outerWidth and it working fine.
    * this.dom.clear.outerHeight(this.dom.logicContainer.height());
    This line will comment

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @Sok Virak ,

    We still will need to see a test case in order to debug and make a fix for this properly. As Colin said, information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Thanks,
    Sandy

Sign In or Register to comment.