Open
Bug 1777644
Opened 3 years ago
Updated 3 years ago
TypeError: can't access property "ownerGlobal", element is null on InlineSpellChecker.jsm
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(thunderbird_esr102 unaffected)
NEW
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: aleca, Unassigned)
Details
(Keywords: regression, regressionwindow-wanted)
I started seeing this error on trunk today.
STR
- Write something incorrect.
- Wait for the spell check to highlight the word.
- Right click on the highlighted word.
This error message appear:
JavaScript error: resource://gre/modules/InlineSpellChecker.jsm, line 497:
TypeError: can't access property "ownerGlobal", element is null
This error doesn't prevent the spell checking feature to be used or to click on suggested words.
Not reproducible on 102, only on trunk.
Comment 1•3 years ago
|
||
I can't reproduce this. To better understand the full call stack from the error would be useful, since element is passed into the function where the error occurs.
Comment 2•3 years ago
|
||
Works fine for me as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•