Lazy tab prematurely inserted when moved into another existing window
Categories
(WebExtensions :: Frontend, defect, P5)
Tracking
(firefox67 verified)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | verified |
People
(Reporter: Oriol, Assigned: Oriol)
References
Details
Attachments
(2 files)
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Just a webext test to avoid regressions, actual fix is in bug 1521346.
| Assignee | ||
Updated•7 years ago
|
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/23d99110fdbc
Test that webext tabs.move preserves tab laziness. r=mixedpuppy
Comment 4•7 years ago
|
||
| bugherder | ||
Comment 5•7 years ago
|
||
Verified in Win7x64, Ubuntu 14.0.4 x32, MacOS 10.14.1 on FF67.0b5 (20190325125126)
The problem is still reproducing.
I have created a test webextensions that runs the script from the comment 0 (see the attacmenet). After installing the webext and when the script is run the following error is displayed in the console:
this._box is null
Assertion failed: Tab is still discarded
Is this the optimal way to verify this issue? Should we try something else?
| Assignee | ||
Comment 6•7 years ago
|
||
Comment 0 had a typo, it was checking discared instead of discarded. Should work now.
Comment 7•7 years ago
|
||
Thanks for the fast response! It works now.
Marking the bug as verified fixed.
Description
•