Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418734

Summary: Icons for some files show two on iPad
Product: [ECD] Orion Reporter: Ken Walker <ken_walker>
Component: ClientAssignee: Anton McConville <antonm>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 4.0   
Target Milestone: 4.0 RC1   
Hardware: Other   
OS: iOS   
Whiteboard:
Attachments:
Description Flags
Screenshot of too many icons for some file types none

Description Ken Walker CLA 2013-10-05 08:53:05 EDT
Created attachment 236138 [details]
Screenshot of too many icons for some file types

In the editor, the navigator shows more than one icon for a file, see the attachment
Comment 1 Silenio Quarti CLA 2013-10-07 14:19:21 EDT
This happens on the desktop too. We need to add

background-repeat: no-repeat;

to the CSS in images.css. The folder icon already has it

.core-sprite-folder_model{ background:url(../images/folder.png); width: 16px; height: 16px; background-repeat: no-repeat; }
Comment 2 Ken Walker CLA 2013-10-24 13:20:50 EDT
Marks sprite work should have fixed this.