-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Editing] Disable buttons until the first page is rendered #15295
Conversation
Sorry, but I don't understand how this patch actually implements what the commit says (i.e. "Disable buttons until the first page is rendered")? Lines 730 to 734 in 589f72e
if (this.#annotationEditorUIManager) {
// Ensure that the Editor buttons, in the toolbar, are updated.
this.eventBus.dispatch("annotationeditormodechanged", {
source: this,
mode: this.#annotationEditorMode,
});
} after the following line Line 818 in 589f72e
|
08a7ab0
to
ae3742a
Compare
I don't believe that you need the changes in the |
Strange... console.log("getViewerConfiguration", document.getElementById("editorFreeText").hasAttribute("disabled")) in So it isn't the most strange thing here... |
And I've the same bug again.... |
Isn't that just the soft- vs hard-reload thing again, i.e. F5 vs Ctrl + F5? |
Yep it's exactly the issue I hit. |
ae3742a
to
fbce878
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/495d3cf692111fe/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a701e93bc4d1a67/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/495d3cf692111fe/output.txt Total script time: 4.74 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a701e93bc4d1a67/output.txt Total script time: 7.30 mins
|
No description provided.