Size issues in IE
Reported by chadanuk | July 6th, 2009 @ 08:39 AM | in 1.0
This a fix suggestion for window.js line 788 to 796.
It takes the Max height for either the document or browser window and sets that as the overlay height so it always covers all the content.
@@@javascript
//IE only
positionOverlay: function(){
var h = Math.max( document.documentElement.clientHeight, document.body.clientHeight ) + 'px';
var w = Math.max( document.documentElement.clientWidth, document.body.clientWidth ) + 'px';
Control.Overlay.container.setStyle({
width: w,
height: h
});
}
Comments and changes to this ticket
-
Nathan L Smith July 8th, 2009 @ 06:13 AM
- State changed from new to invalid
Duplicate of #60. Closing.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
NOTE: Please do not open tickets here. If you have an issue, please open it on http://github.com/syntacticx/livepipe-ui/issues/
High quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.