[buddypress-trac] [BuddyPress] #3316: What's new textarea & FireFox resize implementation
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Jul 5 11:17:47 UTC 2011
#3316: What's new textarea & FireFox resize implementation
---------------------------------------+-----------------------------
Reporter: hnla | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Theme | Version: 1.3
Keywords: what's-new, textarea, css |
---------------------------------------+-----------------------------
A minor issue.
FF has implemented the resize property for boxes however FF devs have gone
insane and set it true for textareas, this can have consequences for
layouts due to the nature of resizing working at the dom level to inject
inline styling.
The whats-new-textarea group sets the textarea borders not on the actual
textarea but on the parent thus if the corner grabhandle is moved
horizontally there is no apparent resizing to be seen.
This property is meant - according to the specs - to be defaulted to
'none'
For bp-default it may make sense to add:
{{{
textarea {resize: vertical;} || textarea {resize: none;}
}}}
as a generic ruleset towards top of the main sheet. setting min/max
widths/heights is also an option to prevent layout breakage but these WILL
need the !important keyword to override the applied styles FF adds
In case this isn't clear I ranted about this on
http://csscreator.com/topic/grabhandled-auto-width-forms
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3316>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list