eyalroz / bidimailui

BiDi Mail UI: Thunderbird extension for improved right-to-left language support
https://addons.thunderbird.net/en-US/thunderbird/addon/bidi-mail-ui/
Other
19 stars 2 forks source link

Getting null body sometimes in cycleDirectionSettings #88

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

On some calls to cycleDirectionSettings() - which I can't yet characterize, the body:

document.getElementById("messagepane").contentDocument.body

... is null. Perhaps we're acting before the document is loaded? Perhaps on something that's not really a document? Perhaps this has to do with repeated keypresses, or tab switches? I don't know.

We'll resolve this - more or less - by checking explicitly and logging the document URL.

eyalroz commented 1 year ago

Resolved for TB 115 and later, at least, via issue #97 .