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

Doesn't work in Nextcloud Notes App #272

Open
Discostu36 opened this issue Sep 13, 2023 · 1 comment
Open

Doesn't work in Nextcloud Notes App #272

Discostu36 opened this issue Sep 13, 2023 · 1 comment
Labels
new-addon an issue affecting the rewrite of the add-on (not in this repo)

Comments

@Discostu36
Copy link
Member

The LT addon isn't active in the editor of the Nextcloud Notes app. The integrated spell checking of Firefox does work.

@Discostu36
Copy link
Member Author

Here's the HTML code of the editor, maybe this helps:

<div class="CodeMirror-scroll" tabindex="-1" draggable="true" style="min-height: 300px;">
    <div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 50px; min-height: 32px; padding-right: 0px; padding-bottom: 0px;">
        <div style="position: relative; top: 0px;">
            <div class="CodeMirror-lines" role="presentation">
                <div style="position: relative; outline: none;" role="presentation">
                    <div class="CodeMirror-measure"><pre class="CodeMirror-line-like"><span>xxxxxxxxxx</span></pre></div>
                    <div class="CodeMirror-measure"></div>
                    <div style="position: relative; z-index: 1;"></div>
                    <div class="CodeMirror-cursors" style=""></div>
                    <div class="CodeMirror-code" role="presentation" contenteditable="true" autocorrect="off" autocapitalize="none" spellcheck="true" tabindex="0"><pre class=" CodeMirror-line " role="presentation"><span role="presentation">Dies ist eine Testnotiz</span></pre></div>
                </div>
            </div>
        </div>
    </div>
    <div style="position: absolute; height: 50px; width: 1px; border-bottom: 0px solid transparent; top: 32px;"></div>
    <div class="CodeMirror-gutters" style="display: none; height: 82px;"></div>
</div>

@danielnaber danielnaber added the new-addon an issue affecting the rewrite of the add-on (not in this repo) label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-addon an issue affecting the rewrite of the add-on (not in this repo)
Projects
None yet
Development

No branches or pull requests

2 participants