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

Hidden text area #2868

Merged
merged 16 commits into from
Apr 10, 2016
Merged

Hidden text area #2868

merged 16 commits into from
Apr 10, 2016

Conversation

asturur
Copy link
Member

@asturur asturur commented Apr 5, 2016

Improves iphone focus crazyness on edit
improve japanese input method editor
improve copy cut paste behaviour of internet explorer
improve cut for all browsers ( cut was cutting but not copying )
fixes Shadow not rendered from style object (since we add shadow scaling with canvas)

closes #2823
closes #1985
closes #2839
closes #2773
closes #2740
closes #2859

@asturur
Copy link
Member Author

asturur commented Apr 6, 2016

summary:

Added keyup events, moved "CTRL + Key" combination on keyup so i cancel the event if the textarea consumes the event with other ( real copy and cut )
Added Ctrl+C for copy.
Added compositionUpdate event.
SetShadow was expecting some parameters, we add them at style declaration
Moving the textArea position when editing
managing japanese IME ( and maybe others )

@asturur asturur merged commit 036bc9a into fabricjs:master Apr 10, 2016
@asturur asturur deleted the hiddenTextArea branch April 11, 2016 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment