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

Integration : Nesting upload inside window

11 Answers 127 Views
Window
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Joel asked on 23 Dec 2011, 09:15 AM
Unnecessary scrollbars in IE

After selecting a file to upload, the window re-sizes based on the content just fine in Chrome/Firefox.

In IE (obviously), scroll-bars get added. I'm using IE9 but I'm willing to bet this happens in all versions. I've created a JSFiddle here to test what I'm talking about.

I'm sure some clever CSS-hackery can fix the problem but is there something the window control can do to account for this?

11 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 23 Dec 2011, 03:20 PM
Hi Joel,

This was a bug, thank you for noticing it. It is now fixed, the fix will be available for the service pack. Meanwhile you can use
.k-window
{
    height: auto !important
}


as a workaround. I've updated your points for the find.

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Joel
Top achievements
Rank 1
answered on 23 Dec 2011, 07:06 PM
Thanks for the quick response and fix.

Can you cue me on when the service pack might be released? We have selected your product for our new application and are looking at a rather aggressive deadline of putting it out by the 30th of January.
0
Joel
Top achievements
Rank 1
answered on 27 Dec 2011, 07:04 AM
After setting the CSS style as recommended, I now run into a different bug on the maximize action of the window. Screenshot attached.
0
Kamen Bundev
Telerik team
answered on 27 Dec 2011, 08:30 AM
Hi Joel,

The service pack is scheduled for the middle of January.

You're right, forcing the height to auto breaks the maximize feature. Can you try if the attached scripts will fix it?

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Joel
Top achievements
Rank 1
answered on 27 Dec 2011, 08:57 AM
That fixed the problem for the most part.

Now, if the very first thing I do is maximize the window followed by a restore, and then select a file via upload, scrollbars are produced on all browsers - IE, Firefox and Chrome.
0
Accepted
Kamen Bundev
Telerik team
answered on 27 Dec 2011, 04:18 PM
Hi Joel,

This seems like a different bug, thanks again. I'm attaching newer build where this issue should be fixed. [Sorry, reattached]

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Joel
Top achievements
Rank 1
answered on 27 Dec 2011, 07:39 PM
Thanks for religiously following up and the fixes. I would like to assign you points for your efforts!
0
Joel
Top achievements
Rank 1
answered on 03 Jan 2012, 04:50 PM
Kamen,

I just wanted to highlight that with these fixes, the maxHeight property is not obeyed. Once I resize, it auto-corrects and respects the maxHeight property.

I've attached screenshots to give you an idea of what's going on.

Joel
0
Accepted
Alex Gyoshev
Telerik team
answered on 06 Jan 2012, 01:09 PM
Hello Joel,

Thanks for reporting this! It has been fixed for the next service pack, and in the attached kendo.all.js. Your Telerik points have been updated for the report.

All the best,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Joel
Top achievements
Rank 1
answered on 06 Jan 2012, 09:43 PM
Thanks Alex ... how safe would you say it is for me to use these interim builds in a soon-to-be-released product? I'm aware that your team might have a goal of releasing an official SP mid-Jan or so.
0
Alex Gyoshev
Telerik team
answered on 09 Jan 2012, 09:25 AM
The internal builds are quite stable, because they contain only bug fixes for the official release. That said, they aren't thoroughly tested like the service pack builds. My personal opinion is that they solve more problems than they may cause. Also, even in the unlikely case that they cause a problem, we can fix it for the service pack build, and you'll get a CDN version that works great with your product. The upcoming service pack should be out in about two weeks.

Greetings,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Joel
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Joel
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or