Ticket #4135 (closed bug: fixed)
Resizable: preventDefault should not be an option as there's not use case for false
| Reported by: | rdworth | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | ui.resizable | Version: | 1.6rc6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The resizable option preventDefault turns off native resizing of a textarea in Safari when that textarea is made resizable by the plugin. This is a feature that was never meant to be exposed as an option, as there's no use case for setting preventDefault to false (allowing for both resize handles simultaneously).
The option should be removed and the functionality remain as default: true.
Change History
Note: See
TracTickets for help on using
tickets.


docs updated