This is a migrated thread and some comments may be shown as answers.

[IE6] 2008.1.619 scrollbars in FileManager not visible

9 Answers 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ilia
Top achievements
Rank 1
Ilia asked on 18 Jul 2008, 08:01 PM
my problem is pretty similar to one described here http://www.telerik.com/community/forums/thread/b311D-bekgbt.aspx

except:
- IE7 and FF2 (not tested in FF3) are working just fine.
- IE6 has no vertical scrollbars on file lists that are too long (well actually i think scollbar is there, it is just pushed off the visible area)

i have attempted the fix described in above thread. That gave me horisontal scollbar, but vertical scollbar is still not visible.

9 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Jul 2008, 12:40 PM
Hi Ilia,

Could you please test the Futures build of RadControls for ASP.NET AJAX? If you still experience the problem, please specify which editor skin is causing the problem and we will provide a solution.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ilia
Top achievements
Rank 1
answered on 21 Jul 2008, 03:29 PM
this is still happening in Q2 to every skin i tried (telerik,webblue,vista,outlook)
except now file list panel is running over top of preview panel instead of underneath it, which is marginally less broken, but much more ugly.

IE7 and FF2 still working just fine.
0
Rumen
Telerik team
answered on 22 Jul 2008, 06:20 AM
Hi Ilia,

I tried to reproduce the vertical scrollbar problem with the provided skins using the "Future build" but to no avail. You can see my test in the attached video.

However, I was able to reproduce the file browser overlapping the preview area issue. I reported it to our UX team and we will fix the problem. I updated your Telerik points for your feedback.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ilia
Top achievements
Rank 1
answered on 20 Aug 2008, 02:04 PM
Hi

In the video you are using IE7
This issue happens in IE6

Ilia
0
Rumen
Telerik team
answered on 20 Aug 2008, 02:35 PM
Hi Ilia,

You can fix the problem by setting the  ExternalDialogsPath property, and then copying the \EditorDialogs\ImageManager.ascx file from the EditorDialogs folder in the RadControls distribution to the location you specified for ExternalDialogsPath. Once you have done that, open the ImageManager.ascx file and put the following class at the end of the file:

<style>
.scrollable-element
{
    overflow: scroll! important;
    border: 1px solid green;
}
</style>

Save the file and test the Image Dialog. Do the same for the rest of the editor's file browser dialogs.

Please, excuse us for this bug. We will do our best to fix it for the next hotfix.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ilia
Top achievements
Rank 1
answered on 21 Aug 2008, 03:36 PM
Hold on... What you suggesting is to change CSS to force scrollbars. I however already tried that (as stated in my first post).
The scrollbar itself is not an issue. The issue is the file list pannel being too wide and either (depending on the version) cutting off part where scrollbar is or goes over top of the preview panel.
0
Rumen
Telerik team
answered on 22 Aug 2008, 11:32 AM
Hi Ilia,

Thank you for your feedback.

Is it possible to list all skins and browser versions under which you experience this problem? We will do our best to fix all skinning problems until the official Q2 SP1 release scheduled for next week.

Regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ilia
Top achievements
Rank 1
answered on 22 Aug 2008, 01:44 PM
filelist is simply too wide in IE6, thats all there is to it.
0
Rumen
Telerik team
answered on 25 Aug 2008, 08:12 AM
Hi Ilia,

In the middle of this week we will release the Q2 SP1 of RadControls for ASP.NET AJAX in which this problem should be fixed. Please, test the new build once it becomes available and let us know if you still experience any dialog appearance problems.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Ilia
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ilia
Top achievements
Rank 1
Share this question
or