18 August 2004 5 comments Web development
This blog post is 18 years old! Most likely, its content is outdated. Especially if it's technical.
I often find that typing in text in some textarea boxes on webpages that the size of the box is too small and I wish I could expand its size like I can with a running GUI program like Notepad or XEmacs. Here is now my experimental attempt of solving that problem. I've only tried it in Firefox (Linux) and Konqueror (Linux) so far. It did not work in Konqueror :(
The obvious risk is that having controls like this will confuse newcomers; and you can't use excessive and intrusive text to explain what these controls do.
Obviously this needs to be couple with some sort of cookie feature so that the desired size is remembered; but that's not the issue here.
Have a play with it
- Previous:
- Python inspect module 16 August 2004
- Next:
- People who really can't think in numbers 20 August 2004
- Related by category:
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Web development
- How to throttle AND debounce an autocomplete input in React 1 March 2018 Web development
- How to create-react-app with Docker 17 November 2017 Web development
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Web development
- How to have default/initial values in a Django form that is bound and rendered 10 January 2020 Web development
- Related by keyword:
- Button tag in bloody Internet Explorer 9 August 2005
- Command-Enter to submit a form when focus is inside textarea with React (TypeScript) 4 February 2022
- Never put external Javascript in the <head> 2 April 2013
- Another win for Tracking Protection in Firefox 13 December 2017
- The awesomest way possible to serve your static stuff in Django with Nginx 24 March 2010
Well, it does work with IE 5.5 (Win).
I've tried (briefly) including this in my comment box, but I haven't yet got it to work. I'll alter it so it only expands the height of the text area, since the width increase would interfere with the site layout.
I might also try coming up with some icons that reflect a smaller/larger textbox, and place them to the right of the box.
Works wonderfully in IE6/WIN, FF1.0.6/WIN and SAFARI1.3/MACOSX. :) Kickass! Thanks!
((thieve theive thieve...))
is it possible to rezise the text box on the event onload??
I mean think that from a xml we send 100 lines of text..And when the page opens we need all of them to be visible (without the scroll bar) how can we do it??
Thank you.
It works on konqueror 3.5.4 :)
Nice script!
have