FireFox sits on “Transferring data from…” or “Read…”

前端 未结 5 1874
渐次进展
渐次进展 2021-01-04 23:04

I\'m building some functional tests for a web site using Selenium, and I\'m stuck on a bizarre browser issue where the page never seems to finish loading. The status bar re

相关标签:
5条回答
  • 2021-01-04 23:34

    Try disabling Firebug. This solved a similar problem for me.

    0 讨论(0)
  • 2021-01-04 23:38

    Try the Live HTTP Headers extension. With this extension you can grab the request and response headers off the wire. You might also try starting Firefox in safe mode for testing. This will disable all installed extensions. Run firefox -h in a dos box to see the command line switch for safe mode.

    0 讨论(0)
  • 2021-01-04 23:40

    This is a known bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=383811

    If you you think the bug is relevant to your situation consider voting it up in bugzilla.

    0 讨论(0)
  • 2021-01-04 23:43

    Hate to answer my own question, but the problem went away on its own after developers started to strip out invalid markup, unclosed tables or TR's without tables are generally bad.

    0 讨论(0)
  • 2021-01-04 23:51

    same prob, appears to be a bug. Some have said it's a 'security issue'. Did find a simple work-around. I haven't tried it, and most likely won't, cause I hate adding additional code for a single browser fix, but the approach looks good. See: http://board.flashkit.com/board/showthread.php?t=759308

    0 讨论(0)
提交回复
热议问题