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
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
Put IFrame inside the container which has scrolling on
Put other components inside container to make scrollbars appear.
Scroll the container
What is the expected output?
IFrame should move with other content.
What do you see instead?
IFrame remains at the same place.
What version of the product are you using? On what operating system?
1.3.3 version WinXP, IE
Please provide any additional information below.
This issue concerned with flex scrolling optimization. Containers use
scrollRect field to make scrolling. It is not forces invalidation and the
moveIFrame function doesn't called. Possible way to fix - define event
listener for SCROLL event. One more issue when such event listener is
defined is that during scrolling IFrame can go away from the parent
container and overlap other components. The IFrame should be hidden when it
goes away from parant container bounds.
The text was updated successfully, but these errors were encountered:
Originally filed by [email protected] on 2009-02-06T13:19:29
What steps will reproduce the problem?
What is the expected output?
IFrame should move with other content.
What do you see instead?
IFrame remains at the same place.
What version of the product are you using? On what operating system?
1.3.3 version WinXP, IE
Please provide any additional information below.
This issue concerned with flex scrolling optimization. Containers use
scrollRect field to make scrolling. It is not forces invalidation and the
moveIFrame function doesn't called. Possible way to fix - define event
listener for SCROLL event. One more issue when such event listener is
defined is that during scrolling IFrame can go away from the parent
container and overlap other components. The IFrame should be hidden when it
goes away from parant container bounds.
The text was updated successfully, but these errors were encountered: