Closed
Bug 303888
Opened 20 years ago
Closed 16 years ago
Changing div overflow inline style causes reframing of flash movie
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: netdragon, Unassigned)
References
Details
Attachments
(1 file, 2 obsolete files)
4.52 KB,
text/html
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I made a javascript function that went through each parent div of a particular
div, and saved it's computed overflow value, then changed it. I then wrote
another function that took those saved values and restored them. This was
necessary to fix an overflow issue on AOL's site where the test ad shows. What
ended up happening was the flash movie restarted when the values were changed a
second time.
Expected results: The flash movie doesn't restart.
Actual results: The flash movie restarted.
Reporter | ||
Comment 1•20 years ago
|
||
Hopefully this works. If so, this will be called from the HTML file I'm about
to attach.
Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 191960 [details]
shockwave test file - ignore this
Didn't work properly in concert with the HTML. I'm having trouble making a
testcase. I'll see what I can do.
Attachment #191960 -
Attachment is obsolete: true
Comment 3•20 years ago
|
||
will be fixed once (and if) plugin loading moves to content. don't know if a bug
is filed on that already...
Depends on: 1156
Reporter | ||
Comment 4•20 years ago
|
||
Here's a flash file I just made. It doesn't loop, so you can easily see the
reframing.
Reporter | ||
Comment 5•20 years ago
|
||
Watch the flash end, and if you click "contract", it'll start over again. Same
with "expand".
Attachment #191963 -
Attachment is obsolete: true
Reporter | ||
Comment 6•20 years ago
|
||
If anyone knows a workaround for this, it would be very helpful. Currently, our
company's scripts aren't able to save the overflow properties, and therefore
when our ads change them, we could mess up the portal site our ads are within.
It's likely not going to happen because portals don't generally use the
overflow:hidden property because of problems with IE, but it's possible.
Comment 8•18 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007110515 Minefield/3.0a9pre
Flash restarting.
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•