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

Bug 428480

Summary: Orion footer is broken
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed, ken_walker
Version: 5.0Flags: grant_gayed: review+
ken_walker: review+
Target Milestone: 5.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
weird footer bug
none
patch none

Description Mark Macdonald CLA 2014-02-18 14:45:38 EST
Created attachment 240084 [details]
weird footer bug

footer.html contains a broken HTML comment. (<!-- --> tags cannot be nested, it's invalid markup).

On Firefox for Android, the bad comment causes part of the old footer to sporadically appear. The symptom is an ugly, pixelated Orion logo that follows the viewport around as you scroll (see attached pic).
Comment 1 Mark Macdonald CLA 2014-02-18 14:58:15 EST
Created attachment 240086 [details]
patch

The fix is to simply delete the nested comments so that everything in the file is properly commented out.