简体   繁体   中英

Kendo-ui combobox list not displayed on google maps fullscreen

In our app we use google maps and we have embedded forms with some kendo combobox, numeric textbox, buttons...

When I open the map fullscreen mode, the combobox list is not displayed. This only happens with Firefox and Internet Explorer. Chrome is OK

Here is a dojo.telerik which shows the problem : http://runner.telerik.io/fullscreen/@tdf/eZOgA/5

Problem in fullscreen mode only

Thanks in advance

The reason is that the Google Maps canvas are rendered on top of the dropdown. You can use the Client API of the Kendo Combobox and the appendTo method in particular. Hence, you can append the dropdown to a parent element and properly render it:

http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-popup.appendTo

http://runner.telerik.io/fullscreen/uKUWeg/5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM