dokuwiki-template-bootstrap3
dokuwiki-template-bootstrap3 copied to clipboard
Integration with struct plugin
Description
When editing a page with "struct data" the area to edit this data is beneath the page content. And this area normally can be folded in and out pressing the headline of the schema. This is especially helpful if you have several schemas on one page.
Steps to reproduce
- Edit a page with struct data
- Attempt to click on the headline of the schema
Expected behavior: The lines where the struct data can be edited are clapped together (folded) or opened again
Actual behavior: nothing happens
Versions
- Template v2020-08-28 (stable/20200828)
- Release 2020-07-29 "Hogfather"
- PHP-Version: 7.4.8
- Firefox 80.0.1 (64-Bit) / Chrome Version 85.0.4183.83 (Offizieller Build) (64-Bit)
Screenshots or Logs

and here the same after clicking the headline in the old "Greebo":

Notice:
Furthermore the following note: The plugin "Prosemirror" does not allow switching, probably for the same reason.
You have errors in JS Console ?
Yes, I've found these error messages in the console of firefox which refer to bootstrap:
a) view modus:
Uncaught TypeError: e.indexOf is not a function
load jQuery
<anonymous> http://localhost/wiki/lib/exe/js.php?t=bootstrap3&tseed=133fe3c3f085e6c1d9c0ba9c749b4df9:1
jquery.php:2:84831
Uncaught TypeError: IndexmenuUtils is undefined
dTree http://localhost/wiki/lib/exe/js.php?t=bootstrap3&tseed=133fe3c3f085e6c1d9c0ba9c749b4df9:1
<anonymous> http://localhost/wiki/doku.php?id=redaktionssystem:ccms:meta:dps00:m0000003.007.v01:332
b) edit modus:
Uncaught TypeError: e.indexOf is not a function
load jQuery
<anonymous> http://localhost/wiki/lib/exe/js.php?t=bootstrap3&tseed=133fe3c3f085e6c1d9c0ba9c749b4df9:1
Regards Juergen