Hello everyone !
I saw a strange thing in extjs 4.2 for the fieldfile. Because I'm a new extjs user, I prefer to ask my question before said it's a bug.
When we look the zone of the input file in extjs 4.2, we can see that the position is absolute and start on the left of our screen. Because of this, all components on the left of the fieldfile are covered by this invisible big input and you can't click on them because when you click, you click in the input zone so it opens a file selection window.
Here is a screen capture directly from the exemples on the sencha website. For exemple, when you click on "Photo", the file selection window appears.
input bug extjs 4.2.jpg
I ask this question because it was not like this on Extjs 4.1.
Here is a screen capture from the exemples on the sencha website for the 4.1.3 version.
input extjs 4.1.jpg
As you can see, the input file is only inside the fieldfile in the 4.1.3 version.
My screen captures are on Chrome but it's the same thing on Firefox.
So is it a bug or a normal change in Extjs ?
Thank you for your answers.