搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

I get an error in firefox but not in other browsers.

more options

I have a page that does not respond in firefox but does in google. It time out with the following error:

chrome://global/content/bindings/text.xml:36

I have no themes installed. The only plug-ins that are installed are: OpenH264 by Cisco Widevine Content Decryption Module by Google Shockwave Flash

Thanks Glenn

I have a page that does not respond in firefox but does in google. It time out with the following error: chrome://global/content/bindings/text.xml:36 I have no themes installed. The only plug-ins that are installed are: OpenH264 by Cisco Widevine Content Decryption Module by Google Shockwave Flash Thanks Glenn

所有回复 (20)

more options

Hi, Try Firefox Safe Mode to see if the problem goes away. Firefox Safe Mode is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).

If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:

  • Click the menu button New Fx Menu, click Help Help-29 and select Restart with Add-ons Disabled.

If Firefox is not running, you can start Firefox in Safe Mode as follows:

  • On Windows: Hold the Shift key when you open the Firefox desktop or Start menu shortcut.
  • On Mac: Hold the option key while starting Firefox.
  • On Linux: Quit Firefox, go to your Terminal and run firefox -safe-mode
    (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)

When the Firefox Safe Mode window appears, select "Start in Safe Mode".

SafeMode-Fx35

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article to find the cause.

To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help others with the same problem.

more options

Please provide public link(s) (no password) that we can check out. No Personal Information Please !

more options

Fred:

I have to give you a login and password. I'm not worried because this is all test

the Url is http://mrbreeze.net/test/ Login: cbre Password: sales

Click on "Excluives" When the page display click on the radio button for "Company Name".

At this point Firefox reports "not responding". When it does come back you can get to the drop down. If you keep playing with the page sooner or later you'll get the error that I reported.

As I said in my original message, this works in Chrome.

more options

I got as far as; click on the radio button for "Company Name".

more options

That's as far as I can get. If you wait long enough you'll get the error. Firefox just freezes. Try it in chrome.

more options

What Firefox locale (user interface language) do you use?

It is possible that your locale is broken.

more options

How do I find that? The language is english.

more options

I see error messages in the Web Console.

  • "3-bar" menu button or Tools -> Web Developer
<script> source URI is not allowed in this document: “file:///rollover.js”.
Exclusives.php:36
ReferenceError: jQuery is not defined[Learn More]

You can't access local files via the file protocol, so you need to upload this file Also the jQuery library file is missing.

more options

I'm a little confused. I googled "jquery library" and I'm not sure what to download. After I download whatever, just upload the file to root of the page?

more options

There is this code in the page source that uses jQuery:

       <script type="text/javascript">
      jQuery(function($) {
        $('#Listing_From').mask('99/99/9999',{placeholder:"mm/dd/yyyy"});
		$('#Listing_To').mask('99/99/9999',{placeholder:"mm/dd/yyyy"});
		$('#Update_From').mask('99/99/9999',{placeholder:"mm/dd/yyyy"});
		$('#Update_To').mask('99/99/9999',{placeholder:"mm/dd/yyyy"});
      });
    </script>

If you do not need this code then remove it.

If you check the page source (right-click context menu: View Page Source) then you will also notice HTML code at the top of the page in the <head> section that should actually be in the <body> tag. Firefox will automatically open a <body> tag as you can see in the Inspector So the code on this page needs some cleanup.

more options

I ripped the code apart. The following page passes W3C as well as not showing any errors in the source code view in FireFox.

Check it out. Go to "Mrbreeze.net/test". Login as before. Change the url to read "http://mrbreeze.net/test/Ex.php"

The same thing happens. Once you click radio button for companies and then try the drop down, "FireFox" stops responding.

Any more ideas? Thanks Glenn

more options

Works for me. It takes a few seconds to open the selection list, but it shows without problems.

more options

Yes, I get the same thing but why the delay. Sometimes is says that "firefox is not responding" before it comes back. This isn't code, what could it be. Try it in Chrome. The drop down pops right up. WTF

more options

The Web Console shows that there are 5529 nodes (option values) in that drop-down list (Show all 5529 nodes message at the bottom). So it sounds that Firefox has a problem with such a long list, possibly because this is done in JavaScript and not in C++ (don't know if this is the case).

more options

"Whoa Trigger" (Lone Ranger) Let me get this straight. There is no Java or C++ in the code. The query is being done with PHP and you are telling me that Firefox can't handle it. I've tested in Chrome, Opera and IE. No problems. What do I do, tell a customer that we don't support Firefox?

more options

I wasn't talking about your code, but about the way Firefox is handling this element internally. Firefox needs to read and process a lot of data on that page when you open the drop-down list. Apparently it takes Firefox longer then is acceptable to show this list.

more options

What do I do about this. By the way "Trigger" was Roy Rogers. ;)

more options

You can consider to file a bug report and attach a minimal HTML test file.

more options

I get the script error in my standard Firefox 59 profile (Windows).

I do not get a script error in a quick test in Nightly (future Firefox 61), but there is about a five second delay opening the list.

That could be a function of not having used Nightly for anything else this session. Rendering of select controls involve coordination between the page (content) process and the browser process, and the interprocess communication could be affected by everything else happening in the session.

more options

So what you;re telling me is that in "(future Firefox61)" the problem is fixed?!?!?

  1. 1
  2. 2