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

Sometimes options page MD preview doesn't initially render #77

Closed
adam-p opened this issue Jun 23, 2013 · 1 comment
Closed

Sometimes options page MD preview doesn't initially render #77

adam-p opened this issue Jun 23, 2013 · 1 comment
Labels
Milestone

Comments

@adam-p
Copy link
Owner

adam-p commented Jun 23, 2013

This error results:

Error: TypeError: rawMarkdownIframe is undefined
Source File: resource://markdown_here_common/options.js
Line: 246

What's happening is that the preview iframe is loading before the DOM of the options page, so the options-iframe-loaded handler fires, but renderMarkdown() isn't yet ready.

Going to fix by making sure the options page is also loaded.

adam-p added a commit that referenced this issue Jun 23, 2013
…nder. Also copied a bit of code from the css-update branch
@adam-p
Copy link
Owner Author

adam-p commented Jun 23, 2013

Fixed in rev 3c9ed94

@adam-p adam-p closed this as completed Jun 23, 2013
jfx2006 added a commit to jfx2006/markdown-here that referenced this issue Apr 27, 2024
jfx2006 added a commit to jfx2006/markdown-here that referenced this issue Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant