BattleScribe / Release

Bug tracking for the release (live) version of BattleScribe
13 stars 2 forks source link

Fix show/hides #183

Open ghost opened 4 years ago

ghost commented 4 years ago

Some elements (often times through the creation of global "switches" to hide entries based on roster/force validity, but also sometimes as UI sugar to hide optional rules/units/etc) have broken show/hide behavior. Typically, hidden entries are never unhidden despite the conditions of the modifier query seemingly being satisfied.

Copying working show/hide switches from other selections, with identical check boxes, query, etc, seems to get around this, so perhaps this is a Data Editor bug?

ghost commented 4 years ago

Could be duplicate of https://github.com/BattleScribe/Release/issues/180