-
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] Make the stamp annotations alt text readable by either VO or NVDA (bug 1912001) #18658
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/b9cc8434540083f/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/9b87781c26469ed/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b9cc8434540083f/output.txt Total script time: 0.88 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/9b87781c26469ed/output.txt Total script time: 4.33 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/81c9e533a2fc4ef/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/f10dc5d65cf9d84/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/81c9e533a2fc4ef/output.txt Total script time: 8.67 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f10dc5d65cf9d84/output.txt Total script time: 18.26 mins
|
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.
Based on a quick look, there's unfortunately a couple of bugs here.
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.
I've left a few more comments, but this is looking much better now.
Please run all tests once they are addressed, and assuming that everything works I'll do a final review.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/ba276bc536916a3/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/16f8f1e25c30465/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/ba276bc536916a3/output.txt Total script time: 30.39 mins
Image differences available at: http://54.241.84.105:8877/ba276bc536916a3/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/16f8f1e25c30465/output.txt Total script time: 46.06 mins
Image differences available at: http://54.193.163.58:8877/16f8f1e25c30465/reftest-analyzer.html#web=eq.log |
89e1ced
to
9b72dba
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/470c40395be4ce2/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/5d04e626a0d0455/output.txt |
Besides #18658 (comment), there one more thing I just realized: $ git diff
diff --git a/web/pdf_page_view.js b/web/pdf_page_view.js
index bfe3b4763..c26538693 100644
--- a/web/pdf_page_view.js
+++ b/web/pdf_page_view.js
@@ -760,9 +760,6 @@ class PDFPageView {
this.textLayer.cancel();
this.textLayer = null;
}
- if (this.structTreeLayer && !this.textLayer) {
- this.structTreeLayer = null;
- }
if (
this.annotationLayer &&
(!keepAnnotationLayer || !this.annotationLayer.div)
@@ -771,6 +768,9 @@ class PDFPageView {
this.annotationLayer = null;
this._annotationCanvasMap = null;
}
+ if (this.structTreeLayer && !(this.textLayer || this.annotationLayer)) {
+ this.structTreeLayer = null;
+ }
if (
this.annotationEditorLayer &&
(!keepAnnotationEditorLayer || !this.annotationEditorLayer.div) |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/470c40395be4ce2/output.txt Total script time: 30.53 mins
Image differences available at: http://54.241.84.105:8877/470c40395be4ce2/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5d04e626a0d0455/output.txt Total script time: 46.38 mins
Image differences available at: http://54.193.163.58:8877/5d04e626a0d0455/reftest-analyzer.html#web=eq.log |
… NVDA (bug 1912001)
9b72dba
to
deedbd1
Compare
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.
r=me, thank you.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/d264190fed0b174/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/591d1bdecd83e6e/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/d264190fed0b174/output.txt Total script time: 30.55 mins
Image differences available at: http://54.241.84.105:8877/d264190fed0b174/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/591d1bdecd83e6e/output.txt Total script time: 46.97 mins
Image differences available at: http://54.193.163.58:8877/591d1bdecd83e6e/reftest-analyzer.html#web=eq.log |
No description provided.