Changes between Version 1 and Version 2 of Ticket #4440, comment 3
- Timestamp:
- Oct 25, 2012, 11:21:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4440, comment 3
v1 v2 1 Confirmed that textarea still looks a little off when made resizable by default - http://jsfiddle.net/tj_vantoll/uCqGH/. 1 Confirmed that textarea still looks a little off when made resizable by default - http://jsfiddle.net/tj_vantoll/uCqGH/. We discussed this and our thought is that our resizable textareas should work like native resizable textareas - the controls should be on top of the textarea by default. 2 2 3 The demo page (http://jqueryui.com/resizable/#textarea) looks fine but it gets around this issue by applying .ui-resizable-se { bottom: 17px; } to fix the positioning.3 The demo page (http://jqueryui.com/resizable/#textarea) looks fine but it gets around this issue by applying .ui-resizable-se { bottom: 17px; } to account for the added padding. 4 4 5 5 I can also still see the strange display of the outline when resizable is applied to a textarea in Safari 6.