Closed Bug 633125 Opened 13 years ago Closed 7 years ago

Shockwave 3D window repositioned at top-left corner instead of center

Categories

(Core Graveyard :: Plug-ins, defect)

1.9.2 Branch
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mvitega, Unassigned)

References

()

Details

(Keywords: testcase)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)

I`m having problems with a site under construction http://vizfx.ro/teste/ - link TurVR. 
I`m using jQuery Colorbox Overlay with Shockwave 3D (default 3D rendering). Google Chrome and even IE works fine.
Firefox repositions the overlay at the top left corner instead of the center with 2 overlay areas (top & center). If I move the cursor the position is corrected.
Details: – Firefox 3.6.13, Shockwave plugin 11.5.9.615


Reproducible: Always

Steps to Reproduce:
1. go to http://vizfx.ro/teste/
2. click on TurVR
3. loading Shockwave 3D
Actual Results:  
Shockwave 3D window repositioned at top-left corner instead of center

Expected Results:  
correct position (center) in the jQuery overlay

sometimes this behavior appears on pages with embedded 3D Shockwave (not overlays) when you scroll the page in time of the loading. The Shockwave moves outside the <div>. If you scroll again the position it is corrected. 
See address: http://www.shockwave.com/gamelanding/superbike-nation.jsp (and some other games which are using Shockwave 3D)
Summary: click on TurVR, Shockwave 3D window repositioned at top-left corner instead of center → Shockwave 3D window repositioned at top-left corner instead of center
Confirmed on Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15pre) Gecko/20110210 Namoroka/3.6.15pre (http://hg.mozilla.org/releases/mozilla-1.9.2/rev/fc19169f304d).

WFM on Mozilla/5.0 (Windows NT 5.1; rv:2.0b12pre) Gecko/20110210 Firefox/4.0b12pre ID:20110210030400 (http://hg.mozilla.org/mozilla-central/rev/199cb6282554).

Both with Adobe Shockwave for Director Netscape plug-in, version 11.5.9.615.
Status: UNCONFIRMED → NEW
Component: General → Plug-ins
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
QA Contact: general → plugins
Version: unspecified → 1.9.2 Branch
I`ve tried two workarounds and unfortunately none worked:
- another html with a small W3D and redirect after 5 seconds – in the same JQuery overlay
- div animation with java script:
<script>
$(window).load(function () {
if ($('#continut').is(":hidden")) {
$('#continut').slideDown("slow");
} else {
$('#continut').hide();
}
});
</script>

I`m still searching for a workaround
I'm marking this bug as WONTFIX per bug #1269807.

For more information see - https://blog.mozilla.org/futurereleases/2015/10/08/npapi-plugins-in-firefox/
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.