Edit Wiki page with "Full Wysiwyg editor" keeps loading in 18.3
- Status
- Closed
- Subject
- Edit Wiki page with "Full Wysiwyg editor" keeps loading in 18.3
- Version
- 18.x
- Category
- Bug
- Feature
- Wiki (page view, edit, history, rename, etc)
- Resolution status
- Duplicate
- Submitted by
- tjn@ksu.se
- Lastmod by
- Wiebe
- Rating
- Description
Hi,
I have upgraded our tiki 18.1 to 18.2 with no problem, but now when I upgraded to 18.3 and tried to edit a wiki page the page just keeps on loading. We use Full Wysiwyg editor as default. If I disable this function I am able to edit page with wiki editor.
Best regards,
Thomas Johansson
- Solution
This bug is already logged in 6994:
https://dev.tiki.org/item6994-Adding-wikiplugin-in-Admin-Toolbars-makes-wysiwyg-editing-impossible
It's fixed in Tiki 19.1 and will be backported to Tiki 18.x- Workaround
Edit Toolbarslib
setWysiwygToken($info'name' === 'Image' ? 'Image Plugin' : $info'name')
Replace by
setWysiwygToken(str_replace(' ', '_', $info'name'))- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 7048
- Created
- Wednesday 20 March, 2019 19:32:55 UTC
by tjn@ksu.se - LastModif
- Tuesday 26 March, 2019 07:56:52 UTC