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

preference fails to open in Thunderbird ( Mac version ) #447

Open
giveflow opened this issue Aug 2, 2017 · 9 comments
Open

preference fails to open in Thunderbird ( Mac version ) #447

giveflow opened this issue Aug 2, 2017 · 9 comments

Comments

@giveflow
Copy link

giveflow commented Aug 2, 2017

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.
screen shot 2017-08-02 at 14 55 23

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 pasting

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'})

into 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?

@aphirst
Copy link

aphirst commented Aug 2, 2017

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. :)

@obillard
Copy link

obillard commented Sep 27, 2017

I cannot open the preferences too on Thunderbird : Ubuntu 16.04, Thunderbird 52.3, Markdown Here 2.13.2.
But I have another error, maybe linked to the others:

image

Translated in english:

XML analysis error: entity not defined
Location: chrome://markdown_here/content/options.xul
Line 6, column 1:
<prefwindow id="markdown-here-options-intermediate"
^

Pasting the code in the console like described in the alternative solution also works for me.

@barspi
Copy link

barspi commented Sep 29, 2017

I'm having the same problem. Thunderbird 52.3.0 for Mac
There's no 'OK' button anywher to be seen or clicked. (pressing enter does not work either)
this used to work until a few months ago...

@dlukes
Copy link

dlukes commented Oct 2, 2017

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?

@gorticus
Copy link

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.

@YerayAlonso
Copy link

Same on Windows 10

@bmix
Copy link

bmix commented Nov 9, 2017

@obillard Windows 10 here with Thunderbird 52.4.0-32bit. I can confirm,

@underdpt
Copy link

No workaround for this? I've hit this issue with windows 10.

@emont01
Copy link

emont01 commented Jul 8, 2018

I have the same problem
ThunderBird: 52.8.0
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
Markdown here: 2.13.2

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'})

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

No branches or pull requests

10 participants