搜索 | 用户支持

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

详细了解

flickering in thunderbird 31.0

  • 2 个回答
  • 12 人有此问题
  • 1 次查看
  • 最后回复者为 kikstart

more options

hi there, since upgrading to 31.0 thunderbird keeps flickering, i'm running windows 7. Can someone advise what may be the cause as previous versions were completely fine.


Timestamp: 23/08/2014 12:13:19 Warning: mutating the Prototype of an object will cause your code to run very slowly; instead create the object with the correct initial Prototype value using Object.create Source File: resource://gre/components/steelApplication.js Line: 783


Timestamp: 23/08/2014 12:13:26 Warning: Unknown property '-moz-border-radius'. Declaration dropped. Source File: https://www.mozilla.org/en-GB/thunderbird/release/start/?uri=/thunderbird/start/&locale=en-GB&version=31.0&os=WINNT&buildid=20140717165725 Line: 136, Column: 25 Source Code:

      -moz-border-radius: 5px;



Timestamp: 23/08/2014 12:13:26 Warning: Unknown property '-moz-border-radius'. Declaration dropped. Source File: https://www.mozilla.org/en-GB/thunderbird/release/start/?uri=/thunderbird/start/&locale=en-GB&version=31.0&os=WINNT&buildid=20140717165725 Line: 169, Column: 25 Source Code:

      -moz-border-radius: 5px 5px 0 0;
hi there, since upgrading to 31.0 thunderbird keeps flickering, i'm running windows 7. Can someone advise what may be the cause as previous versions were completely fine. Timestamp: 23/08/2014 12:13:19 Warning: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create Source File: resource://gre/components/steelApplication.js Line: 783 Timestamp: 23/08/2014 12:13:26 Warning: Unknown property '-moz-border-radius'. Declaration dropped. Source File: https://www.mozilla.org/en-GB/thunderbird/release/start/?uri=/thunderbird/start/&locale=en-GB&version=31.0&os=WINNT&buildid=20140717165725 Line: 136, Column: 25 Source Code: -moz-border-radius: 5px; Timestamp: 23/08/2014 12:13:26 Warning: Unknown property '-moz-border-radius'. Declaration dropped. Source File: https://www.mozilla.org/en-GB/thunderbird/release/start/?uri=/thunderbird/start/&locale=en-GB&version=31.0&os=WINNT&buildid=20140717165725 Line: 169, Column: 25 Source Code: -moz-border-radius: 5px 5px 0 0;

被采纳的解决方案

most likely your video adapter or driver does not support Thunderbird's hardware acceleration. It was turned off by default in about Version8, but check to be sure. use the config editor to check these preferences

layers.acceleration.disabled= true gfx.direct2d.disabled= true.

定位到答案原位置 👍 10

所有回复 (2)

more options

选择的解决方案

most likely your video adapter or driver does not support Thunderbird's hardware acceleration. It was turned off by default in about Version8, but check to be sure. use the config editor to check these preferences

layers.acceleration.disabled= true gfx.direct2d.disabled= true.

more options

thank you so much that has fixed my issue :)