Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-3217

Some CSS are not loaded on IE11 and Edge

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.2.5, 4.3.0
    • 4.2.2
    • None
    • None
    • 4.3 M2

        [RUNTIME-3217] Some CSS are not loaded on IE11 and Edge

        maybe only @media print is correctly supported by IE9+ (https://joshuawinn.com/css-print-media-query/)

        What we can do is :
        1) rollback, but still merge print media
        2) destroy media all (that was the point here)
        3) destroy media equivalent to all... currently it looks like it is: print, speech and screen (https://www.w3schools.com/css/css3_mediaqueries.asp)
        4) remove any "old" media such as handhelp
        5) have a tour on our skins to remove useless media

        Raphaël Franchet added a comment - maybe only @media print is correctly supported by IE9+ ( https://joshuawinn.com/css-print-media-query/ ) What we can do is : 1) rollback, but still merge print media 2) destroy media all (that was the point here) 3) destroy media equivalent to all... currently it looks like it is: print, speech and screen ( https://www.w3schools.com/css/css3_mediaqueries.asp ) 4) remove any "old" media such as handhelp 5) have a tour on our skins to remove useless media

          Unassigned Unassigned
          fravetier Frederic Ravetier (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: