Skip to main content

Bug Tracker

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 joern comment:1

need: ReviewCommit

Attached a patch that makes to of type Selector. Fixed tests/transfer.html to use "#fx" instead of "fx".

Changed April 16, 2008 08:36AM UTC by paul comment:2

owner: pauljoern

Changed April 22, 2008 08:39AM UTC by joern comment:3

resolution: → fixed
status: newclosed

Fixed in [5277].

Changed May 13, 2008 05:19PM UTC by john comment:4

component: fxenchant