Something is causing most of the control panels hidden
- Status
- Closed
- Subject
- Something is causing most of the control panels hidden
- Version
- 19.x
- Category
- Regression
- Usability
- Feature
- Admin Interface (UI)
Administration - Resolution status
- Fixed or Solved
- Submitted by
- luci
- Lastmod by
- luci
- Rating
- Description
Currently in trunk, some JS code is adding to most of the control panels elements:
Copy to clipboardstyle="display: none;"causing them to be hidden after page completes loading.
Makes using admin control panels impossible.I suspect something to do with the filtering of showing Basic / Advanced preferences got broken as a side-effect of the Bootstrap 4 transition.
- Solution
- Copy to clipboard- <input class="form-check-input" type="checkbox" class="preffilter {$info.type|escape}" name="pref_filters[]" value="{$name|escape}"{if $info.selected} checked="checked"{/if}{if $name eq {tr}basic{/tr}} disabled="disabled"{/if}>{$info.label|escape} + <input type="checkbox" class="form-check-input preffilter {$info.type|escape}" name="pref_filters[]" value="{$name|escape}"{if $info.selected} checked="checked"{/if}{if $name eq {tr}basic{/tr}} disabled="disabled"{/if}>{$info.label|escape}
Fixed by http://sourceforge.net/p/tikiwiki/code/66236 but new issue introduced by that commit. - 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
- 6647
- Created
- Tuesday 01 May, 2018 13:41:02 UTC
by luci - LastModif
- Wednesday 02 May, 2018 15:44:58 UTC