Closed
Bug 1470464
Opened 7 years ago
Closed 7 years ago
Sent text does not appear in the sidebar if it was sent to the sidebar from a different window and that sidebar is closed
Categories
(WebExtensions :: General, defect)
Tracking
(firefox-esr52 unaffected, firefox-esr60 unaffected, firefox60 unaffected, firefox61 wontfix, firefox62 fix-optional)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox60 | --- | unaffected |
| firefox61 | --- | wontfix |
| firefox62 | --- | fix-optional |
People
(Reporter: mcoman, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
5.06 MB,
image/gif
|
Details |
[Affected versions]:
- Firefox 61 and above
[Affected Platforms]:
- All Windows
- All Linux
- All Mac
[Prerequisites]:
- Have a new Firefox profile with the latest version of the "Firefox Notes" add-on (4.2.0dev custom built on 22.06.2018) installed.
- Have two windows opened.
- Have any website with text opened in both windows.
[Steps to reproduce]:
1. Open the browser with the profile from prerequisites and focus any window.
2. Select any text from the opened website.
3. Right click the selected text and click the "Add to Notes" option.
4. Close the sidebar and focus the other window.
5. Repeat steps 2 and 3.
6. Observe the behavior.
[Regression window]:
Last good revision: 3e60aeb17f19c7f62c72db721e380598e02f9f09
First bad revision: 2cbcfa64364bdf2f74e552f0d3e0cfafd7756ae6
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=3e60aeb17f19c7f62c72db721e380598e02f9f09&tochange=2cbcfa64364bdf2f74e552f0d3e0cfafd7756ae6
From the pushlog it seems that Bug 1444758 has caused this regression.
[Expected result]:
- A new note containing the text from step 5 is displayed.
**[Actual result]:**
- The sidebar flickers and the new note is not displayed.
[Notes]:
- The issue is not reproducible if you send the text to notes a second time.
- Attached a screen recording of the issue:
| Reporter | ||
Comment 1•7 years ago
|
||
Kris, could you please take a look over this?
Flags: needinfo?(kmaglione+bmo)
Updated•7 years ago
|
Comment 2•7 years ago
|
||
I cant see why the regression range claimed would do anything here. The only code change would affect the background page load perhaps, but your str is testing well after the background page would be loaded.
Given the last time this issue cropped up, I suspect this is a logic issue in the extension. The last time there was a fix in the firefox code that eased the issue, but it was solvable in the extension. I don't know the current state, but at that point I believe that multiple windows were not well supported in the extension.
Comment 3•7 years ago
|
||
For issues with active Test Pilot experiments, we should start with an issue on that experiment (which already exists, thank you). If that investigation leads back to web extensions overall, then we can file a BMO bug.
Closing this and deferring to https://github.com/mozilla/notes/issues/1189.
Flags: needinfo?(kmaglione+bmo)
Comment 4•7 years ago
|
||
(meant to resolve this last week, sorry for the oversight)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•