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

Bug 396737

Summary: Repository configuration tooltip dialogs do not work
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Szymon Brandys CLA 2012-12-17 06:39:23 EST
With the latest changes in UI prompts do not work anymore. I mean prompts defined as ParametersDescription for commands.
Try to change anything in the Git repo configuration for instance.
Comment 1 Szymon Brandys CLA 2012-12-17 06:40:55 EST
After short investigation it looks like Bug 395391 is the troublemaker.
Comment 2 Susan McCourt CLA 2012-12-17 12:04:59 EST
All the parameters/slideouts seem to be working, I think the git repo config editor is the only problem.  Let me know if you see others.
Comment 3 Susan McCourt CLA 2012-12-17 12:33:15 EST
Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=00a2f97d8f6ab2ac9f5a7589bd673bdb13760955

Problem surfaced when walking up the document to find the slideout.  dojo.hasClass was forgiving in letting callers use document vs. documentElement, and our non-dojo code was not.