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

Bug 380746

Summary: git log - Type Error in console
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: GitAssignee: Project Inbox <orion.git-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: major    
Priority: P3 CC: mamacdon, Szymon.Brandys
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Susan McCourt CLA 2012-05-25 21:33:54 EDT
on the latest build, I can't see any toolbar actions in git log.

There is TypeError in the console on Chrome.

TypeError
arguments: Array[2]
get message: function () { [native code] }
get stack: function () { [native code] }
set message: function () { [native code] }
set stack: function () { [native code] }
type: "non_object_property_store"
__proto__: Error

I know this was working the build deployed this morning.
Comment 1 Susan McCourt CLA 2012-05-25 21:37:10 EDT
I was trying to git log from the repo page on my org.eclipse.orion.client repo.  I am unable to fetch since no command is showing.
Comment 2 Mark Macdonald CLA 2012-05-25 21:57:32 EDT
I do see a TypeError:

TypeError
  arguments: Array[2]
    0: "innerHTML"
    1: null
get message: function () { [native code] }
get stack: function () { [native code] }
set message: function () { [native code] }
set stack: function () { [native code] }
type: "non_object_property_store"

But the toolbar commands are displaying OK for me.
Comment 3 Mark Macdonald CLA 2012-05-25 22:01:09 EDT
(In reply to comment #2)
Correction... if I open the git-log page on the active branch, I see the toolbar commands. On a non-active branch, there are no commands.
Comment 4 Susan McCourt CLA 2012-05-26 10:44:49 EDT
(In reply to comment #3)
> (In reply to comment #2)
> Correction... if I open the git-log page on the active branch, I see the
> toolbar commands. On a non-active branch, there are no commands.

That's what it was.
So the problem here is the TypeError, and I'm not sure how long that may have been around.
Comment 5 John Arthorne CLA 2015-05-05 14:41:45 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html