Author Topic: I have a problem with Scroll in ParamQuery Pro 5.4.0.  (Read 2071 times)

Jongki, Baek

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 11
    • View Profile
I have a problem with Scroll in ParamQuery Pro 5.4.0.
« on: September 21, 2018, 10:46:49 am »
Hi.

I have a problem with Scroll in ParamQuery Pro 5.4.0.

Two tests were conducted for the occurrence of scrolling.

1) Lib add, delete
1-1)
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
Result] Scroll occurrence

or
<! -
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
->
Result] Scroll does not occur.

2) paramquery version change test.
2-1) paramquery-3.4.1 => Result] Scroll does not occur.
2-2) paramquery-4.0.3 => Result] Scroll occurred
2-3) paramquery-5.4.0 => Result] Scroll occurs

As a result of testing 3 kinds of items, paramquery-3.4.1 does not generate Scroll, and Scroll has occurred in later version.

I want to check the reference file.

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 147
    • View Profile
Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
« Reply #1 on: September 21, 2018, 11:20:58 am »
Hello,

Add the following code and try your page.

Code: [Select]
.pq-resize-iframe {
margin:0px;
border:0px;
}

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
« Reply #2 on: September 21, 2018, 11:49:29 am »
Thanks Omer, much appreciated.  :)

Jongki, Baek

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
« Reply #3 on: September 21, 2018, 03:33:46 pm »
thank you.
This issue has been resolved.