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

Bug 436949

Summary: New Git Page does not work properly on Safari
Product: [ECD] Orion Reporter: Ken Walker <ken_walker>
Component: ClientAssignee: Bogdan Gheorghe <gheorghe>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P2    
Version: 5.0   
Target Milestone: 6.0 RC3   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Ken Walker CLA 2014-06-09 05:51:53 EDT
The section with the "Commits for "master" branch against..." is always empty.  There's supposed to be a chooser but that is not there.

No errors in the console.
Comment 1 Bogdan Gheorghe CLA 2014-06-09 10:31:26 EDT
We are now using the explorer widget for the Incoming/Outgoing section. The explorer renders the row and then connects it to the at the very end). Other browsers can handle working on created elements that haven't been inserted in the DOM, Safari cannot.

Fix is to just create a div and not use the createContextualFragment call anymore.