-
Notifications
You must be signed in to change notification settings - Fork 282
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
Fix alignment issues (#206, #386) #419
Conversation
Just started reviewing :) |
Thank you, pull request merged! See changes here. |
Hey @jbalsas, This is really cool! The tests passed on IE with a few tweaks, but for one of them I had to add a condition for IE9. The functionality was working on IE9 too. Thanks, |
That's awesome! Thanks a lot for taking care of the IE stuff!! 😊 I was going over the rest of the issues, and I'm not sure if you'd like something else to go into the next release. Also, I feel like we're reaching a quite stable state in which we can start considering new features rather than just fixes as we've been pretty much doing lately. What do you think? |
I totally agree. There are no more any serious bugs, and we also resolved the most wanted ones (working on the server + Webpack/Browserify), so maybe it is time for version 1.0? |
I think we need to figure out how we want to do the media embed feature (#233) and that's the only thing separating us from a 1.0 I'll try to start looking into it this week. What do you think? |
Ah, yeah. This one would be good to be there too. |
Hey @ipeychev, this PR contains fixes for both #206 and #386
For #386, I've updated our CKEditor bundle with the Justify Plugin. This one doesn't have any dependencies, so it's a nice one :) (The update also bumps CKEditor to
4.5.6
).The fix for #206 is buried inside the Image Plugin which has dependencies with
Dialog
and adds a lot of other stuff such asdoubleclick
events. To avoid using it, I've created aae_imagealignment
plugin with just the functionality we need and some improvements such as:I've added tests for all the alignment buttons, and they are all green in Chrome and Firefox, but I haven't had the chance to test on IE from home.
Let me know what do you think :)