Open
Bug 1380169
Opened 8 years ago
Updated 3 years ago
Windows with windowType=popup should not support tabs
Categories
(WebExtensions :: Frontend, defect, P5)
WebExtensions
Frontend
Tracking
(Not tracked)
NEW
People
(Reporter: Fallen, Unassigned)
Details
(Whiteboard: [triaged])
Attachments
(2 files)
STR:
1) use browser.windows.create() to create a window with type = "popup"
2) open another tab into that window
Results:
* The title bar becomes smaller, page content leaking into the title bar area
* I also get a prompt when closing to close multiple tabs, but I guess this is expected behavior and the developer is expected to show their own tab strip if they are opening multiple tabs in that window
Expected:
* The content should not leak into the titlebar
Updated•8 years ago
|
Priority: -- → P5
Summary: Windows with windowType=popup leak content into titlebar when opening multiple tabs → Windows with windowType=popup should not support tabs
Whiteboard: [triaged]
Updated•7 years ago
|
Product: Toolkit → WebExtensions
I think a good solution would be to display only the tab bar, without any buttons.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•