-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
[Editor] Fix the rect used to click in some freetext integration tests #17802
Conversation
And avoid to uselessly set the pointer listeners in the annotation editor layer.
It helps to fix the test failures in #17790. |
/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/566c03881c6f765/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/6bd60765d49621f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/566c03881c6f765/output.txt Total script time: 0.92 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6bd60765d49621f/output.txt Total script time: 4.67 mins
|
/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/57c818ffa768829/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/8282a8592e626a8/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/57c818ffa768829/output.txt Total script time: 7.40 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/8282a8592e626a8/output.txt Total script time: 17.84 mins
|
Before the patch in mozilla#17802, the layer was made visible when calling updateMode after the rotation angle was set.
Before the patch in mozilla#17802, the layer was made visible when calling updateMode after the rotation angle was set.
Don't hide the editor layer when rotating (follow-up of #17802)
And avoid to uselessly set the pointer listeners in the annotation editor layer.