-
10 Mar 2012 6:43 PM #1
ext 4.0.7 window bottom clipped if css vertical-align:top is added to body or div
ext 4.0.7 window bottom clipped if css vertical-align:top is added to body or div
using no doctype
running ie9
adding following css will cause window bottom border to get clipped.
body
{
vertical-align:top;
}
or
div
{
vertical-align:top;
}ValterBorges@harmonydata.com
- harmony-data-systems
Harmony Data Systems - Offering Enterprise Application Architecture and Implementation Services
(.NET, SQL, DB2, WEB 2.0, EXT)
-
11 Mar 2012 7:04 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
Have you tried with 4.1.0 beta 3?
I would be careful when affecting every div like that.Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote