[Webkit-unassigned] [Bug 5500] scrollHeight and scrollWidth properties don't work on textarea
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Sep 9 21:07:15 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=5500
------- Comment #7 from browserbugs at gtalbot.org 2006-09-09 21:07 PDT -------
My own testcase on textarea from mozilla bugzilla (bug) 229089:
https://bugzilla.mozilla.org/attachment.cgi?id=117564
Steps to reproduce:
a) scroll all the way down
b) scroll all the way to the right
Expected results:
a) clientHeight + scrollTop = scrollHeight
b) clientWidth + scrollLeft = scrollWidth
In a rtl text direction, when one scrolls all the way to the left,
clientWidth + | scrollLeft | = scrollWidth
Seamonkey 1.5a rv:1.9a1 build 2006090909 under XP Pro SP2 succeeds.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list