Questions tagged [firefox-8]

Version 8 of the Mozilla Firefox browser. Released on November 8, 2011.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

6 questions
2
votes
2 answers

web workers not working in firefox 8, works in firefox 7

I am using library called arbor.js(beautified). It contains the following line of code, i = new Worker(); At this point an error is thrown, and the following message is reported in Firebug, "Could not get domain!" The line…
chinmayv
  • 249
  • 1
  • 4
  • 14
1
vote
3 answers

Django Static compressed files not rendering on Firefox

I am using django-static for optimization of static stylesheets and javascripts. Now all these scripts and css properties are being loaded in Chrome and on Safari. But for some reason they are not loading in Firefox. Am i doing something wrong? Does…
Akamad007
  • 1,374
  • 3
  • 16
  • 37
1
vote
1 answer

Custom Fonts not working on local as well as live website on Firefox 8 hosted on IIS 7

I have tried all the options to make the custom fonts work in Firefox 8.0...But they are not working at all.They are working on Firefox 7 and below and on all the other browsers as well(IE7,IE8,IE9,Safari,Chrome) I've tried every possible option for…
Programmer
  • 39
  • 7
0
votes
1 answer

How can i solve the Firefox is getting freeze and crash when trying to print radgridview data from silverlight 4.0 application?

I am using Mozilla Firefox 8.0.1 running on Microsoft Windows XP Professional Version 2002 Service Pack 3.when i try to print by selecting hp laser jet 1320 PCL 5 printer or Microsoft XPS Document Writer, the browser is getting crash. Note: The…
0
votes
1 answer

font-face in firefox 8 on linux and firefox 3.6 on winxp

this is my CSS code: @font-face { font-family: 'WebMitra'; font-style: normal !important; font-weight: normal !important; src: url('./fonts/bmitra.ttf') format('truetype'); } @font-face { font-family: 'WebMitraBold'; …
sweb
  • 2,452
  • 3
  • 29
  • 44
0
votes
3 answers

Firefox 8 disabled=disabled

I have just finished developing a web app but I have a really annoying annoying issue concerning the disabled property in firefox 8. It appears as though disabled=disabled is not valid and therefore my hyperlink will not render as disabled. I am…
Matt Seymour
  • 7,802
  • 6
  • 52
  • 95