Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

IFrame issue with scrolling #6

Open
nicoulaj opened this issue May 2, 2011 · 4 comments
Open

IFrame issue with scrolling #6

nicoulaj opened this issue May 2, 2011 · 4 comments
Labels

Comments

@nicoulaj
Copy link
Member

nicoulaj commented May 2, 2011

Originally filed by [email protected] on 2009-02-06T13:19:29

What steps will reproduce the problem?

  1. Put IFrame inside the container which has scrolling on
  2. Put other components inside container to make scrollbars appear.
  3. 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.

@nicoulaj
Copy link
Member Author

nicoulaj commented May 2, 2011

Updated by [email protected] on 2009-04-17T13:54:54

I want to remove scrolling with the iframe

@nicoulaj
Copy link
Member Author

nicoulaj commented May 2, 2011

Updated by [email protected] on 2009-09-18T19:29:09

I have the exact same issue

@nicoulaj
Copy link
Member Author

nicoulaj commented May 2, 2011

Updated by [email protected] on 2009-10-10T23:51:24

Original ticket set status to Accepted (we converted to open)

@nicoulaj
Copy link
Member Author

nicoulaj commented May 2, 2011

Updated by [email protected] on 2010-02-06T12:12:36

I have this issue too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant