Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Made changes to allow resizing lists:
...and...
...and...
|
|
|
Thanks for the great script. Here's a minor change I made to your script to change the cursor when hovering over the resize image:
|
|
|
Just another update. It makes it so that the little grabber button only displays when the textarea it is attached to is displayed. This prevents a bunch of buttons from showing underneath textareas which are selected via "tabs". Every now and then there is a page where the button shows underneath the textarea instead of next to it, but there's no way to fix that without breaking forms. The button still works, but doesn't move. |
|
|
Okay the update I made yesterday broke sites that use WYSISWYG editing. I undid the changes I made yesterday and went with a more simplistic approach. The new version won't break any sites and won't mess with the formatting of the page. Also the resize button won't be displayed if the text area is actually hidden like it is on many WYSISWYG editting forums. |
|
|
I updated to prevent it from screwing up with white space wrapping on page, i.e. pages ended up being wider than the browser window. Unfortunately putting the textarea in a div container doesn't work because for some reason Firefox occasionally won't submit textareas that have been moved, so instead I cloned the textarea and hid the original. The clone is linked to the original such that any update to the text in the clone changes the original's text. This works well. |
|
|
FAIL. |
|
|
This screws up the contact form on my website, so unfortunately I can no long use the script. I thought I had broken Firefox at first, somehow. |
|
|
Thanks, trying now. |
|
|
This is pretty handy |
|
|
Works as advertised. I find it especially useful for the MySpace Mail Center. |
|
|
I eagerly changed to use this script instead however on the first site I tested it on (http://esirotab.starclass.com.au/) it stuffed up the visual display of the textarea and surrounding elements. |
|
|
Very useful userscript, thanks. |
|
|
Fixed a minor issue where sometimes the text area would go off the right side of the window. |
|
|
This is a modified version of Sean M. Burke's textarea resize script. http://userscripts.org/scripts/show/5073 I fixed the problem where sometimes the text in the textarea wouldn't be submitted (basically the text got lost). This script does not have that problem. |