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 162477 Details for
Bug 305828
[Webapp] TOC should maintain selection when changing a filter
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]
Patch
patch305828 .txt (text/plain), 1.55 KB, created by
Chris Goldthorpe
on 2010-03-18 17:42:11 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Goldthorpe
Created:
2010-03-18 17:42:11 EDT
Size:
1.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.help.webapp >Index: advanced/searchScoped.jsp >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.help.webapp/advanced/searchScoped.jsp,v >retrieving revision 1.28 >diff -u -r1.28 searchScoped.jsp >--- advanced/searchScoped.jsp 2 Mar 2010 21:57:48 -0000 1.28 >+++ advanced/searchScoped.jsp 18 Mar 2010 21:41:23 -0000 >@@ -242,7 +242,7 @@ > var viewsFrame = parent.parent.HelpFrame.NavFrame.ViewsFrame; > if (viewsFrame.toc && viewsFrame.toc.tocViewFrame) { > var tocView = viewsFrame.toc.tocViewFrame; >- tocView.location.replace("tocView.jsp"); >+ tocView.repaint(); > } > if (viewsFrame.index && viewsFrame.index.indexViewFrame) { > var indexView = viewsFrame.index.indexViewFrame; >Index: advanced/tocTree.js >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.help.webapp/advanced/tocTree.js,v >retrieving revision 1.23 >diff -u -r1.23 tocTree.js >--- advanced/tocTree.js 1 Feb 2010 17:18:56 -0000 1.23 >+++ advanced/tocTree.js 18 Mar 2010 21:41:23 -0000 >@@ -262,6 +262,16 @@ > setAutosynchEnabled(!isAutosynchEnabled()); > } > >+function repaint() { >+ var selected = getSelectedTopic(); >+ var href = "tocView.jsp"; >+ if (selected) { >+ href += '?topic='; >+ href += selected; >+ } >+ location.replace(href); >+} >+ > function onShow() { > if ( isAutosynchEnabled() && pendingSynchTopic !== null ) { > selectTopic(pendingSynchTopic, true);
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 305828
: 162477