Hello,
After upgrade Firefox to the latest version (41.0), there was a problem with PageControl and tabs height. If PopupAnimationType is set as "AnimationType.None" there are problems.
I've attached a simple project and movie to illustrate this issue.
--
Best regards, Mariusz
Hello,
I was able to reproduce the issue on my side in the recent version of Firefox and forwarded this ticket to our developers for further research.
We will update this ticket when we have results.
Regards,
Pavlo
Hello,
Is there any solution already? I have an application on the production and it is a very bad in Firefox.
--
Regards, Mariusz
Yes, we need this too, we use the PageControl a lot and more of our users are getting the Firefox 41.0 update.
Regards,
Damien
Is there a turn around in 14.2.3 ? like can we set PopupAnimationType or whatever property to something to avoid the bug ?
One release of our application is based on the 14.2.3 and we don't want to migrate it to 14.2.11 as it is stable and tested.
Hello Fréderic,
As a workaround, you can place your ASPxPageControl inside the <div> element without defining the div height like this:
<div> <dx:ASPxPageControl ID="ASPxPageControl1" runat="server"> </dx:ASPxPageControl> </div>
I'll test that ASAP
thanks