[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#523918: window::pageYOffset incorrect innew window



Package: konqueror
Version:  4:3.5.9.dfsg.1-6
Severity: minor

Hello, maintainers,

I am learning javascript, and noticed that
if a new page is opened, and it fits entirely in konqueror's window,
then value of property 'pageYOffset' of object 'Window' is initially 13244 .
When i click refresh button, or use my windowmanager to resize konqueror,
then this value is set to 0 (as it should be).

This does not bother me ; i just thought you might like to know about it.

This is on a fresh install of Debian (netinst image plus security updates).
I use konqueror, but do not use any kde window- or session-managers.

To test this yourselves, you can create a simple webpage like this :
<html><head></head><body><script>
document.write("pageXOffset = " + pageXOffset + "<br>");
document.write("pageYOffset = " + pageYOffset + "<br>");
</script></body></html>

Thanks for providing Konqueror ;
it has served me well for many years.

Siward



Reply to: