Refactor #13936
Drop support for legacy browsers
Description
For example, IE<=10 and older versions of FF/Chrome.
Supporting old versions requires extra code in our front end (both js and css) and limits our possibility of using newer technology.
When updating, we can also update jQuery to 2.x.
This should be noted in release notes.
Associated revisions
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/3803 added
#2
Updated by Daniel Lobato Garcia over 5 years ago
- Target version set to 1.6.2
#3
Updated by Daniel Lobato Garcia over 5 years ago
- Target version changed from 1.6.2 to 1.5.2
#4
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bbefa32cd3908d08712a78588a5cf2c04130791c.
#5
Updated by Dominic Cleal over 5 years ago
- Legacy Backlogs Release (now unused) set to 189
Fixes #13936 - Drop support for legacy browsers
This patch removes various workarounds needed to get legacy browsers to
work. Mostly stuff needed for IE<10, but also some other vendor prefixes
that are no longer needed.