[Webkit-unassigned] [Bug 25620] REGRESSION (r43007): In MobileMe Calendar, New Event text is displayed offset when it's first created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 12:40:01 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25620





------- Comment #5 from hyatt at apple.com  2009-05-07 12:40 PDT -------
Actually looking into this more I think the textarea padding changes make
sense.

inputs essentially have 3px of border+padding on all sides.

Before ojan's change, textareas had 4px on left/right and only 1px top/bottom. 
Now they're 3px all around just like inputs.

So the change seems good to me.  Really MobileMe should have put 0 padding in
CSS on their secret textarea rather than coding to the default metrics of it. 
I think we just need to get the site to change.


-- 
Configure bugmail: https://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