-
Notifications
You must be signed in to change notification settings - Fork 111
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
Japanese IME Input Issue #34
Comments
In the dist folder of bower packages are the uncompressed files as well, otherwise you can always check out the sources. The file index-dev.html shows how to use the uncompressed version. The file wysihtml5-0.3.0.js is only a dependency and it is not maintained in this repo. From version 0.3 on I am switching to wysihtml5x, a more modern version of wysihtml5, which is still developed and maintained. Can you try version v0.3.0-alpha.1 which uses already wysihtml5x? |
The code in wysithml5x is still the same, but I think it is no problem to open a pull request: see https://github.com/Edicy/wysihtml5/blob/master/src/views/composer.observe.js#L87 |
Thank you, v0.3.0-alpha looks good for me. |
is there anyway to set iframe's size without overriding styles in the css file I don't get the question. How do you want to set the size of the iframe? You can do it with javascript (jquery) or set it in the css. |
More than 7 months no answer. Closing. |
I have the problem when typing japanese.
Here I found the same issue and the solution for it at the original wysihtml5 plugin:
Issue: tiff/wysihtml5#177
Solution: https://github.com/xing/wysihtml5/pull/382/files
In jhollingworth's repository, I found that code line needed to be fixed is in this file: bootstrap-wysihtml5 / lib / js / wysihtml5-0.3.0.js (line 8538)
however, I'm using these only 2 files of yours in my project:
bootstrap3-wysihtml5.all.min.js
bootstrap3-wysihtml5.min.css
Therefore, I have no idea how to fix it.
Please have a look at this issue. btw, Can you release a uncompressed version of bootstrap3-wysihtml5.all.min.js? Thank you in advance.
The text was updated successfully, but these errors were encountered: