Alexander Makarov
Alexander Makarov
Absolutely. It should be done via separate AJAX request and there should be an option to turn if off.
There's no API yet.
https://github.com/yiisoft/yii2-debug/issues/333?
It is definitely interesting for Yii 3. Will also check if it's suitable for Yii 2. I don't particularly like that JS isn't in the pull request but is served...
Whatever works. ⚠️ Note to myself: actually check it in the browser before merging.
Checked it, needs extra work: 1. There's no ready to use position values you can configure. `top` doesn't make sense now. 2. Collapsing toolbar doesn't work well with non-default value.
> What's wrong with top value? It results in toolbar being rendered at the bottom _under_ content and not fixed. > How can I check it? Set value to `top`....
@sasha-x do you want to finish it?
> It was exactly what I need in my project (to free right-bottom fixed position of viewport for other ui elements). I wonder if that's a common need. Not sure...
Top-fixed position should be useful.