i figured out a way to get it working...
// ==UserScript==
// @include http://4-ch.net/*
// @include http://*.4-ch.net/*
// @include http://wakaba.c3.cx/*
// ==/UserScript==
window.opera.defineMagicFunction('size_field', function (f,l,id,rows) { document.getElementById(id).comment.style.height=''+rows*1.25+'em'; });
Is this for Opera9?
yes.
It is an Opera bug an it is fixed in the latest weekly build (using build 117 for Linux right now).
i have downloaded the latest version of kareha, and the opera bug is still present. using opera, the text area input field gets bigger, but after that i cannot enter text anymore.
any hotfix available ?
Shouldn't you be asking the Opera people that?
er, i dont have this issue.
yeah - opera 9.22 does work, but opera 9.0 does not work. it seems to be an opera bug.
but is there an easy way to remove that javascript-magic? which files do i need to change to just make a 10rows wide input text area? without javascript widening?