| Summary: | Repository configuration tooltip dialogs do not work | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Client | Assignee: | 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
After short investigation it looks like Bug 395391 is the troublemaker. 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. 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. |