Intermittent comm/mail/test/browser/attachment/browser_attachmentEvents.js | false == true - JS frame :: chrome://mochitests/content/browser/comm/mail/test/browser/attachment/browser_attachmentEvents.js :: test_attachments_pane_toggle :: line 450
Categories
(Thunderbird :: Message Reader UI, defect, P5)
Tracking
(thunderbird_esr78 fixed, thunderbird78+ affected)
People
(Reporter: intermittent-bug-filer, Assigned: mkmelin)
Details
(Keywords: intermittent-failure)
Attachments
(3 files, 2 obsolete files)
1.25 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
1.94 KB,
patch
|
Details | Diff | Splinter Review | |
1.88 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=304657169&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Yc-XeEx4TZSXF6s7PfPvkw/runs/0/artifacts/public/logs/live_backing.log
Assignee | ||
Comment 1•5 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/79a2df41af71
browser_attachmentEvents.js - wait for the keypress to take effct. r=darktrojan
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Looks like it didn't help :(
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•5 years ago
|
||
Another stab at this. At least the problem didn't show up on try, and it's more modern.
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&selectedTaskRun=VAYmdcimTbSYIt3dr4txEw.0&revision=5deb92128f0180f8e694819b74bb1fdf7cdbaca3
Comment 8•5 years ago
|
||
There's a good chance it didn't show up on Try because it's only ever occurred on Mac, and your Try run was Linux only.
Assignee | ||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Oh, the key is the same on mac now, that's why it's failing.
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 14•5 years ago
|
||
Khushil, can you check this - easier with a mac... see comment 10. (Not clear why it still failed, but it did.)
Comment 15•5 years ago
|
||
The shortcut is not working on the Mac so I guess it's an issue with the implementation/feature, not the test. I am looking into it.
Comment 16•5 years ago
|
||
Here, in the key "key_toggleAttachmentPane", the modifier is only "alt": https://searchfox.org/comm-central/source/mail/components/compose/content/messengercompose.xhtml#438
And we are pressing "ctrlKey" in the browser_attachmentEvents.js: https://searchfox.org/comm-central/source/mail/test/browser/attachment/browser_attachmentEvents.js#447,457
But with pressing option + m in the Mac also(option key is equivalent to alt key of Window), it's not working. Character is getting added in the focused input part. I guess event.stopPropagation
gets fired after the character is inserted in the input area. We need to change this modifier. Changing this modifier to modifiers="accel alt" and pressing command + option + m, it worked. The test is also passing.
Assignee | ||
Comment 17•5 years ago
|
||
Yeah the key changed - can you look at hg blame of why?
Comment 18•5 years ago
|
||
Problem is introduced here: Bug 1625263
Comment 19•5 years ago
|
||
And the try-run that they did was for Linux only.
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4c9aee377c66
Fix mochitest browser_attachmentEvents.js. r=mkmelin
Assignee | ||
Updated•5 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 23•5 years ago
|
||
Comment on attachment 9160154 [details] [diff] [review]
Bug-1642536_fix-mochitest-browser_attachmentEvents-0.patch
[Approval Request Comment]
This shows up on c-esr78 on every release, lets get it taken care of.
Regression caused by (bug #): 1625263
User impact if declined:
Testing completed (on c-c, etc.): Been on beta since 80 or so
Risk to taking this patch (and alternatives if risky):
The more orange noisy tests on release, the harder it is to identify the actual problems.
Need:
https://hg.mozilla.org/comm-central/rev/79a2df41af71
https://hg.mozilla.org/comm-central/rev/4c9aee377c66
Comment 24•5 years ago
|
||
Comment on attachment 9160154 [details] [diff] [review]
Bug-1642536_fix-mochitest-browser_attachmentEvents-0.patch
[Triage Comment]
Approved for ers78
Comment 25•5 years ago
|
||
bugherder uplift |
Thunderbird 78.2.2:
https://hg.mozilla.org/releases/comm-esr78/rev/70c04cbe328e
https://hg.mozilla.org/releases/comm-esr78/rev/d5763dbdf9a5
Description
•