Pavel Sanda wrote:
Then, this is going to be most annoying. Consider that I am skimming
through a document and an element is off screen. Then, if I try to
enlarge the window to see it, I am brought back to the cursor location?
Just tried it. It is really unbearable. I strongly suggest to
revert the patch.
i have no opinion about the cursor position after normal resize and i
guess
only forcing update will do the job without changing the cursor.
OK, therefore I removed this "feature".
anyway, the patch is no more there, Abdel made some overhaul meantime.
what i understand now, we need
1. update after resize without cursor change
2. the same after fullscreen toggle + cursor updates wrt the problems
of the cursor problems reported by Bennett
This is what we should have now, please verify.
Abdel.
i'm sorry Abdel, but your polishment brought the old bugs back :(
1. srollbar is not correct after resize (as Enrico noted, its not a serious bug,
no problem if remain this way)
Are you sure? For me it works correctly... weird.
2. after returning from fullscreen, the cursor is not visible (i can live
with it)
You mean when the cursor was in the bottom of the screen? Yes, this was
expected and a consequence of 1.
and when moving with cursor its painted on wrong coordinates
as before (this is a must fix).
Right, this I can reproduce... this is bad indeed.
what if we put the forceupdate in ui-toggle
fullscreen lfun?
I am not sure this is a screen update problem, maybe a scrollbar utpdate
problem. I'll investigate.
Abdel.