-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Editor] Add a fake annotation (in the annotation layer) associated with an editor in order to be able to show the comment button (bug 1989420) #20321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/02c40552980fbe7/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6dae4e6a9a21485/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/02c40552980fbe7/output.txt Total script time: 19.35 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6dae4e6a9a21485/output.txt Total script time: 42.30 mins
|
81a3a91 to
518d6a4
Compare
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2e8c6ae13c0bc93/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/aba7f12fae42da1/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/2e8c6ae13c0bc93/output.txt Total script time: 19.50 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/aba7f12fae42da1/output.txt Total script time: 42.81 mins
|
518d6a4 to
5774ee6
Compare
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/30c16c8c1e87e4e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a5ccfe954131242/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/30c16c8c1e87e4e/output.txt Total script time: 19.40 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a5ccfe954131242/output.txt Total script time: 44.08 mins
|
|
/botio-windows integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/4bf3f824a4541fa/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/4bf3f824a4541fa/output.txt Total script time: 3.24 mins
|
…ith an editor in order to be able to show the comment button (bug 1989420)
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/75cc38ff20e93db/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a3d50b3292ee502/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a3d50b3292ee502/output.txt Total script time: 19.31 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/75cc38ff20e93db/output.txt Total script time: 43.40 mins
|
|
This appears to have caused a regression; |
| return this.#editableAnnotations.get(id); | ||
| } | ||
|
|
||
| addFakeAnnotation(editor) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have a docstring or other documentation that explains the purpose of the fake annotation (i.e., what do we need it for?).
|
Looks good to me, with one comment. |
No description provided.