Closed
Bug 982709
Opened 11 years ago
Closed 11 years ago
all tabs button cannot be moved, even if removable="false" attribute removed
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mconley, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [Australis:P4])
STR:
1) Enter customize mode and try to move the all tabs button. Note how it can't be moved. Exit customize mode.
2) Open DOMi or the browser toolbox, find the all tabs button, remove the removable="false" attribute.
3) Enter customize mode again.
4) Try to move the all tabs button.
ER:
It should be movable (and removable) after the removable="false" is removed.
Comment 1•11 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #0)
> STR:
>
> 1) Enter customize mode and try to move the all tabs button. Note how it
> can't be moved. Exit customize mode.
> 2) Open DOMi or the browser toolbox, find the all tabs button, remove the
> removable="false" attribute.
> 3) Enter customize mode again.
> 4) Try to move the all tabs button.
>
> ER:
>
> It should be movable (and removable) after the removable="false" is removed.
We default to removable = "false" in toolbars, don't we? You need to set removable = "true". Does that not make it work?
Flags: needinfo?(mconley)
Reporter | ||
Comment 2•11 years ago
|
||
Ah, yep, you're right. I forgot you had to set it to true, and that removing it wasn't enough. Thanks Gijs!
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(mconley)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•