| Summary: | favicon.ico for the Orion pages should be updated to match the new OrionIconFont | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Client | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | 5.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
I have updated all the Orion pages to use an icon that matches the icon from the new OrionIconFont. This is the icon displayed in the browser tab, in the history, in bookmarks, etc. etc. I used the six icons: repository.png shell.png sites.png search.png edit.png user.png Rather than create new ICO files, I have updated each page to use the standard HTML5 link icon attribute and the existing png files. <link rel="icon" href="/images/edit.png" type="image/png"> This link icon attribute accepted by all browsers except IE9. For IE9, this attribute is ignored and we default to using /favicon.ico, which is what most of the pages, except for the editor, were using before this update. The link icon attribute is supported in IE11. I removed all the obsolete ICO files as well. This is delivered in commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a7f3b5f51f0273ebf6d2971ef62023dfd727b0c4 |