Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27760, comment 4


Ignore:
Timestamp:
05/07/2014 10:29:10 PM (12 years ago)
Author:
morganestes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27760, comment 4

    initial v1  
    11Turns out Firefox holds on to `textarea` values on a refresh, but [http://stackoverflow.com/questions/4263536/firefox-cache-textarea-value disabling autocomplete] fixes that.
    22I honestly still haven't figured out why the submit button remains disabled, but a quick fix is to brute force it to enabled when `quickPressLoad()` fires on page load.
     3
     4I've only tested this in FF29 on OS X.