Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 237065 Details for
Bug 420727
Blank left pane in editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix
patch.txt (text/plain), 1.18 KB, created by
Silenio Quarti
on 2013-10-30 10:17:52 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-10-30 10:17:52 EDT
Size:
1.18 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js >index 2e1a0cb..cdb22ff 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js >@@ -492,14 +492,12 @@ > > var params = PageUtil.matchResourceParameters(); > var navigate = params.navigate, resource = params.resource; >- if (!navigate) { >- var root = this.lastRoot || this.fileClient.fileServiceRootURL(resource || ""); //$NON-NLS-0$ >- this.explorer.loadRoot(root).then(function(){ >- if (!_self.explorer) { return; } >- _self.explorer.updateCommands(); >- _self.explorer.reveal(_self.editorInputManager.getFileMetadata(), true); >- }); >- } >+ var root = params.navigate || this.lastRoot || this.fileClient.fileServiceRootURL(resource || ""); //$NON-NLS-0$ >+ this.explorer.loadRoot(root).then(function(){ >+ if (!_self.explorer) { return; } >+ _self.explorer.updateCommands(); >+ _self.explorer.reveal(_self.editorInputManager.getFileMetadata(), true); >+ }); > }, > destroy: function() { > if (this.explorer) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 420727
: 237065