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

Japanese IME Input Issue #34

Closed
dkonayuki opened this issue Feb 13, 2014 · 5 comments
Closed

Japanese IME Input Issue #34

dkonayuki opened this issue Feb 13, 2014 · 5 comments

Comments

@dkonayuki
Copy link

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.

@dkonayuki dkonayuki reopened this Feb 13, 2014
@Waxolunist
Copy link
Owner

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
Owner

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 Waxolunist added this to the v0.3.0 (wip) milestone Feb 14, 2014
@Waxolunist Waxolunist self-assigned this Feb 14, 2014
@dkonayuki
Copy link
Author

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
Owner

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
Owner

More than 7 months no answer. Closing.

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

2 participants