[Webkit-unassigned] [Bug 13353] REGRESSION (r20754-20766): Textarea does not resize when scrollbar is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 10:01:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13353


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14111|review?                     |review+
               Flag|                            |




------- Comment #2 from darin at apple.com  2007-04-20 10:01 PDT -------
(From update of attachment 14111)
Possible future improvement:

+        IntRect vBarRect(absBounds.right() - renderer()->borderRight() -
m_vBar->width(), absBounds.y() + renderer()->borderTop(), m_vBar->width(),
absBounds.height() - (renderer()->borderTop() + renderer()->borderBottom()) -
(m_hBar ? m_hBar->height() : resizeControlSize));

This line is very long. Maybe use some additional local variables or a helper
function. Same with h-bar.

r=me


-- 
Configure bugmail: http://bugs.webkit.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