When clicking on the print-icon when viewing an tracker item, the print will only show the item main field, but no other content.
The problem has to do with the management of show/hiding the tabs. When viewing interactive, one can click the tabs and the underlying js handler sets a class="active" tag to that tab. This makes the tab visible.
When clicking the print icon, all tabs have not set a class="active" and are therefore not visible.
Its even not working here on this site. Clicking on print for this tracker item just shows the title...
Fixed in r53709 31.1.2015.
Added a param print=y|n to the smarty function block.tab.php.
Example {tab name="{tr}View{/tr}" print=y}. This will force the activation of the tab when clicking the print icon.
Maybe it is possible to get the active tab from a cookie or via jquery into a smarty variable, but i haven't seen anything like this.
This new print param might be useful somewhere else as well.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |