Changes between Initial Version and Version 1 of Ticket #27760, comment 4
- Timestamp:
- 05/07/2014 10:29:10 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27760, comment 4
initial v1 1 1 Turns out Firefox holds on to `textarea` values on a refresh, but [http://stackoverflow.com/questions/4263536/firefox-cache-textarea-value disabling autocomplete] fixes that. 2 2 I 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 4 I've only tested this in FF29 on OS X.