You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Do this on the IText test page and the entire page goes blank (white).
Expected Behavior
Text should just be added normally with scaling/skew in mind.
Actual Behavior
I am assuming the canvas jumps so far off the page (or expands) that the entire page turns white.
Also, in some instances VERY stretched text is seen in the textbox.
Final Notes:
Possible solution is to delete empty text instances when focus/edit mode is lost.
Do this on the IText test page and the entire page goes blank (white).
Maybe keep the page/canvas from scrolling when you are entering text that continues off canvas view.
Bug 2
I also noted that when transforming the Itext, the height/width do not change? The only time they change is when you keep typing. When you skew/expand the width/height don't actually update.
The text was updated successfully, but these errors were encountered:
the bug comes from the fact that you are transforming a 0 width element. That makes every transformation get very high values for scale and skew, so when you put back some text, everything is amplified.
We should avoid transformation if some cases. I mark it as bug low priority for now.
Version
1.6.2
Test Case
http://jsfiddle.net/j1wo0d26/
Steps to reproduce
Note: Do this on the IText test page and the entire page goes blank (white).
Expected Behavior
Text should just be added normally with scaling/skew in mind.
Actual Behavior
I am assuming the canvas jumps so far off the page (or expands) that the entire page turns white.
Also, in some instances VERY stretched text is seen in the textbox.
Final Notes:
Bug 2
The text was updated successfully, but these errors were encountered: