Script Summary: Based on Resizeable Textarea 0.1 (https://addons.mozilla.org/de/firefox/addon/3818), original coding by Raik Jürgens. Added support for select lists and horizontal resizing of input fields by me. Should now work on all page types (XML/XHTML/you-name-it).
Update 2009-02-15:
- Added support for horizontal resizing of input fields
- Fixed erroneous drag'n'drop/text selection while resizing
- Code cleanup
Update 2 2009-02-15:
- Positioning and active edges now take into account field padding/borders
Update 3 2009-02-15:
- Positioning and active edges now also respect html and body padding/borders
Update 4 2009-02-16
- Positioning and active edges now respect padding/borders of all elements (hopefully)
- Flickering when scrolling certain pages should be gone
Update 5 2009-02-16
- Removed debug output to window status
Update 6 2009-02-18:
- Added support for select lists (single and multi-line)
- Fixed positioning on pages in 'Quirks Mode'
- Fixed positioning within tables w/ border
- Fixed slight padding issues on fields
Update 7 2009-02-19:
- Fixed positioning of select lists (slight padding issues)
- Made the XY-handle lower so it doesn't conflict with multiline select lists 'scroll down' arrow
Update 8 2009-02-19:
- Fixed compatibility with latest Greasemonkey (0.8.20090123.1)
Update 9 2009-02-19:
- Positioned elements with z-index would disable the resizability of contained text fields. So, now I'm now using INSANE_VALUE (in this case 2^32/2-1 = 2147483647) to make sure the resize handles are always on top.
Update 10 2009-03-03:
- Some textareas were shrinking when typing text into them after resizing. Fixed by setting min-width/-height in addition to normal width/height.
Update 11 2009-03-03:
- Fixed positioning on pages in 'Quirks Mode' (finally).
Update 12 2009-03-03:
- Fields now have a minimum width and height, to prevent making them so small that it becomes hard to resize them again.
- When enlarging a field which is lower down on a page, then scrolling down to the page bottom and downsizing the field again, sometimes a totally unrelated field would start to be resized. This should now be fixed.
Update 13 2009-05-22:
- Slight change to the resize code
- Allow resizing of PRE elements (thanks to Izzy)



