Re: [pve-devel] [PATCH manager] fix #1510: do not scroll back to focus when view gets refreshed

2017-10-02 Thread Emmanuel Kasper
On 10/02/2017 02:53 PM, Thomas Lamprecht wrote: > Seems to works good, the small code change you made to the > original function looks also good to me: > Reviewed-by: Thomas Lamprecht Fine for me too, I tested this with IE11 and this works as expected.

Re: [pve-devel] [PATCH manager] fix #1510: do not scroll back to focus when view gets refreshed

2017-10-02 Thread Thomas Lamprecht
Seems to works good, the small code change you made to the original function looks also good to me: Reviewed-by: Thomas Lamprecht On 09/29/2017 12:51 PM, Dominik Csapak wrote: > this adds a workaround, so that we restore the scroll position > when we restore the focus > > with the flag 'jumpToF

[pve-devel] [PATCH manager] fix #1510: do not scroll back to focus when view gets refreshed

2017-09-29 Thread Dominik Csapak
this adds a workaround, so that we restore the scroll position when we restore the focus with the flag 'jumpToFocus', we can enable the old behaviour Signed-off-by: Dominik Csapak --- the code is copied from view/Table.js and only the part before navModel.setPosition and after is relevant www/m