剣道のオープン ソース Web UI を使用しています。
アプリケーションにポップアップウィンドウがあります。正常に動作していました。剣道サイトから最新のリリースソースにアップデートしたら、ポップアップウィンドウが非常に小さくなり、はっきり見えなくなり、メインページがバックグラウンドに移動しました。
どうすれば修正できますか?
JQuery に戻す必要がありますか、それともこれらの問題がすぐに修正されることを期待して剣道を続けるべきですか?
これは、jQuery 1.7 と 1.8 の間の変更に伴う問題です。使用している jQuery を 1.8 にアップグレードしてください。問題は解消されます (または、最新の Kendo UI 内部ビルドを使用してください)。
This is my best bug during my last day
you have to update to latest jQuery version
but remember jQuery 1.8 has a bug with outerHeight function that return object not integer if calling outerHeight() without param
so u can update to 1.8 and edit the kendo.web.js file replace any call outerHeight()
to outerHeight(true)