[mozmill] Remove attendees not working in Event modification test
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
People
(Reporter: merike, Assigned: Taraman)
References
Details
Attachments
(1 file, 1 obsolete file)
7.03 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
Updated•14 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
I finally figured out, that a link to the attendee Object has to be added to the Menulist.
Noramally this is done on rightclick, but for some reason it isn't when being opened by mozmill. So we do this manually.
Now the Test works as intended.
Comment 4•6 years ago
|
||
That's weird. Is the object set when not in a test? Is it just a case of waiting for it?
I'd rather not hack a test together like that if we don't have to.
Assignee | ||
Comment 5•6 years ago
|
||
When rightclicking "manually", everything works fine.
in the test I tried everything from clicking the entry beforehand, to waiting and every combination of calling the menu I could think of.
For some reason, in the Test it just doesn't work.
Finally, I found no other solution than this hack. :-(
The last thing I can think of is to try to add some logging code to lightning-item-iframe.js to try to find out what is missing when in a test...
Comment 6•6 years ago
|
||
In lightning-item-iframe.xul, change the onclick attribute to oncontextmenu, and it works properly. Apparently the rightClick function doesn't send a click event with button = 2.
Assignee | ||
Comment 7•6 years ago
|
||
Fascinating!
Shall I add that change in this Bug?
Comment 8•6 years ago
|
||
Yes.
Assignee | ||
Comment 9•6 years ago
|
||
Now test working with "oncontextmenu"
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Pre-emptively setting checkin-needed, as the Try run is still going.
Assignee | ||
Comment 12•6 years ago
|
||
As the trybuilds all failed in the build stage, traing again:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=dc1449c84b6764b76ab1023260301d6fce00af25
Comment 13•6 years ago
|
||
Pushed by Mozilla@Adrario.de:
https://hg.mozilla.org/comm-central/rev/fc995375f444
[mozmill] Remove attendees not working in Event modification test. r=darktrojan
Updated•6 years ago
|
Description
•