Skip to content
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

Spreadsheeteditor grab focus fix #3167

Open
wants to merge 461 commits into
base: master
Choose a base branch
from

Conversation

andrewzhivolup
Copy link

@andrewzhivolup andrewzhivolup commented Dec 25, 2024

I'm calling the "grabFocus" method inside the editor - editor.grabFocus()

An error occurs when calling "grabFocus" in the spreadsheeteditor

this.getApplication().getController('DocumentHolder').getView().focus()

getView: function(t) {
    //this return undefined
    return this._ciewCache[t]
}

this.getApplication().getController('DocumentHolder').getView() is undefined

undefined.focus() is error

JuliaRadzhabova and others added 30 commits November 22, 2024 13:15
…) from feature/slide-master into develop

Fix Bug 68809
Julia Radzhabova and others added 29 commits December 20, 2024 13:48
…feature/pdf-annot-opacity into release/v8.3.0

Fix Bug 64261
…arch input' (ONLYOFFICE#201) from fix/bug-empty-search-error into release/v8.3.0
@CLAassistant
Copy link

CLAassistant commented Dec 25, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
5 out of 6 committers have signed the CLA.

✅ JuliaRadzhabova
✅ svetlana81
✅ denisdokin
✅ Basher0303
✅ maxkadushkin
❌ Julia Radzhabova


Julia Radzhabova seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants