STAND-ALONE TEST CASE

Fiddle: https://fiddle.sencha.com/#fiddle/cjj

ADDITIONAL INFO

Ext version tested:


Browser versions tested against: DOCTYPE tested against: Description:

  • Using the setLoading method breaks some components.


Steps to reproduce the problem:

  • Make an htmleditor component.

  • Some time after the htmleditor object has been created, execute the object's setLoading method with <true> as its argument).


The result that was expected:

  • The load mask should show up.


The result that occurs instead:

  • No load mask shows up. An exception is logged.


It appears that it's setting the Window DOM object as the "focusEl" for the htmleditor object. I'm not sure if the same error applies to other component types as well, but someone mentioned a similar issue happening for Ext.window.Window objects here.

Any ideas what could be causing this?


WORKAROUND

None yet.


RELATED THREADS

This one: http://www.sencha.com/forum/showthre...7959&langid=14


FIDDLE