| Summary: | ThemeBuilder.js line 181 has unused class='editor_group' | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Carolyn MacLeod <Carolyn_MacLeod> |
| Component: | Client | Assignee: | Casey Flynn <caseyflynn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | unspecified | ||
| Target Milestone: | 14.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: |
https://git.eclipse.org/r/88115 https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=aa8a87530c4e93101fa7366a993f9458f282da1a |
||
| Whiteboard: | |||
| Bug Depends on: | 507788 | ||
| Bug Blocks: | |||
Assigning to Casey as he is in the process of refactoring / reviving theme stuff. New Gerrit change created: https://git.eclipse.org/r/88115 Gerrit change https://git.eclipse.org/r/88115 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=aa8a87530c4e93101fa7366a993f9458f282da1a Merged, thanks Casey! |
ThemeBuilder.js has html on line 181 that has 2 class= assignments. Only class='themeDisplayEditor' is rendered. "<div id='editor' class='themeDisplayEditor' class='editor_group'></div>" + The class='editor_group' isn't used anywhere except in an editor demo (that has its own html), so it should probably just be deleted.