I've been battling a height issue in Firefox 3, and just realized that the same issue also happens in the First Look sample on your site:
http://demos.telerik.com/ASPNET/Prometheus/Window/Examples/Default/DefaultCS.aspx
When the Height slider is reduced below 214px, changes are not recognized. In other words, even if I drag it down to 100px, it still remains at a height of 214.
It works fine in IE7 however.
Ross
http://demos.telerik.com/ASPNET/Prometheus/Window/Examples/Default/DefaultCS.aspx
When the Height slider is reduced below 214px, changes are not recognized. In other words, even if I drag it down to 100px, it still remains at a height of 214.
It works fine in IE7 however.
Ross
12 Answers, 1 is accepted
0
rwozniak
Top achievements
Rank 1
answered on 07 Oct 2008, 12:31 PM
By the way, when I set the height of a RadWindow to 100px, I can see it paint briefly at that height...then it jumps quickly to 214px. So it must be something in one of the Telerik scripts that run on load that is overriding my height setting.
FYI, I open my dialog by calling the radopen function, then call set_width and set_height.
Ross
FYI, I open my dialog by calling the radopen function, then call set_width and set_height.
Ross
0
Hello Ross,
This behavior is due to a bug in Firefox that occurs when you have an IFRAME in a table - which is basically RadWindow's structure. If you set a very small height (about 150px), the table shrinks as expected, however the IFRAME element doesn't.
So far we were not able to find an appropriate cross-browser workaround for this problem but if we manage to fix it, we will implement the fix right away. For the time being, when you want to display something in a very small container, I would suggest to use RadDock or RadToolTip.
Best wishes,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
This behavior is due to a bug in Firefox that occurs when you have an IFRAME in a table - which is basically RadWindow's structure. If you set a very small height (about 150px), the table shrinks as expected, however the IFRAME element doesn't.
So far we were not able to find an appropriate cross-browser workaround for this problem but if we manage to fix it, we will implement the fix right away. For the time being, when you want to display something in a very small container, I would suggest to use RadDock or RadToolTip.
Best wishes,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
rwozniak
Top achievements
Rank 1
answered on 09 Oct 2008, 12:40 PM
Thanks very much for the information Georgi.
Now that the RadTooltip supports modality, I'll probably try and move all of my dialogs to that control.
Ross
Now that the RadTooltip supports modality, I'll probably try and move all of my dialogs to that control.
Ross
0
Rick
Top achievements
Rank 1
answered on 13 Jan 2009, 01:08 PM
I would be interested to know when this bug gets resolved :)
0
Hello Rick,
We are still investigating the problem and we are currently working on it. It is not very easy to find a good solution because the described problem is due to bug in the specific browser. However, once we find the best solution we will integrate it right away.
Greetings,
Fiko
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
We are still investigating the problem and we are currently working on it. It is not very easy to find a good solution because the described problem is due to bug in the specific browser. However, once we find the best solution we will integrate it right away.
Greetings,
Fiko
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rick
Top achievements
Rank 1
answered on 13 Jan 2009, 03:25 PM
Oh sorry, perhaps I have a seperate issue:
I am using the radWindow for the ConfirmDialogType in the GridButtonColumn.
However the dialog box (across IE, Firefox and Chrome) always seems to be too tall for the containing text. I thought it might be down to the same issue but since its across all browsers perhaps not.
I am using the radWindow for the ConfirmDialogType in the GridButtonColumn.
| <telerik:GridButtonColumn ButtonType="ImageButton" Text="Delete Price" |
| CommandName="DeleteLine" ImageUrl="images/delete.gif" ItemStyle-Width="16px" |
| ConfirmDialogType="radWindow" ConfirmText="Are you sure you want to delete this price?" ConfirmTitle="Confirm Delete" /> |
However the dialog box (across IE, Firefox and Chrome) always seems to be too tall for the containing text. I thought it might be down to the same issue but since its across all browsers perhaps not.
0
Hello Rick,
I cannot tell if this is the same problem or not, but if you open a support ticket and send me a small sample project, I can check it right away. Just make sure that the project can be run locally and attach it to the support thread with a reference to this topic. I will examine your code and do my best to help you.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I cannot tell if this is the same problem or not, but if you open a support ticket and send me a small sample project, I can check it right away. Just make sure that the project can be run locally and attach it to the support thread with a reference to this topic. I will examine your code and do my best to help you.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rick
Top achievements
Rank 1
answered on 14 Jan 2009, 12:41 PM
Hi Georgi,
I've submitted a ticket with an example, but I've also noticed it does it on your example pages as well:
http://demos.telerik.com/aspnet-ajax/Window/Examples/BrowserDialogBoxes/DefaultCS.aspx
Compare the height of the dialog box when clicking the two RIGHT buttons, compared to the LEFT buttons.
I've also just noticed that when you click 'show CONFIRM BOX', and click on the box to alter the focus, the buttons move a bit. It does this across all browsers.
I've submitted a ticket with an example, but I've also noticed it does it on your example pages as well:
http://demos.telerik.com/aspnet-ajax/Window/Examples/BrowserDialogBoxes/DefaultCS.aspx
Compare the height of the dialog box when clicking the two RIGHT buttons, compared to the LEFT buttons.
I've also just noticed that when you click 'show CONFIRM BOX', and click on the box to alter the focus, the buttons move a bit. It does this across all browsers.
0
Hello Rick,
In the demo, one of the radalert dialogs has width and height set (the one called from the left column), while the other is using the default size - that is the reason for the different look.
OK, we will examine your project and do our best to provide you with a solution as soon as possible.
Kind regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
In the demo, one of the radalert dialogs has width and height set (the one called from the left column), while the other is using the default size - that is the reason for the different look.
OK, we will examine your project and do our best to provide you with a solution as soon as possible.
Kind regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ryan Helms
Top achievements
Rank 1
answered on 03 Jul 2009, 03:13 AM
Hello,
I am having the same exact issue with the 214px height, regardless if the height is set smaller. I will watch this thread for a fix. This is fairly important for the UI of my application.
Thank you,
Ryan Helms
0
Clive Hoggar
Top achievements
Rank 1
answered on 31 Oct 2009, 08:43 PM
Hi
I am using the Q2 2009 hot fix release (downloaded today Oct31 2009) and I have the Firefox
'minimum height' issue on a new page created today.
The status is
IE8 and Opera OK
Firefox, Chrome, Safari 'min height' problem
I tried with autosize = true and can see it try to size to the content correctly then increase again to
the min height.
Is there a ( perhaps browser specific) workaround? It seems it is not just a Firefox bug - perhaps a difference
of interpretation of standards.
If possible I would like to stick to the RadWindow for maximum code re-use.
Thanks
Clive
I am using the Q2 2009 hot fix release (downloaded today Oct31 2009) and I have the Firefox
'minimum height' issue on a new page created today.
The status is
IE8 and Opera OK
Firefox, Chrome, Safari 'min height' problem
I tried with autosize = true and can see it try to size to the content correctly then increase again to
the min height.
Is there a ( perhaps browser specific) workaround? It seems it is not just a Firefox bug - perhaps a difference
of interpretation of standards.
If possible I would like to stick to the RadWindow for maximum code re-use.
Thanks
Clive
0
Hello Clive,
Yes, the problem is with Gecko/WebKit based browsers and there is still no official fix for this bug in them. We managed to find a workaround for some scenarios, but we do not guarantee that it will work in all cases. I've attached the workaround to this thread - I hope it will be of help.
Regards,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Yes, the problem is with Gecko/WebKit based browsers and there is still no official fix for this bug in them. We managed to find a workaround for some scenarios, but we do not guarantee that it will work in all cases. I've attached the workaround to this thread - I hope it will be of help.
Regards,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
