-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
preference fails to open in Thunderbird ( Mac version ) #447
Comments
I'm getting a similar issue on GNU/Linux, specifically where no OK button is rendered. However, if I press return on this dialog, I seem to be taken to the preferences menu anyway. I can provide more info on request. :) |
I cannot open the preferences too on Thunderbird : Ubuntu 16.04, Thunderbird 52.3, Markdown Here 2.13.2. Translated in english:
Pasting the code in the console like described in the alternative solution also works for me. |
I'm having the same problem. Thunderbird 52.3.0 for Mac |
Same issue on 52.3.0 on Arch Linux :) Just pressing Enter in the open window does get me to the options pane, as mentinoed in #447 (comment). Anything I can do to help? |
Same issue in TB 52.4.0 and MDH 2.13.2 (current as of 2017-10-18?) on macOS 10.11.6. Confirm that @giveflow's work around opens the tab. |
Same on Windows 10 |
@obillard Windows 10 here with Thunderbird 52.4.0-32bit. I can confirm, |
No workaround for this? I've hit this issue with windows 10. |
I have the same problem I also confirmed that the following code displays the preferences correctly Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow('mail:3pane').document.getElementById('tabmail').openTab('contentTab', {contentPage: 'resource://markdown_here_common/options.html'}) |
When I try to open preference in the extension of Thunderbird, there will be an extra window popping out and showing "Click the 'ok' button to open the Markdown Here Options tab".
However the ok button is not shown in this window. I captured this screen and put in the attachment below.
The alternative solution I can find online is related to Options page doesn't appear in Firefox #369, by manually opening the error console of Thunderbird by [
cmd+shift+j
] and pastinginto the eval field and pressing [
enter
] to open the preference setting of Markdown Here.Will there be any better solution to sort out this bug in this extension in Mac version?
The text was updated successfully, but these errors were encountered: