onemen wrote:
Tab Mix Plus Dev-Build 0.3.8.5pre.100717a Released (Older builds)- Fixed: Settings buttons pop-up menu's background is transparent after bug 578322 landed. [Minefield]
I've confirmed this issue is fixed, thanks! But...
There are some problems on Fx 3.6.6.
* "Open links that open in a new window in: 'New tab'" function is broken
Steps to reproduce:
1. check on "Open search results in a new browser window" on
http://www.google.com/preferences
2. search for some word
3. click result link
Actual result:
Blank tab is opened in new tab and result page/site is opened in new window.
Expected result:
Result page/site is opened in new tab.
* Page content is staying after closing tab
Steps to reproduce:
1. open 2 tabs(tab A, B)
2. focus tab B
3. close tab B
Actual result:
tab B is removed from tab bar, but page content is tab B. and error occur on error console,
At add tab:
=====
Error: this.moveTabTo is not a function
Source File: chrome://tabmixplus/content/minit/tablib.js
Line: 169
=====
At remove tab:
=====
Error: this.selectIndexAfterRemove is not a function
Source File: chrome://tabmixplus/content/minit/tablib.js
Line: 173
=====
On error console at startup:
=====
Tabmix Plus ERROR at TMP_EL_onWindowOpen:
TypeError: window[objName][fnName] is undefined
Stack Trace:
()@chrome://tabmixplus/content/minit/tablib.js:315
TMP_EL_onWindowOpen([object Event])@chrome://tabmixplus/content/tabmix.js:421
TMP_EL_handleEvent([object Event])@chrome://tabmixplus/content/tabmix.js:288
=====
TMP 0.3.8.5pre.100717a, pref is same as
this.
Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 BuildID: 20100625231939
EDIT: add messages on error console for add/remove tab.