阅读:2465回复:10
添加书签到书签工具栏的问题
现在在用火狐58,现在有个添加书签的问题请教大家一下,就是如果添加书签选择书签工具栏这个文件夹的时候,书签工具栏会同时显示在浏览器上,如附件所示。
现在想问大家有什么方法设置或是开关能添加书签到工具栏的时候书签工具栏不显示在浏览器上?谢谢 描述:添加书签到书签工具栏 图片:添加标签.gif |
|
最新喜欢:charon... |
1楼#
发布于:2018-01-29 17:20
鼠标拖
|
|
2楼#
发布于:2018-01-29 21:50
所以是在不显示书签工具栏的时候
添加新书签到书签工具栏会导致书签工具栏变成显示的状态? 我认为是 bug |
|
|
3楼#
发布于:2018-01-30 08:26
|
|
4楼#
发布于:2018-01-30 08:28
|
|
5楼#
发布于:2018-01-30 08:57
@ yfdyh000 Y大这个情况算不算bug呢?
|
|
6楼#
发布于:2018-01-30 18:46
aaaa007cn:所以是在不显示书签工具栏的时候就是故意的 https://bugzilla.mozilla.org/show_bug.cgi?id=1219788 |
|
7楼#
发布于:2018-02-03 22:33
EMLVIRUS:就是故意的 https://bugzilla.mozilla.org/show_bug.cgi?id=1219788回到原帖又是根据某种测试数据做出了把所有用户当智障的决定 However, those that don't have the bookmarks toolbar shown and then later file a bookmark in the bookmarks toolbar folder are surprised to find that we don't automatically show the toolbar. In tests, people have found this and the process of showing the toolbar confusing. We should automatically show the bookmarks toolbar if someone adds a bookmark to the toolbar folder and they don't already have the toolbar shown. 如果完全按照这个来实现 那应该只影响之前从未显示过 bookmarks toolbar 的 而排除掉那些曾经显示过 bookmarks toolbar 然后又主动隐藏的 |
|
|
8楼#
发布于:2018-02-03 22:50
|
|
9楼#
发布于:2018-02-04 01:45
|
|
|
10楼#
发布于:2018-02-04 14:19
根据补丁用uc脚本反向取消自动显示。
location == 'chrome://browser/content/browser.xul' && 'AutoShowBookmarksToolbar' in window && AutoShowBookmarksToolbar.uninit(); |
|