#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 González |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.resizable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
docs updated