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
This issue exist even in the kitchen sink demo. To replicate do the following steps #1) Select some text [inside the i-text] #2) Change font size large or small #3) again select the i-text #4) The border selection broken now.
Please see the screen shot
The text was updated successfully, but these errors were encountered:
i see the error, i was asking if you found out in some other way.
Found the problem:
this._setTextStyles(ctx);
if (this._shouldClearCache()) {
this._initDimensions(ctx);
}
Even if we clear cache manually, at next render cycle, _initDimensions is performed just if shouldClearCache() returns true.
We should have some boolean to enforce running _initDimensions OR we should check in shouldClearCache() the check over style ( performance hit on big text chunks with lot of style )
This issue exist even in the kitchen sink demo. To replicate do the following steps
#1) Select some text [inside the i-text]
#2) Change font size large or small
#3) again select the i-text
#4) The border selection broken now.
Please see the screen shot
The text was updated successfully, but these errors were encountered: