Firefox 46.0 breaks menu button...
Firefox 46.0 breaks menu button...
FYI, I've had two reports of this and have been able to reproduce it myself using Firefox 46 (just released) on Windows, against a stock copy of the latest VRS preview (64-bit) with no plugins active, no customizations, no CDN, etc.
Previous versions of VRS are also affected. Not sure if it's a bug in Firefox, or something that can be corrected in VRS, but FYI, this will likely affect everyone.
Previous versions of VRS are also affected. Not sure if it's a bug in Firefox, or something that can be corrected in VRS, but FYI, this will likely affect everyone.
Re: Firefox 46.0 breaks menu button...
I'm seeing this also. It's only happened after upgrading to the latest version of Firefox on Windows. Not sure about other platforms.
The short term solution is to revert back to an older version:
https://ftp.mozilla.org/pub/firefox/releases/
Phil
The short term solution is to revert back to an older version:
https://ftp.mozilla.org/pub/firefox/releases/
Phil
Re: Firefox 46.0 breaks menu button...
The safest option is to run Firefox ESR - https://www.mozilla.org/en-US/firefox/organizations/ - you get all the security updates without the new 'features' that tend to break stuff.
Terry
Re: Firefox 46.0 breaks menu button...
I'll take a look into it and get it fixed for the next preview (not one that I've just uploaded, the next one
).

-
- Posts: 63
- Joined: Sat Mar 15, 2014 6:41 pm
Re: Firefox 46.0 breaks menu button...
just like to add a +1 on this.
after a few days away for the bank holiday my Firefox updated to 46.0.1 last night and now my menu button menu doesn't display. The menu is still active and you can 'guess' where the right option is but it a pain to use.
Charlie
after a few days away for the bank holiday my Firefox updated to 46.0.1 last night and now my menu button menu doesn't display. The menu is still active and you can 'guess' where the right option is but it a pain to use.
Charlie
Re: Firefox 46.0 breaks menu button...
Okey dokey - the fix will be going in this weekend, but for those people that don't want to use the preview version then you can use the custom content plugin to fix it.
1. Download and install the custom content plugin from here: http://www.virtualradarserver.co.uk/Download.aspx
2. Create a text file somewhere and call it FixFirefox46MenuButton.html
3. Paste this into the file:
4. In VRS go to Tools | Plugins and click the custom content plugin's Options button.
5. Click New.
6. Click the "..." button next to Inject File and select the FixFirefox46MenuButton.html file you created earlier.
7. Erase the content of the Address box and replace it with * (i.e. a single asterisk).
8. Leave the other settings set to "At End of Head".
9. Click OK
If you reload the site you should now get the menu back.
1. Download and install the custom content plugin from here: http://www.virtualradarserver.co.uk/Download.aspx
2. Create a text file somewhere and call it FixFirefox46MenuButton.html
3. Paste this into the file:
Code: Select all
<style>
.dl-menuopen {
z-index: 1;
}
</style>
5. Click New.
6. Click the "..." button next to Inject File and select the FixFirefox46MenuButton.html file you created earlier.
7. Erase the content of the Address box and replace it with * (i.e. a single asterisk).
8. Leave the other settings set to "At End of Head".
9. Click OK
If you reload the site you should now get the menu back.
Re: Firefox 46.0 breaks menu button...
Thanks very much, I can confirm it works fine.
-
- Posts: 63
- Joined: Sat Mar 15, 2014 6:41 pm
Re: Firefox 46.0 breaks menu button...
Many Thanks Andrew
As always you spoil us with your rapid turnaround of responses and fixes.
Much appreciated by all of us.
Charlie
As always you spoil us with your rapid turnaround of responses and fixes.
Much appreciated by all of us.
Charlie
Re: Firefox 46.0 breaks menu button...
Thank you Andrew !!
Re: Firefox 46.0 breaks menu button...
I downloaded and installed the custom content plugin. I added the custom CSS to a HTML file and configured the plugin to load the content as per the instructions. The menu sort of works, but not quite right still.
When I click the menu button a block appears containing three block elements containing images of a right arrow symbol. Above this block, and to the left a bit, I also see a flag image. Nothing else is visible until I hover over the area, and once I do, the visibility of all of the other menu elements is restored until I close and reopen the menu, at which time it reverts to not completely visible. When I hover, there are 7 total block level elements, one for each category, that toggle visibility one at time time as I go over each one.

When I click the menu button a block appears containing three block elements containing images of a right arrow symbol. Above this block, and to the left a bit, I also see a flag image. Nothing else is visible until I hover over the area, and once I do, the visibility of all of the other menu elements is restored until I close and reopen the menu, at which time it reverts to not completely visible. When I hover, there are 7 total block level elements, one for each category, that toggle visibility one at time time as I go over each one.
