1
vote
1answer
75 views
HTML5 Video and degradation?
I've been playing around with the HTML5 video tag and I'm puzzled as to how best to degrade when you can't support a codec?
For older browsers (or IE) that don't support the video tag at all this …
-1
votes
3answers
104 views
Should setting `checkbox.checked = false` not clear the HTML attribute too?
Here's my HTML:
<input id="test" type="checkbox" checked="">
Here's a Firebug excerpt:
>>> test
<input id="test" type="checkbox" checked="">
>>> test.checked = false
…
2
votes
2answers
62 views
Geolocation provider for Firefox that allows manual input
Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current location?
I think this would be useful for testing and for privacy reasons (providing …
0
votes
1answer
43 views
subsequent click eaten on img inside anchor tag, firefox 3.5.5
Hi, given the following test:
http://snipplr.com/view/23898/
I have a series of pages with 96x96 thumbnails in the same spot and I want people to be able to continuously click the thumbs.
I'm …
-1
votes
0answers
34 views
Firefox debug?? [closed]
Everytime since morning i am trying to login at stackoverflow, firefox needs a debug. I am not able to point out the problem, can anybody help??
I have tried rebooting my system and even tried out …
0
votes
1answer
104 views
Why is my text messed up in Firefox 3.5 in Windows 7? (see pic) How can I fix this?
It only happens on some web pages, and only for some text items. On splurb.com, it is happening all over:
http://scottelkin.com/images/splurb.jpg
0
votes
3answers
452 views
How to fix @font-face glitches in Firefox 3.5
In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, in 3.5, except it …
2
votes
2answers
892 views
What does Firebug “XML cannot be the whole program” error message mean?
I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means?
It's being indicated on the last line of this 3-line …
4
votes
7answers
753 views
Firefox 3.5 color correction hack?
Hello stackoverflow.com.
After finally getting down to upgrading to FF 3.5, I noticed that some of my web pages have color problems. Specifically, say I have a PNG image with a color in it which is …
0
votes
2answers
72 views
FF 3.5 extension: window.title is ‘undefined’
From a sidebar in Firefox 3.5 I am getting a reference to the main window with:
var mainWindow = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
…
4
votes
3answers
167 views
Can Firebug be required to run my website?
I'm working on a new project which has some complex javascript. I can't post any code so that's not what my question is about.
I have a script which works in Firefox 3.0. It was pointed out that the …
0
votes
2answers
163 views
Multiple jquery code works in every browser apart from Firefox 3.5
I have 3 different jquery uses & put it into one code as follows:
$(function() {
$("#ticker01").liScroll({travelocity: 0.075});
$(mainContent).corner("10px");
$(".article …
0
votes
1answer
32 views
Is there any way to get the Firefox API’s
Is there any way to get firefox Api so that i can access them programatially
There any other method other than XPCom
-2
votes
0answers
75 views
Why is my webapp not working on FF 3.5+ and Google Chrome 3+ [closed]
Hi there
I've been working for a month on a webapp and now i'm heading to the release moment. One major problem i have is that the app does not completly works under Firefox 3.5+ or Chrome 3+ on …
0
votes
2answers
471 views
Offline storage in firefox 3.5 for file://
Hi,
I was trying out the code for offline storage in firefox 3.5, taken from http://starkravingfinkle.org/blog/2008/05/firefox-3-offline-app-demo-part-2/.
When the page loads i get a dialog prompting …
