ateodorescu / mzExt

Plugins and extensions for Extjs 4.x
MIT License
50 stars 31 forks source link

Fixed leaking formatBlockSelectItem variable. #9

Closed kkujawinski closed 9 years ago

kkujawinski commented 9 years ago

Variable formatBlockSelectItem (select input field) was leaked and if variable is set by first html editor (with enableFormatBlocks=True), then second html editor (with enableFormatBlocks=False) in the same page attach it self to this select input. Then select input change is proped to both editors

ateodorescu commented 9 years ago

Thank you for your contribution!