You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our code worked fine in 1.7.2 - moved to 1.7.3 and our box comes up below the cloned element by the amount that the div is scrolled. Or to the right of the cloned element if scrolled horizontally.
The base element is a td in a table inside several divs. We have a reusable pop-up div that covers the display td to provide a drop-down choice.
I had a similar problem. I upgraded from 1.7 to 1.7.3 and my div that was supposed to display below the text field where the user types displays at the bottom of the page. I fixed it by replacing the private function pageScrollXY() that the clonePosition() logic calls. The pageScrollXY() was changed from this:
Our code worked fine in 1.7.2 - moved to 1.7.3 and our box comes up below the cloned element by the amount that the div is scrolled. Or to the right of the cloned element if scrolled horizontally.
The base element is a td in a table inside several divs. We have a reusable pop-up div that covers the display td to provide a drop-down choice.
Here's the call:
I went into 1.7.3 and remove the part that accounts for scrolling and it works again:
The text was updated successfully, but these errors were encountered: