Hi sravanithalapanti,
although admittedly a little bit late to the show.
For anyone who is still concerned:
The reason is that to emulate the restore behaviour maximize() is being called...
Type: Posts; User: marcusvd
Hi sravanithalapanti,
although admittedly a little bit late to the show.
For anyone who is still concerned:
The reason is that to emulate the restore behaviour maximize() is being called...
Ext version tested:
Ext 6.51 rev 345
Ext 6.2.0 rev 981
Hi,
I have just retested this against the latest nightly(6.0/20151108)
It seems as if the error still occurs.
Has the bugfix been applied to a branch for the 6.0.2 release or is it a...
https://fiddle.sencha.com/#fiddle/vm9
Ext version tested:
Ext 6.0.1.250
Ext 6 nightly 2015-10-18
Browser versions tested against:
Chrome Version 46.0.2490.71
Hi Joel,
thanks for your answer. Very appreciated. That's the way I fixed it for now.
Hi,
I found differences in focus/blur event firing behaviour between FF and IE/Chrome when using focusable ext components.
Ext version tested:
5.1.0(currently used)
6.0.0.640
Browser...
Have you found a workaround so far?
In Firefox we had this Issue in the HtmlEditor
I was able to fix it like this:
if (Ext.browser.is.Firefox && Ext.versions.ext.lt('5.1.1')) {...