| 
			 
					阅读:3491回复:5
				 
				标签莫名其妙地在新窗口中打开
					不知什么原因,当前标签会在新窗口中打开,
 
							并不是全部,只是偶尔, 一般发生在: 1.点击连接弹出新标签后,马上新标签又在新窗口中打开。 2.关闭当前标签,切换到的前一个标签在新窗口中打开 fx版本:3.1B2 以前以为插件问题,后来重装了一遍,问题依旧 插件: Adblock plus +ehh autopager coobbs cooliris delicious bookmarks download statusbar easy dragtogo firegestures google notebook mouseless browsing personal menu readit later site launcher thunder  | 
	|
					
						
						
						
						
  | 
	
| 
			 1楼# 
								发布于:2009-02-03 20:19				
			
					听着像是鼠标有问题,配合上拖拽标签在新窗口打开的设定,似乎就是这个效果				 
							 | 
	|
| 
			 2楼# 
								发布于:2009-02-03 20:19				
			
					装TAB MIX PLUS启动单窗模式吧。				 
							 | 
	|
					
						
  | 
	
| 
			 3楼# 
								发布于:2009-02-03 20:19				
			 | 
	|
					
						
  | 
	
| 
			 4楼# 
								发布于:2009-02-03 20:19				
			
					用JS脚本可以屏蔽掉该动作
 
							/* Prevent firefox from dragging a tab to a new window */ try { eval("gBrowser._onDragEnd = "+gBrowser._onDragEnd.toString() .replace('this._replaceTabWithWindow(draggedTab);','')); }catch(e) {}  | 
	|
					
						
  | 
	
| 
			 5楼# 
								发布于:2009-02-03 20:19				
			
					谢了,脚本太麻烦,干脆重装了个正式版,解决了				 
							 | 
	|
					
						
  |