Loading...
 
Skip to main content

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
(0)
Description

Currently in trunk, some JS code is adding to most of the control panels elements:

Copy to clipboard
style="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+
Demonstrate Bug (older Tiki versions)
Ticket ID
6647
Created
Tuesday 01 May, 2018 13:41:02 UTC
by luci
LastModif
Wednesday 02 May, 2018 15:44:58 UTC


Show PHP error messages