Side navigation
#2692 closed enhancement (fixed)
Opened April 15, 2008 01:39PM UTC
Closed April 22, 2008 08:39AM UTC
Last modified May 13, 2008 05:19PM UTC
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 (4)
Changed April 15, 2008 02:09PM UTC by comment:1
need: | Review → Commit |
---|
Changed April 16, 2008 08:36AM UTC by comment:2
owner: | paul → joern |
---|
Changed April 22, 2008 08:39AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [5277].
Changed May 13, 2008 05:19PM UTC by comment:4
component: | fx → enchant |
---|
Attached a patch that makes to of type Selector. Fixed tests/transfer.html to use "#fx" instead of "fx".