DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35614>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35614 Summary: fix current-attribute in sitetree for the BXE-edit-view Product: Lenya Version: 1.2.4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Bitflux Integration AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] First some background (as far as I understand it): By editing a document in BXE the document is transfered to the client by using an URL with the pattern "*.bxe.html", this URL is matched by a pipeline in publication-sitemap.xmap which uses the standard aggregation to assemble the page. The navigation parts (tabs, breadcrumbs, ...) of the page are generated by a pipeline in the navigation.xmap sitemap, the pipeline uses the sitetree2nav.xsl stylesheet to process the sitemap and marks the current page with an attribute current="true". The current-attribute is used in the navigation parts of the page to show or hide parts of the navigation tree. The problem: The ".bxe" in the URL for the document seems to confuse the sitetree2nav.xsl stylesheet, this means a current-attribute is never set to true when I open a document for editing in BXE and my navigation is messed up in the editor view. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
