Changes between Initial Version and Version 1 of Ticket #6569, comment 39
- Timestamp:
- 10/17/2015 10:43:37 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6569, comment 39
initial v1 5 5 - Removes all our weird custom `animate()` calls to use `slideUp()` / `slideDown()`. This fixes modemlooper's problem with buttons being truncated in comment:23. 6 6 - Tweaks JS to remove the `'active'` CSS class on `focusout` as explained in comment:33. 7 - Uses `auto resize.js` as explained in comment:33.7 - Uses `autosize.js` as explained in comment:33. 8 8 9 9 No changes to our templates. Template changes should probably be done in v2.5. 10 10 11 A few notes about `auto resize.js`:11 A few notes about `autosize.js`: 12 12 - It does not support IE8. 13 - There is some jumpiness in IE10-11; I've added a temporary CSS hack to fix this, which adds `padding-bottom: 22px` to the `<textarea>` element. I know we hate CSS hacks, so this probably will be omitted. Or we might even omit `auto resize.js` from committing.13 - There is some jumpiness in IE10-11; I've added a temporary CSS hack to fix this, which adds `padding-bottom: 22px` to the `<textarea>` element. I know we hate CSS hacks, so this probably will be omitted. Or we might even omit `autosize.js` from committing. 14 14 15 15 The obligatory GIF (captured in Firefox):