Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox 30 applet is not executing in Bootstrap v3.2 Modal #14124

Closed
hiteshyadav opened this issue Jul 11, 2014 · 25 comments
Closed

Firefox 30 applet is not executing in Bootstrap v3.2 Modal #14124

hiteshyadav opened this issue Jul 11, 2014 · 25 comments

Comments

@hiteshyadav
Copy link

I am facing very strange issue.
I am using FireFox 24.6.0.
I have created simple Modal Panel.
In this modal panel one applet is included ..but applet is not working...
I have tried same thing in chrome and ie....and it works .
Instead of modal panel if i include applet in html it works fine... means there is no security issue with firefox or add-ons or any other.
The problem come only in case when applet is included in modal panel.....
My bootstrap version is v3.1.1.

@hiteshyadav hiteshyadav changed the title In Firefox version-24 applet is not executing in Bootstrap Modal. In Firefox version-24 applet is not executing in Bootstrap Modal Panel. Jul 11, 2014
@cvrebert
Copy link
Collaborator

  • Please upgrade to Firefox 30
  • Please upgrade to Bootstrap v3.2.0
  • Please post a live example webpage demonstrating the problem

@Siecje
Copy link
Contributor

Siecje commented Jul 11, 2014

Firefox 24.6.0 ESR (Extended Support Release) will be supported until October. https://www.mozilla.org/en-US/firefox/organizations/faq/

@cvrebert
Copy link
Collaborator

@Siecje Yes, but if this happens to be due to a browser bug that's been fixed in a subsequent version, then assuming there isn't a non-fugly workaround for the bug, the solution/resolution here will be "update Firefox".

@mdo
Copy link
Member

mdo commented Jul 12, 2014

Closing until we get a live example with the latest version of Bootstrap.

@mdo mdo closed this as completed Jul 12, 2014
@hiteshyadav
Copy link
Author

Thanks for quick response,
But issue is not solved.
I had try same issue with FireFox-30 , Bootstrap v3.2.0 , jQuery v1.11.1 .
In this case modal open properly but no content from applet.
Same html work properly with other browser like chrome , IE

@liangzifeng
Copy link

good

@hiteshyadav hiteshyadav changed the title In Firefox version-24 applet is not executing in Bootstrap Modal Panel. In Firefox version-30 applet is not executing in Bootstrap v3.2 Modal Panel. Jul 14, 2014
@cvrebert
Copy link
Collaborator

@hiteshyadav We cannot assist you unless you post a live example of the problem, as previously requested.

@hiteshyadav
Copy link
Author

Please check the link.

http://tomcat7-yadav3dplm.rhcloud.com/TestApplet/Test.html

The above link work properly for chrom and IE-8 but not for firefox-30.
This web-application has only one "Test.html" ....onBodyLoad modal panel is open and modal pannel contain applet.
In applet only paint method implemented ....
Applet is created in Java Version7

@cvrebert cvrebert reopened this Jul 15, 2014
@cvrebert
Copy link
Collaborator

@hiteshyadav Seems to be working for me on OS X Firefox?:
shot

@hiteshyadav
Copy link
Author

i have check same thing with disabled all add-ons on firefox-30 but it is not working .
I have windows7-64 bit version machine.
Now i am confused , in which direction i have to check to solve the problem

@cvrebert
Copy link
Collaborator

@twbs/team Anyone have a Windows machine/VM with Java that they can test this with?

@XhmikosR
Copy link
Member

I can reproduce it I think. I mean I just see an empty modal.

FF is nightly so v32. Chrome works fine on the same VM with the same Java version.

2014-07-17_01-28-29

@cvrebert
Copy link
Collaborator

Maybe this is related to our use of translate3d in modals? (Wild guess)

@XhmikosR
Copy link
Member

Didn't we have a patch for that? Or was something similar? It might be related...

@cvrebert
Copy link
Collaborator

Yeah, it was added "recently" in #13649, hence my (unproven) suspicion.

@juthilo
Copy link
Collaborator

juthilo commented Aug 3, 2014

Suspicion proven by disabling the CSS rule .modal.in .modal-dialog { transform: translate3d(0px, 0px, 0px); } in Firefox's Page Inspector.

@cvrebert
Copy link
Collaborator

cvrebert commented Aug 3, 2014

Okay, then it looks like we've found a Windows Firefox bug.

@mdo
Copy link
Member

mdo commented Aug 3, 2014

Ugh. Maybe we should remove that translate3d stuff from the modals and what not.

@cvrebert
Copy link
Collaborator

cvrebert commented Aug 3, 2014

@juthilo Do you want to file a bug with Mozilla?

@juthilo
Copy link
Collaborator

juthilo commented Aug 3, 2014

@cvrebert Sure!

@mdo mdo changed the title In Firefox version-30 applet is not executing in Bootstrap v3.2 Modal Panel. Firefox 30 applet is not executing in Bootstrap v3.2 Modal Aug 4, 2014
@juthilo
Copy link
Collaborator

juthilo commented Aug 4, 2014

Firefox bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1048279

@cvrebert
Copy link
Collaborator

cvrebert commented Aug 4, 2014

@juthilo Excellent! Next step is to add an entry to our Wall of Browser Bugs page.

juthilo added a commit that referenced this issue Aug 4, 2014
juthilo added a commit that referenced this issue Aug 4, 2014
juthilo added a commit that referenced this issue Aug 4, 2014
juthilo added a commit that referenced this issue Aug 4, 2014
juthilo added a commit that referenced this issue Aug 4, 2014
Add Wall of Browser Bugs entry for #14124
@cvrebert
Copy link
Collaborator

cvrebert commented Aug 4, 2014

Closing due to #14315, as an apparent browser bug that we're not going to try to work around for now. See also #14227.

@cvrebert cvrebert closed this as completed Aug 4, 2014
@mdo
Copy link
Member

mdo commented Aug 4, 2014

We still might yet be able to work around, should we decide to remove the translate3d stuff and roll back to the normal transforms. However, the two edge case bugs—including this one—haven't been enough to convince me just yet.

cvrebert added a commit that referenced this issue Oct 1, 2015
cvrebert added a commit that referenced this issue Oct 1, 2015
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX.
Refs #14124.
[skip sauce]
@cvrebert
Copy link
Collaborator

Mozilla has deemed this WONTFIX:

We aren't going to fix this issue. Windowed-mode plugins such as Java don't participate in the CSS rendering order very well, and since they are a dying legacy technology we've chosen not to spend time fixing this.

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

No branches or pull requests

7 participants