|
阅读:1984回复:4
火狐3.7A5—20100527版好像字体有加粗。
火狐3.7A5—20100527版好像字体有加粗哦。大家有没有觉的。。。。
|
|
|
1楼#
发布于:2010-05-28 00:22
字体变化没感觉到,但是我的Easy DragToGo挂了 = =
|
|
|
|
2楼#
发布于:2010-05-28 00:22
|
|
|
|
3楼#
发布于:2010-05-28 00:22
|
|
|
4楼#
发布于:2010-05-28 00:22
just4fun: 在 chrome\browser.jar 的 content\browser\browser.xul 的 65-67 行,昨晚的版本去掉了下面的内容: <!-- This is still used for dragDropSecurityCheck and transferUtils. Since we rely on the new Drag and Drop API these dependencies should be removed. --> <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/> 也就是说,新版的 firefox 要启用新的拖放API了,一旦新的拖放 API 实现后,nsDragAndDrop.js 将会被抛弃。而目前的拖放扩展或脚本,都使用了 nsDragAndDrop.js 中的函数。估计昨晚的百衲本,已经使用了新版的拖放 API 了。所以,这个问题不是 bug,而是扩展没有跟上新版的 firefox 造成的。在新的拖放扩展没有更新前,在 chrome\browser.jar 的 content\browser\browser.xul 的 第65行,加上上面的3行代码就可以了(实际上是一行,前2行是注释)。 |
|



