Closed stefanwalther closed 9 years ago
Does your PR #89 fix this issue?
I'd imagine the problems are caused by the CSS top
and left
values not being cleaned properly. To be honest this is never a situation I envisaged so it doesn't actually support changing the orientation on the fly
No, #89 does not fix the issue.
@danielcrisp I have updated #89 and solved this issue, orientation can now be changed on the fly and is fully working. Some changes were necessary though.
Hi,
changing the orientation on the fly results into the following broken output.
Tried to fix it by calling
setMinMax
at the end ofattrs.$observe( 'orientation', function ( val ) {
which results into a better state, but still with some weird stylings:Any idea how to solve that and what could be the reason?
Thx a lot in advance & regards Stefan