最後に公開された状態: July 29, 2016ArcGIS API for JavaScript
不具合 ID 番号
BUG-000091482
送信されました
October 16, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS API for JavaScript
見つかったバージョン
3.14
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Use popup instead as this should be used instead of infoWindow
Scroll Test
対処法
Remove the function that is responsible for the inline styles: 1. Open <a href="http://js.argic.com/3.14/init.js" target="_blank">js.argic.com/3.14/init.js</a>. 2. Put a breakpoint on the first line. 3. Refresh the page. 4. When on that breakpoint, search the minified code for ‘-webkit-transition-property’. 5. Delete everything in that function from ‘l.preventDefault()’ to ‘l.touches[0].screenY’. 6. Save the file. 7. Click Continue. 8. Open popup and re-add the content as before.9. Click and drag to scroll.10. The content moves.