Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
ajax system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 12:32 UTC
Updated:
23 Mar 2015 at 17:52 UTC
Jump to comment: Most recent
Comments
Comment #1
damien tournoud commentedI sense this is a duplicate of #1071818: Lazy-loading CSS fails in IE.
Comment #2
amitaibu@Damz,
I'm not sure if it's the same, as there it's about CSS, and here it's about JS (in the example module it's jquery UI tabs).
Comment #3
sunIndeed, given the detailed analysis in #1071818: Lazy-loading CSS fails in IE, that issue should focus on the CSS @import problem with IE only.
Comment #4
JeremyFrench commentedI still have a feeling this is related to the CSS issue. Adding a library just calls
drupal_add_js()anddrupal_add_css(). In the case of the ui.tabs it will loadjquery.ui.tabs.css(ad possibly jquery.ui.css). So if #1071818: Lazy-loading CSS fails in IE is not fixed then this will never work.There is a patch for #1071818 now. If you would like to test it for this as well we can mark as duplicate.
Comment #5
nod_updated patch for IE #1071818: Lazy-loading CSS fails in IE, please test.
Comment #6
nod_Need testing
Comment #7
nod_