Firefox 39 not downloading files in one particular server
Hi. This is my first question here and a weird one too. So please bear with me. My company has many individual servers, all running the same Java program with same enviro… (funda kabanzi)
Hi. This is my first question here and a weird one too. So please bear with me.
My company has many individual servers, all running the same Java program with same environment. We have a download button to download some data. However, the download link "DOES NOT POINT DIRECTLY TO THE FILE LOCATION". Instead we take the request, process it, write the data to a file in server, then read that file to the requesting browser.
In ONE of our servers, after our firefox upgraded, we are experiencing the issue that the download is not happening anymore for versions >=39. Previous versions are able to download the file correctly. Same behavior is seen in IE-11.
What's more confusing is that other servers are behaving normally even with firefox 39 and beyond. Only with this one server I am getting this issue.
Based on FF39 changelogs, can this bug-fix have some role to play in the observed behavior ? "Fix incomplete downloads being marked as complete by detecting broken HTTP1.1 transfers"
Attached are 3 images: Image 1: When download clicked, received the popup immediately though expecting some delay because of data processing. This possibly indicates that FF39 is not receiving any data from the server.
Image 2: When FF39 is not able to download the file it gives the warning shown.
Image 3: Trying to re-download the file using download manager downloads the underlying XHTML file instead which is EXPECTED BEHAVIOR because download is not a direct link to the file as mentioned before.
PS: I understand I am not giving enough information because I don't know how to reproduce this issue. Any pointer in some direction is appreciated. Thank you for your time.
The header picture is too large only on Firefox.
I'm building a new website which is http://tradingchannelsuk.ipage.com/ The header picture looks just fine on other browsers apart from Firefox and IE. The header is way … (funda kabanzi)
I'm building a new website which is http://tradingchannelsuk.ipage.com/ The header picture looks just fine on other browsers apart from Firefox and IE. The header is way too large and goes out of the margins of the page, i.e. more than %100. I tried
- logo img {
width: 100% !important
} and some varieties of it but couldn't fix the problem. Can anyone please help me out? Thanks.
Firefox doesn't relect changes to css
Hello, I'm web developer and working on a local website. The problem is when I made changes in my css file it won't reflect in firefox when I refresh the page. HTML chang… (funda kabanzi)
Hello,
I'm web developer and working on a local website. The problem is when I made changes in my css file it won't reflect in firefox when I refresh the page. HTML changes are getting reflected correctly. Only the problem with css files.
I have to refresh the page like 20-30 time and after that css changes are getting reflected.
In all other browser website working fine and also changes are reflected as it should, only firefox creating problems since last some days.
I have tried the following solutions and they are not works if it helps. 1) Try Shift + refresh but not working 2) delete cookies.sqlite but not working 3) Download and install newly download firefox but still no luck. 5) DOM storage is also enabled 4) Also formatted the PC (for other reason :)) and installed Firefox on fresh system but after that also no luck
I'm using latest firefox. Please help me with some solution it's is very problematic in web development, right now I've to use another browser for time being which I don't like, because I love Firefox.
Please reply as soon as possible.
Firefox v40.0.3 does not launch
I am attempting to create a customized installation package for Mozilla Firefox v40.0.3. >> OS : Windows 7 SP1 x64 <<---- I have performed a Custom installat… (funda kabanzi)
I am attempting to create a customized installation package for Mozilla Firefox v40.0.3.
>> OS : Windows 7 SP1 x64 <<----
I have performed a Custom installation of the browser (unchecked 'Install Maintenance Service' check-box).
After successful installation, copied the following files to the respective directories:
1. Copied 'local-settings.js' to 'C:\Program Files (x86)\Mozilla Firefox\defaults\pref'
Contents of this file-----------
pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg");
2. Copied 'mozilla.cfg' to 'C:\Program Files (x86)\Mozilla Firefox'
Contents of this file-----------
// pref("browser.startup.homepage", http://intranet/); pref("browser.shell.checkDefaultBrowser", false); pref("app.update.auto", false); pref("app.update.enabled", false); pref("app.update.service.enabled", false); pref("browser.cache.disk.smart_size.use_old_max", false); pref("browser.search.update", false); pref("datareporting.healthreport.uploadEnabled", false); pref("signon.rememberSignons", false);
After performing these steps, when I attempt to launch firefox, it fails to launch at all. No errors are displayed. In Task manager, I noticed firefox.exe getting invoked but it exits within seconds.
What is the cause? Please help.
Firefox won't load CSS for local website
Hi, I know you have all seen this question before but none of the answers I have found work for me. My site loads perfectly fine in other browser, just not Firefox. I hav… (funda kabanzi)
Hi,
I know you have all seen this question before but none of the answers I have found work for me. My site loads perfectly fine in other browser, just not Firefox.
I have a local website with a style sheet that is saved in the same folder:
<link rel="stylesheet" href="style.css" type="text/css" />
I have defined the character sets in the HTML and CSS documents:
HTML = CSS = @charset "UTF-8";
I have both the latest updates for Chrome, IE and Firefox as of today.
Any help would be much appreciated.
Thanks
Closing tabs creates a gap between tabs.
Hello. I'm try to customize the look and feel of FF by editing the userChrome.css. I almost got it, but there is one problem which i can't resolve. After closing a tab … (funda kabanzi)
Hello. I'm try to customize the look and feel of FF by editing the userChrome.css.
I almost got it, but there is one problem which i can't resolve.
After closing a tab with a number greater that 40 ,there are always unfilled place left between tabs. Pls. see the image.
This is what i added to userChrome.css. Please help me to resolve the issue.
DISABLE FIREFOX DEFAULT BACKGROUND #TabsToolbar:not(:-moz-lwtheme)::after { display: none; } /*=============================================== INACTIVE TABS ===============================================*/ #TabsToolbar .tabbrowser-tab { text-align: left!important; -moz-border-top-colors: none !important; -moz-border-left-colors: none !important; -moz-border-right-colors: none !important; -moz-border-bottom-colors: none !important; background: #BAB9A8 !important; border-top: 1px solid #4F4E47!important; border-bottom: 1px solid #4F4E47!important; border-left: 1px solid #4F4E47!important; border-right: 1px solid #4F4E47!important; border-radius: 3px 3px 0px 0px !important; color: #000000 !important; /*margin: 0px 3px 0px 2px !important;*/ font-family: "Ubuntu",Helvetica,Arial,sans-serif; font-size: 11px; max-width: 43px !important; min-width: 40px !important; } /*=============================================== ACTIVE TABS ===============================================*/ #TabsToolbar .tabbrowser-tab[selected] { font-weight: normal !important; border-top: 1px solid #000!important; border-left: 1px solid #000!important; border-right: 1px solid #000!important; border-radius: 3px 3px 0px 0px !important; background: #F0E68C !important; color: #000000 !important; } /*=============================================== DISABLE AUSTRALIS TAB ===============================================*/ #TabsToolbar .tab-background { margin: 0; background: transparent; } #TabsToolbar .tab-background-start, #TabsToolbar .tab-background-end { display: none !important; } #TabsToolbar .tab-background-middle { background: transparent !important; } #TabsToolbar .tabbrowser-tab:after, #TabsToolbar .tabbrowser-tab:before { display: none !important; }
SVG image not scaling
Hello. I'm trying to figure out why Firefox won't scale my svg image (the logo) properly. Here's the website. It works in Safari, Chrome and, with added CSS, even in IE. … (funda kabanzi)
Hello.
I'm trying to figure out why Firefox won't scale my svg image (the logo) properly. Here's the website. It works in Safari, Chrome and, with added CSS, even in IE. So what's the deal, why won't it scale in Firefox?
Thanks! Fredrik
Install extension silently in Firefox 41
I'm making automatic installer for special Firefox extensions. I have read couple of articles about that, but none of the described methods are not helped. What I trie… (funda kabanzi)
I'm making automatic installer for special Firefox extensions. I have read couple of articles about that, but none of the described methods are not helped. What I tried to do:
- Placed .xpi file and unpacked unpacked extension directory in %FF_DIR%\browser\extensions - Placed .xpi file and unpacked unpacked extension directory in %FF_DIR%\extensions - Placed unpacked extension directory in another directory and added record in registry (`HKLM\Software\Mozilla\Firefox\extensions`, key is extension id and value is full path to unpacked extension)
In all ways name of unpacked extension directory was:
- Random name - ID from install.rdf #1 (`{ec8030f7-c20a-464f-9b0e-13a3a9e97384}` for example) - ID from install.rdf #2 (`prism@developer.mozilla.org` for example)
And, as i said, all methods don't give me expectable result. Firefox don't show extensions in list and don't show any notification. How can i solve it? What actual method using in current version of FF? Target browser is Firefox 41, system - Windows 7 x64 Thanks!
Is there any likelyhood that Applets will be re-introduced?
Hi all; apologies for the long post. All of the major browsers recently dumped applets or intend to, including Firefox. I have spent the last five years developing a rank… (funda kabanzi)
Hi all; apologies for the long post.
All of the major browsers recently dumped applets or intend to, including Firefox. I have spent the last five years developing a ranking engine web site and software based around a 64,839 line Applet that needs to pass customised ranking criteria back to the server once the user has finished modifying the preset criteria to their needs (the ranking criteria is stored as graphs).
Web Start is simply not going to do the job and its too big a project to start from scratch and rebuild it in something else. The whole project, including test data SQL code is over 234,000 lines of code and was due to be launched in March next year. Seriously, they could not have picked a worse time to dump Applets.
The following is a bit of an overview of the engine. Please; to any Mozilla staff reading this, this engine is well worth supporting...
Even if just one browser supported Applets, I could convince people to switch browsers. This technology will change the web and computing like no other, and will attract a lot of users, so I would please ask that Mozilla consider reinstating the option of running Applets. The web site is only a product ranking engine for retail products at present, but will expand into other areas at a latter date. It can capture a knowledgeable expert's ranking knowledge, for virtually any retail product, and then make it available for anyone to use at the click of a button.
The engine is based on an abstract theory for how the human brain uses neural networks to rank things for us. The engine is capable of ranking pretty much anything the human brain can rank. Like the human brain, it is capable of ranking entities that have absolutely no attributes in common within the ranking criteria (I'm not really sure what that can be used for yet). It can also use any attribute, that the brain uses to rank things, for which we have no formal system of measurements. This is possible through the use of graphs to capture, edit and store the ranking criteria. Essentially, if an entity type has describable attributes, then it can be ranked by this engine.
If the user is always willing to accept the highest ranked entity, then it can be used to capture a large number of decision processes which use ranking of a set of options, and which do not make use of the imagination. It can then accurately emulate that decision process. This technology will allow Robotics, AI and Software Agents to make a large number of decisions the way that we do.
This theory is part of a wider theory for how the human brain generates most all emotions and feelings, including those for interactions and the Ego, using neural networks. This theory was developed over a period of 17 years. The ranking engine was merely a byproduct of this work.
This is no pie in the sky theory, the engine has been fully functional for over two years, and is currently ranking 1225 digital cameras using 89 attributes. It is only the background administration of the web site that needs finishing. I also have an Australian Provisional Patent "METHOD AND SYSTEM FOR RANKING ENTITIES - AU2016900828" (http://www.ipaustralia.com.au/applicant/wegner-ronald-robert/patents/AU2016900828/). My patent attorney firm, Spruson & Ferguson based in Sydney Australia, would never allow a hoax to tarnish their reputation.
If anyone at Mozilla is reading this, please consider keeping the option of Applets!
Kind Regards, Robbie Wegner
Silent install. Disable auto-update.
As with the automatic installation of cmd, disable automatic updates for all users? Or cancel the upgrade after you install for all users. The main thing that all would b… (funda kabanzi)
As with the automatic installation of cmd, disable automatic updates for all users? Or cancel the upgrade after you install for all users. The main thing that all would be applied for all accounts on the computer.
Colour in Firefox is different than in Chrome
I have created a website using Firefox as my browser, and tested it on all platforms and using laptop, phone, ipad. I'm seeing that the logo I created and one of the ima… (funda kabanzi)
I have created a website using Firefox as my browser, and tested it on all platforms and using laptop, phone, ipad. I'm seeing that the logo I created and one of the images which look good on Firefox are greyscale in Chrome and Safari. All the other colours look good and I'm at a loss. If it was all of them, I could understand, but it's not. I suspect this is a common query, and I'm sorry to bother you with this because I'm going round in circles on the support forums and everywhere. Here is the URL - it's still in test but I've taken maintenance down so you can see if you use another browser. This is the first website I've built so it's not something I've come across before http://www.thenorthwestvahub.co.uk/ Have you a suggestion please? Firefox is always my browser of choice, but unfortunately others use Chrome and Safari. Many thanks!
secondary pages not displaying right fonts
Hello, I hope this is the right place to post this question. I apologize if it's not. Please tell me if I am posting in a wrong section. Firefox is not displaying right … (funda kabanzi)
Hello, I hope this is the right place to post this question. I apologize if it's not. Please tell me if I am posting in a wrong section.
Firefox is not displaying right fonts on a site I am working on. • I am working with files locally on my Mac so I can't provide url. • I am using @font-face rule and index page displays the right fonts that are in my folders. I am not using link to Google. • Problem is that all the other pages display only default browser fonts. But all the other CSS styling, on those pages, works just fine. • My index page is in the root folder, fonts have their own folder, and all the other pages have their own folder.
- root folder |- index.html |- styles folder - css folder, etc… |- media folder - fonts folder, etc… |- pages folder - about.html, page2.html, etc…
• I have added fonts in ttf, woff, woff2, eot, and svg formats. Technically, I only care about at least making ttf files work. • I am using the latest Firefox. • I cleared all of the history. • And I tried Firefox in safe mode, so far nothing works.
Does anyone have any idea what am I doing wrong? I very much appreciate your help.
Identical website on one host works correctly, on another it does not, other browsers are unaffected
I have a website located at http://compasschildrenscharity.org.uk/ this site opens in all major browsers except FF, I have set up an identical site on a different host… (funda kabanzi)
I have a website located at http://compasschildrenscharity.org.uk/ this site opens in all major browsers except FF, I have set up an identical site on a different host here: http://compass.websitesco.com/ This loads fine on FF and other browsers.
I have contacted the host for the main domain and they are unaware of any issues there end. Please can you advise under these circumstances what could cause this issue?
thanks Nobby
How to make to enter the master password was only when viewing saved passwords?
Hello. Is it possible to make the master password is not asked when trying to access the site, but only when trying to view saved passwords?
Page links are fine in Safari, but only show up as numbers in Firefox. Help?
Links to pages of my website are not showing up in Firefox. Well, they show up, but as black numbers and not blue links...except for 5 of 59 numbers. Everything is fine w… (funda kabanzi)
Links to pages of my website are not showing up in Firefox. Well, they show up, but as black numbers and not blue links...except for 5 of 59 numbers. Everything is fine when viewing in Safari. See here: martybucella.com/biz5.html.
inputs not displaying the value they are programmed to display when refreshing site
Programming in PHP. kind of a form (actually it is not a form but it uses form elements - js is used to submit.) When submitting, data is stored in session variable, and … (funda kabanzi)
Programming in PHP. kind of a form (actually it is not a form but it uses form elements - js is used to submit.) When submitting, data is stored in session variable, and the page is reloaded, same form is shown, with data modified (formattet different). This shows data the way the user typed them - not the way PHP formats them.
Useless.
And yes, I have verified, with a different display section, that PHP is actually doing what it's supposed to - but firefox does not display data in input lines, the way they are programmed - they do not display the programmed value, but the value the user typed last time.
Likewise the web tool, does not show the actual sourcecode, but a modified version of it. Selecting "View Source" does not give the same source as "Inspect element"....
FF 49.0.1
Reload button doesnt refresh the page
Hi, so I started learning to develop websites a while ago, and all was good. However, recently I've had an issue. When I make a change and I'd like to refresh the page, t… (funda kabanzi)
Hi, so I started learning to develop websites a while ago, and all was good. However, recently I've had an issue. When I make a change and I'd like to refresh the page, to see it how someone visiting for the first time would see it, the page reloads, however it's exactly the same. For example, I've got 2 buttons. When button 1 clicked, button 2 gets disabled. Refresh the page and... button 2 is still disabled. In other browsers, both buttons return to their "default state". Shift-clicking the reload button does in fact refresh the page as expected. But a normal click, even if the webpage was retrieved from cache, should at least refresh the page, right? I've tried refreshing firefox, so add-ons are not the issue, and this hasn't been an issue before, any help is appreciated.
How to install plugin enabled
Hello, I hope this is the right forum to ask this question. I have a plugin that I have created. (XPI file). I am looking to push to a few client machines and install th… (funda kabanzi)
Hello,
I hope this is the right forum to ask this question. I have a plugin that I have created. (XPI file). I am looking to push to a few client machines and install the plugin silently. I have administrative rights on the machines. One way I tried to do this was to create a folder in the ...\browser\extensions folder and name it with the ID of the plugin. Then I extracted the contents of the XPI file. Then I restarted the browser and the plugin was installed. However, it is disabled. Is there any way to make the plugin enabled or will the user always have to manually enable it?
Thanks
The address wasn’t understood (how to redirect URL to software on computer?)
When I click on a link which is: osu://b/1006632 Firefox says: The address wasn’t understood Firefox doesn’t know how to open this address, because one of the following … (funda kabanzi)
When I click on a link which is: osu://b/1006632
Firefox says:
The address wasn’t understood
Firefox doesn’t know how to open this address, because one of the following protocols (osu) isn’t associated with any program or is not allowed in this context.
You might need to install other software to open this address.
I have the program osu installed on my computer. How do I make the address in Firefox redirect to the osu program?
Firefox 51.0.1 not displaying the pop screen for htaccess protected folders
The latest version of Firefox 51.0.1 does not display the login screen for htaccess protected folders for my website. I've cleared the cache, cookies and browser history … (funda kabanzi)
The latest version of Firefox 51.0.1 does not display the login screen for htaccess protected folders for my website. I've cleared the cache, cookies and browser history and the website is in the block pop-up window exceptions list.