Tagged Questions
The firefox3.5 tag has no wiki summary.
8
votes
6answers
3k 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 ...
8
votes
6answers
9k 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 ...
8
votes
8answers
2k views
Firefox 3.5 color correction hack?
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 meant to be the same as the ...
7
votes
4answers
900 views
How to embed video like Firefox page?
I just updated Firefox 3.5.
When I visited Firefox website there is a video. When you click it, it enlarges and plays. I wonder if anyone knows how you can do it. Does it use any plug-in?
5
votes
4answers
80 views
Firefox 3.5 & 3.6: Unable to style <address> if it contains an <ul>
The following web page will render with unexpected result in Firefox 3.5. The first <address> element will not have a pink background, but the second will. Is this only happening for me? Is my ...
5
votes
4answers
306 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 ...
5
votes
3answers
550 views
Firebug Net Panel Logs
Is there a way to have firebug retain the activities log even after navigating to another page?
5
votes
2answers
3k views
Firefox 3.5 fixed-position scrolling annoying flicker
Please try to scroll down this page with the newest version of Firefox (3.5)
http://resopollution.com/rentfox/html5/dashboard.html
=(
Is there any way to fix the flickering?
Thanks in advance for ...
4
votes
1answer
814 views
jQuery div hover function not working in Firefox
http://cambridgeuplighting.com/testimonials
This code works in Safari, IE7, and IE8, but not in FF 3.5.7. The code changes the background of the little background icon when you hover over a div.
...
4
votes
3answers
1k 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 ...
4
votes
2answers
478 views
Where is a sample of some Javascript code for Location Aware Browsing in Firefox 3.5?
Does anyone know where I can find an example of some javascript code for the new location-aware features of Firefox 3.5?
3
votes
2answers
167 views
Count number of word from given string using javascript
I am trying to count number of word in given string using that code below......
var t = document.getElementById('MSO_ContentTable').textContent;
if (t == undefined) {
var total = ...
3
votes
2answers
552 views
Inpupt box animation in jQuery leaves a “trail”, any way to get rid of it?
Using jQuery to animate a ASP.net textbox when it's focused leaves a trailing animation in Firefox 3.5.
The effect is no longer visible after modifying the input box to have no border. The top box ...
3
votes
5answers
2k views
complete client side application using HTML 5
Is it possible to create a complete client side application using HTML 5 (it will embed chat clients, stock ticker) + JavaScript, and then bundle is with underlining Firefox 3.5 engine, so that user ...
2
votes
2answers
359 views
problems with execCommand justification in Firefox?
I am building a very simple WYSWIG editor for a div with contenteditable = "true". I am using execCommand to do simple formatting such as bold, italicize, and underline along with text justification.
...
2
votes
3answers
9k 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
4answers
872 views
FireFox 3.5 Fetches Image Sprite Repetitively - how to prevent?
EDIT: Mozilla fixed the bug. This thread is dead.
EDIT: This is a Mozilla bug. See this thread: https://bugzilla.mozilla.org/show%5Fbug.cgi?id=501853
I have a sprite I use for my images here: ...
1
vote
1answer
686 views
Attempting to use Segoe font in browser
I want to render a page with fonts mostly being font-family:"Segoe" (that line goes in the appropriate class selectors which I've verified are working), however I get back a standard font (times new ...
1
vote
2answers
645 views
1
vote
2answers
578 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)
...
1
vote
1answer
201 views
Multiple Instances of Firefox and Visual Studio
After upgrading to FF3.5, I noticed Firebug is slower. A lot slower, it is annoying to debug web applications and have to wait 5 seconds to open a tab.
After some googling, I got FF3.0 and FF3.5 ...
0
votes
1answer
158 views
event.target not working on Firefox
var x = event.target||event.srcElement;
document.getElementById(x.id).style.left = 200 + "px" ;
document.getElementById(x.id).style.top = 100 + "px" ;
Works fine on google chrome and IE but ...
0
votes
0answers
37 views
Table collapse error on firefox 3.5
I built a table and intended it to have a line between th and td. Besides this line, there is no border inside the table. I implemented it by setting the border-collapse of the table to be 'collapse', ...
0
votes
1answer
499 views
Image color differences in different browsers. (Firefox, Chrome, IE)
Oi!
I have a question regarding the differences in how images are being rendered inside of Firefox then in Internet Explorer. Firefox version is 3.5.19 and Internet Explorer version is MSIE 7.0.
...
0
votes
0answers
62 views
firefox prism on setup file operation
i want to use https://developer.mozilla.org/en/Prism for my web application and i will create a setup file for my application. Because my application must be on user local computer.
So, I want to ...
0
votes
1answer
53 views
Need help for CSS layout bug only in FF 3.5.16
http://www.africanbushcamps.com/abc/
If you check with FF 3.5.16 (you can use the portable version to see), you'll see the left sidebar is in place, content and right sidebar goes down.
I'm ...
0
votes
3answers
1k views
At IE7, action “javascript:history.back()” in JSP jump back to main page, not previous viewed page
Below are the code pieces in one jsp page, the function is to jump back to previous page, it works on Firefox 3.5, but does not work on IE7, at IE7, it will jump back to main index page.
how to ...
0
votes
4answers
3k views
How to read directory using jQuery .ajax()?
Using jQuery .ajax() to read "./ex.html" returns the expected contents of the file
in the first alert box. Using the same call just changing the request to "./" does not return an expected directory ...
0
votes
1answer
510 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
1answer
130 views
Firefox 3.5.3 horizontal menu drop-off
URL: www.htiops.com
CSS: www.htiops.com/css/htiOps.css
The last two links in the gray horizontal nav bar are vertically dropping down in FF 3.5.3. It doesn't happen in older versions of FF, IE7, ...
0
votes
1answer
69 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
0
votes
0answers
790 views
jQuery Coda Slider Plugin Tearing sides on Firefox 3.5
I'm currently using this jQuery Coda Slider plugin at www.ndoherty.com/demos/coda-slider/1.1.1/ with some custom code to make it auto-rotate. Works in all browsers but Firefox 3.5 on both Mac and ...
0
votes
2answers
3k 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 ...
0
votes
2answers
505 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
3answers
3k views
Different css rendering for span inside td with FF3.5 versus FF3.0
I have a web page that has a table and inside one of the td is span that uses a smaller font, float right to place it to the far right, and a negative margin-top, so it is aligned with larger text in ...
0
votes
6answers
5k views
Silverlight 3 on Mac OS X in Firefox 3.5 doesn't work!
I'm trying to upgrade my site to Silverlight 3. All my customers are having a reasonabily good experience from upgrading to Silverlight 3 from Silverlight 2 or just a fresh install.
But on Mac OS X ...
0
votes
2answers
1k views
Offline storage in firefox 3.5 for file://
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 me ...
0
votes
1answer
678 views
GWT DecoratorPanel problem in Firefox 3.5
Rounded corners ing GWT's DecoratorPanels don't look right for me in FF3.5. See the gap below the upper right-hand corner:
http://img.skitch.com/20090705-c95g8b1cn33t22wnypk4h5mjwt.jpg
Anyone else ...
-2
votes
1answer
34 views
External Links doesn't work on Firefox 3.5 [closed]
got a problem with all external links when I test my website on Firefox 3.5.
<a href="http://www.facebook.com/" target="_blank" >Follow me</a>
Can anyone please advise? Thanks.