WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Fix for issue #61 #83

Closed avril-gh closed 11 years ago

avril-gh commented 11 years ago

Fixes issue where layout is broken after usage of hide/show column arrows

avril-gh commented 11 years ago

Fixes issue #61

Initially object have no display property set.

After its hidden with arrow it receive display: none and its ok at this point,

however when its shown again, display: none is replaced with something (in this case it was block) which is not exacly as it was before it was hidden, therefore it looks (and are) differently (broken) Fix is restoring it to exact same state as it was before it was hidden (it has no display property set before it was hidden)

WildcardSearch commented 11 years ago

Thank you so much @avril-gh :smile:

Such a simple fix but it has been killing me forever . . .

avril-gh commented 11 years ago

Such a simple fix but it has been killing me forever . . .

Its because we always focus our attention on complex things. :mag_right: I'm glad I could help :two_hearts: