Hi
I'm using the image browser for the kendo ui web editor. It works fine but it pops up so far down the screen that you have to scroll to see the buttons. Screenshots are attached.
I'm guessing the cause is that the window is centered before it has the full height.
Best regards,
Martin
I'm using the image browser for the kendo ui web editor. It works fine but it pops up so far down the screen that you have to scroll to see the buttons. Screenshots are attached.
I'm guessing the cause is that the window is centered before it has the full height.
Best regards,
Martin
5 Answers, 1 is accepted
0
Hello Martin,
Rosen
the Telerik team
This is a known issue which has been already fixed. You may try the Q1 2013 BETA release which contains the fix.
Regards,Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Northstar
Top achievements
Rank 1
answered on 19 Aug 2013, 05:24 AM
I am experiencing this issue as well, using the Q2 2013 release. The image browser window is about 20% below the bottom of the screen when opened. It is centered horizontally just fine. Did the fix make it to the Q2 release? Thanks!
0

Jan Erik
Top achievements
Rank 2
answered on 19 Aug 2013, 07:58 AM
I'm having this issue as well using the 2013.2.729 release.
Regards,
Jan Erik
Regards,
Jan Erik
0
We have published an internal build that includes the fix. Alternatively, you can set the image browser dialog height through CSS:
.k-imagebrowser-dialog { height: 600px; }
Regards,Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Northstar
Top achievements
Rank 1
answered on 20 Aug 2013, 03:52 PM
That is what I ended up doing, but appreciate the internal fix as well. Thanks Alex.