Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6569, comment 39


Ignore:
Timestamp:
10/17/2015 10:43:37 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6569, comment 39

    initial v1  
    55- Removes all our weird custom `animate()` calls to use `slideUp()` / `slideDown()`.  This fixes modemlooper's problem with buttons being truncated in comment:23.
    66- Tweaks JS to remove the `'active'` CSS class on `focusout` as explained in comment:33.
    7 - Uses `autoresize.js` as explained in comment:33.
     7- Uses `autosize.js` as explained in comment:33.
    88
    99No changes to our templates.  Template changes should probably be done in v2.5.
    1010
    11 A few notes about `autoresize.js`:
     11A few notes about `autosize.js`:
    1212- 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 `autoresize.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.
    1414
    1515The obligatory GIF (captured in Firefox):