私はイベントに応答していないjsfiddleを持っています。何が起こっているのかわからない http://jsfiddle.net/H6KBW/91/issue with ieイベント - jquery
答えて
私はこれをIEでこれより先にするために少しトリックを使いました。あなたの#フォトエディター-NAVのCSSクラスに次の2行を追加してみてください:
opacity:0.01;
background:white;
背景色が人間の目には検出不可能であり、それはIEでdivのオフバブルにイベントを可能にします。
の後ろで起こっていることを理解したいのですが...しかし...どのように??? – coool
私はそれが働いている方法の詳細が必要です...いくつか私は他の人が答えるのを待つ必要があるかもしれません – coool
申し訳ありませんが、ちょうどこれに戻ってきました。 IEでは、DOM要素は透明である部分のクリックイベントを受け付けません。だから、あなたのdivが完全に透明だが、あなたがしっかりした境界線を持っていれば、div内の透明度は何もないように扱われるので、境界線をクリックしてクリックイベントを得ることができるだろう、そのイベントはdivのイベントにバブルすることはできません。 – KodeKreachor
- 1. jQuery with Rails issue - datepicker()
- 2. Issue with Jquery Cookie/Timer
- 3. Atom with Typescript jquery issue
- 4. Jquery Ajax with IE
- 5. jquery IE 7/8 select append issue
- 6. IE div issue with css bg画像
- 7. jQueryの:IE 7互換性Issue- $(ウィンドウ)イベントを発射し、
- 8. Silverlight + Weclient.DownloadStringAsync + IE = issue
- 9. slideToggle issue with stop()
- 10. JQGrid IE 9 space issue
- 11. IEはISSUE Javascriptを
- 12. IE 7 Issue HTML/CSS
- 13. permalink issue with big number
- 14. Issue with Android TranslateAnimation
- 15. Issue with String.split
- 16. Issue with HttpContext.Current.User.Identity.Name
- 17. issue with $ cordovaContacts
- 18. issue with ngFor-Angular2
- 19. onEditCell issue with dhtmlxGrid
- 20. issue with iframe height
- 21. issue with firefox
- 22. AngularJS issue with templateURL
- 23. issue with insertBefore()
- 24. Issue with imfill - Matlab
- 25. issue with apex_application_temp_files
- 26. Issue with EJB/JSF2.0
- 27. issue with setCustomValidity
- 28. parse_ini_file issue with $ symbol
- 29. issue with ngPattern
- 30. Issue with DefaultPasswordHasher CakePHP
別の問題... jsfiddleがフッタの幅に対してie7で動作していない、それは100%幅に伸びていません... – coool