| Summary: | 'Open in new tab' option affects Repositories link in the Navigator | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | antonm, mamacdon |
| Version: | unspecified | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Maciej Bendkowski
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f3d365e58254a01ea25e9f6757182d945ca08164 While fixing bug 388385, I missed one place (globalCommands.js) that relied on the old pref value. The reason the Navigator (but not other pages) got the expected "new tab" behavior was because explorer-table processed every link on the page. The same work is now done by globalCommands instead, so I removed that code from explorer-table. The behavior should be consistent now on all the pages... |