Closed
Bug 1122519
Opened 11 years ago
Closed 11 years ago
CSS/SVG line animation does not work in IE (Edge mode) on Windows 10
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: agibson, Assigned: agibson)
Details
(Whiteboard: [kb=1632724])
Attachments
(1 file)
Looks like we may have to update our UA checks for IE when displaying the CSS/SVG line animations on the following pages, due to changes in IE's UA string [1]:
https://www.mozilla.org/en-US/firefox/desktop/
https://www.mozilla.org/en-US/firefox/hello/
As a side note, I would love to be able to write a feature-detect for this as opposed to rely on US sniffing. Sadly, IE seems to "support" all the right bits, it just won't animate them :(
[1] http://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx
| Assignee | ||
Updated•11 years ago
|
Summary: CSS/SVG line animation does not work in IE (Edge mode) on WIndows 10 → CSS/SVG line animation does not work in IE (Edge mode) on Windows 10
| Assignee | ||
Updated•11 years ago
|
Whiteboard: [kb=1632724]
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → agibson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/ccbe4d6e0c6d4fcf38418c2985b8c0bc6d1ea520
[fix bug 1122519] Remove UA detection and use feature detect for CSS line animations
https://github.com/mozilla/bedrock/commit/987f2979274531e73d326578e82148ac0782e846
Merge pull request #2667 from alexgibson/bug-1122519-css-line-animation-ie-edge
[fix bug 1122519] CSS/SVG line animation does not work in IE (Edge mode) Win 10
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•