-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Are there working samples? #29
Comments
Also the site http://steveathon.github.io/bootstrap-wysiwyg/ does not show working samples of component, which can be evaluated on the site. It only links to the page with old mindmup wysiwyg component. |
There is no current live sample no, all working samples are available from the repo itself. I'm also running Firefox v37.0.2 and I'm able to use basic.html with no problems. |
What I do:
add in file
navigate to run after then I try to enter some chars into the edit field and get js error mentioned above |
OK, I've tried to clone repository and from repository basic sample is working, so the issue is only about bower package. |
Right, I've got a PR open that updates the project's bower.json file (plus adds some other minor stuff that I've caught). I'm using the one in my PR with no problems. |
Marked this as a bug because it will be fixed with the bower change. Confirmed enhancement on #39 to add others on the pages. |
Added bower.json file Fixes #29 and #39 by adding a live demo to the website Removed bower since we use CDN for links Switched Google Code Prettify to CDN Migrated jquery.hotkeys from manual management to management using bower Changed folder structure and updated bootstrap-wysiwyg to newly released Updated basic usage section and included syntax highlighting
I have installed bootstrap-wysiwyg-steveathon from bower. Then I opened a file
examples/basic.html
and tried to write some chars into edit field. I've got a javascript exception:browser: firefox 37.0.2
Are there any working samples how to use this component?
The text was updated successfully, but these errors were encountered: