Hi everybody, As you know the text areas in Rails have a variable size (the little arrow in the bottom right corner you can drag and drop). My customer doesn''t want that. Now my question - how can I turn this off? Or do I use a workaround? greetings and regards manavortex -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 10 January 2012 12:27, manavortex <ewa.baumgarten-VvJRU8JoNjXQT0dZR+AlfA@public.gmane.org> wrote:> As you know the text areas in Rails have a variable size (the little > arrow in the bottom right corner you can drag and drop). My customer > doesn''t want that. Now my question - how can I turn this off? Or do I > use a workaround?The "workaround" is to use a different browser. It''s nothing to do with Rails. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jan 10, 2012, at 8:22 AM, Michael Pavling wrote:> On 10 January 2012 12:27, manavortex <ewa.baumgarten-VvJRU8JoNjXQT0dZR+AlfA@public.gmane.org> wrote: >> As you know the text areas in Rails have a variable size (the little >> arrow in the bottom right corner you can drag and drop). My customer >> doesn''t want that. Now my question - how can I turn this off? Or do I >> use a workaround? > > The "workaround" is to use a different browser. It''s nothing to do with Rails.This is a browser feature. If you really want to remove it, tell the browser with CSS: textarea { resize: none; } Walter> > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.