搜索 | 用户支持

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

详细了解

firefox 4 wont load spacific pages correctly

more options

OK; 3 times I have upgraded from Firefox 3.6 to version 4. Every time when I goto the page http://nzbmatrix.com/index.php

the column headed 'name' is foreshortened and I have to revert back to Firefox 3.6 to resolve the problem

OK; 3 times I have upgraded from Firefox 3.6 to version 4. Every time when I goto the page http://nzbmatrix.com/index.php the column headed 'name' is foreshortened and I have to revert back to Firefox 3.6 to resolve the problem

所有回复 (3)

more options

I can't see that problem without registering... Does the site have its own internal support board where you could alert the administrators to this so they can check it out?

more options

There are lots of complaints inthe forum area of this site about the problem with Firefox 4; most suggest disabling all add ons a nd hardware acc; but some people report this makes no difference. Here is one reply

"Damn, this issue is frustrating. Ctrl-r does not fix it and neither does turning hardware acceleration off. I am forced to start up chrome to render this correctly.

zstr wrote: This happens to me when the site is loading extremely slow.

The culprit is the CSS "border-collapse" property.

To fix this get the Stylish add-on and add this style:

CODE: @namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain( "nzbmatrix.com" ) {

  .nzbtable {
      border-collapse: separate !important;
  }

}


Thanks, this did the trick. "


I'll stick with version 3.6 for the time; until another vesion of Firefox is released.

more options

Thanks for the update. I'm sure the border-collapse behavior was changed to fix some other problem. They must not have anticipated (severe) new side effects.

Firefox's developers generally work on problems added to bugzilla.mozilla.org. There have been some border-related bugs posted recently, including one that refers to speed with border-collapse (Bug 635972 – Painting dashed collapsed borders on large tables is very slow). But I don't know whether that is relevant to your forums. I suppose we'll have to wait and see.