Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix textarea focus bug when canvas is in an element that stops events…
… from reaching the body (#3754) See example: https://jsfiddle.net/kghandi/jhd6xn4x/ * remove comments * Update fabric.js manually updated fabric.js for testing, since I don't know how to do a build. * Revert "Update fabric.js" This reverts commit d4f8e2c. * Resolve unit test failure for textarea focus patch Reference lowerCanvasEl instead of upperCanvasEl so the patch works for StaticCanvas. * Resolve unit test failure for textarea focus patch Check for this.canvas initialized. * Resolve unit test failure for textarea focus patch * Resolve unit test failure for textarea focus patch * Fix positioning of hiddenTextArea * Update itext_behavior.mixin.js
- Loading branch information