part => detach
This commit is contained in:
parent
ca0b1fe073
commit
ff5a299316
@ -3361,7 +3361,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
* it is wrongly attacched by tab moving on restoring.
|
||||
* Restoring the old ID (the next statement) breaks the children
|
||||
* list of the temporary parent and causes many problems.
|
||||
* So, to prevent these problems, I part the tab from the temporary
|
||||
* So, to prevent these problems, I detach the tab from the temporary
|
||||
* parent manually.
|
||||
* If the ID stored in the session equals to the value of the
|
||||
* attribute stored in the element itself, then don't reset the
|
||||
@ -4357,7 +4357,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
},
|
||||
// _treeViewEnabled : true,
|
||||
|
||||
/* attach/part */
|
||||
/* attach/detach */
|
||||
|
||||
attachTabTo : function TSTBrowser_attachTabTo(aChild, aParent, aInfo) /* PUBLIC API */
|
||||
{
|
||||
|
@ -325,7 +325,7 @@ catch(e) {
|
||||
|
||||
case sv.kDROP_BEFORE:
|
||||
/*
|
||||
[TARGET ] <EFBFBD>ªpart from parent, and move
|
||||
[TARGET ] <EFBFBD>ªdetach from parent, and move
|
||||
|
||||
[ ]
|
||||
[TARGET ] <EFBFBD>ªattach to the parent of the target, and move
|
||||
|
Loading…
Reference in New Issue
Block a user