Rank: Newbie Groups: Member
Joined: 11/3/2008 Posts: 3
|
Hi,
do you know that control from AJAX Control Toolkit that is called "Always Visible"? The effect is that object is pinned to the screen and stays at this position regardless of page scrolling.
We use EO.Dialog that is higher than screen height and in IE user can scroll whole page and review invisible part of the dialog because this dialog is moving together with page content. But in the FireFox EO.Dialog behaves completely different - it is pinned and in our exact case user will never be able to see what is out of screen borders.
How to make EO.Dialog to not be pinned and act like in IE? Is this FF issue by design or it is customizable?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This was a design dilemma for us and it is a FF issue. Unfortunately there is no way to customize it in the current release. FireFox and IE interpret certain CSS attributes differently and results in the difference. Some users want to be able to scroll a dialog along with the page and some users do not, so a lot of users actually like FireFox’s implementation. Nevertheless, we will certainly think about allowing user to customize this behavior so that it can be consistent across browsers.
Thanks!
|