Drop down menus not working in Firefox 24.0
Drop down menus not working in Firefox 24.0 but they still work in Safari/IE/Chrome.
http://www.horizonhomes-samui.com/
I'm using Windows 8.
Chosen solution
solved.
I had to add the following to mootools
String.prototype.contains = function(string, separator){
return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;
};
of course. ;)
Read this answer in context 👍 0All Replies (4)
In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
- Click the Firefox button at the top left, then click the Help menu and select Troubleshooting Information from the submenu. If you don't have a Firefox button, click the Help menu at the top and select Troubleshooting Information from the menu.
Now, a new tab containing your troubleshooting information should open.
- At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
- Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
If you need further information about the Troubleshooting information page, please read the article Use the Troubleshooting Information page to help fix Firefox issues.
Thanks in advance for your help!
OK Application Basics
Name: Firefox Version: 24.0 User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
Extensions
Name: Adobe Acrobat - Create PDF Version: 1.2 Enabled: false ID: web2pdfextension@web2pdf.adobedotcom
Name: Wondershare Video Converter Ultimate Version: 6.0.0 Enabled: false ID: {8D150B8F-EFE8-45a3-A4A3-053020F48FAC}
Important Modified Preferences
browser.cache.disk.capacity: 358400 browser.cache.disk.smart_size.first_run: false browser.cache.disk.smart_size.use_old_max: false browser.cache.disk.smart_size_cached_value: 358400 browser.places.smartBookmarksVersion: 4 browser.startup.homepage_override.buildID: 20130910160258 browser.startup.homepage_override.mstone: 24.0 browser.urlbar.autocomplete.enabled: false extensions.lastAppVersion: 24.0 gfx.direct3d.last_used_feature_level_idx: 0 network.cookie.prefsMigrated: true places.database.lastMaintenance: 1382343540 places.history.expiration.transient_current_max_pages: 104261 plugin.disable_full_page_plugin_for_types: application/pdf plugin.importedState: true privacy.sanitize.migrateFx3Prefs: true storage.vacuum.last.index: 0 storage.vacuum.last.places.sqlite: 1382343540
Graphics
Adapter Description: Intel(R) HD Graphics 3000 Adapter Drivers: igdumd64 igd10umd64 igd10umd64 igdumd32 igd10umd32 igd10umd32 Adapter RAM: Unknown Device ID: 0x0116 DirectWrite Enabled: false (6.2.9200.16581) Driver Date: 7-31-2012 Driver Version: 9.17.10.2828 GPU #2 Active: false GPU Accelerated Windows: 0/1 Basic Vendor ID: 0x8086 WebGL Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 3000 Direct3D9Ex vs_3_0 ps_3_0) windowLayerManagerRemote: false AzureCanvasBackend: skia AzureContentBackend: none AzureFallbackCanvasBackend: cairo
JavaScript
Incremental GC: true
Accessibility
Activated: true Prevent Accessibility: 0
Library Versions
NSPR Expected minimum version: 4.10 Version in use: 4.10
NSS Expected minimum version: 3.15.1 Basic ECC Version in use: 3.15.1 Basic ECC
NSSSMIME Expected minimum version: 3.15.1 Basic ECC Version in use: 3.15.1 Basic ECC
NSSSSL Expected minimum version: 3.15.1 Basic ECC Version in use: 3.15.1 Basic ECC
NSSUTIL Expected minimum version: 3.15.1 Version in use: 3.15.1
I downgraded Firefox to 23, then 20. I still doesn't work. I know it did work in Firefox, and now it doesn't, but the problem must not have been caused by the Firefox upgrade.
The menu works fine in other browsers.
Can you think of anything that would cause it not to work in Firefox?
Thanks.
Chosen Solution
solved.
I had to add the following to mootools
String.prototype.contains = function(string, separator){
return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;
};
of course. ;)