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

[CLOSED] Japanese IME Input Issue #34

Closed
Waxolunist opened this issue Sep 29, 2014 · 5 comments
Closed

[CLOSED] Japanese IME Input Issue #34

Waxolunist opened this issue Sep 29, 2014 · 5 comments

Comments

@Waxolunist
Copy link
Contributor

Issue by dkonayuki
Thursday Feb 13, 2014 at 17:39 GMT
Originally opened as Waxolunist/bootstrap3-wysihtml5-bower#34


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.

@Waxolunist
Copy link
Contributor Author

Comment by Waxolunist
Friday Feb 14, 2014 at 06:03 GMT


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?

@Waxolunist
Copy link
Contributor Author

Comment by Waxolunist
Friday Feb 14, 2014 at 06:11 GMT


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

@Waxolunist
Copy link
Contributor Author

Comment by dkonayuki
Wednesday Feb 19, 2014 at 14:20 GMT


Thank you, v0.3.0-alpha looks good for me.
btw, is there anyway to set iframe's size without overriding styles in the css file?

@Waxolunist
Copy link
Contributor Author

Comment by Waxolunist
Friday Feb 21, 2014 at 06:54 GMT


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.

@Waxolunist
Copy link
Contributor Author

Comment by Waxolunist
Thursday Sep 18, 2014 at 21:35 GMT


More than 7 months no answer. Closing.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant