#2692 closed enhancement (fixed)
fx.transfer: enhance to-option to accept selector instead of id-only
Reported by: | joern | Owned by: | joern |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | enchant | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently the to-option accepts only an id (uses document.getElementById). Instead it should accept a normal jQuery selector, using only the first selected element.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | fx.transfer.patch added |
---|
comment:1 Changed 15 years ago by
need: | Review → Commit |
---|
comment:2 Changed 15 years ago by
Owner: | changed from paul to joern |
---|
comment:4 Changed 15 years ago by
Component: | fx → enchant |
---|
Note: See
TracTickets for help on using
tickets.
Attached a patch that makes to of type Selector. Fixed tests/transfer.html to use "#fx" instead of "fx".