input is disable inside timeline div

2 views
Skip to first unread message

李亚欧 (LI, Yaou)

unread,
Nov 23, 2009, 9:04:35 AM11/23/09
to simile-...@googlegroups.com
hello everyone,

I have used simile timeline in my project, which is really cool.
But I got a wired problem recently, the input element won't work inside the timeline div.

In my project, i would like to show an input element inside the event label.
so I added an input element in the label div, but the input element is disabled,
not able to input or select. the same code works well when outside the timeline div.
any suggestion?

thanks,

Yaou

David Huynh

unread,
Dec 4, 2009, 3:01:37 PM12/4/09
to simile-...@googlegroups.com
Yaou,

Any URL for us to look at?

David
> --
>
> You received this message because you are subscribed to the Google
> Groups "SIMILE Widgets" group.
> To post to this group, send email to simile-...@googlegroups.com.
> To unsubscribe from this group, send email to
> simile-widget...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/simile-widgets?hl=.

Yaou

unread,
Dec 13, 2009, 3:42:32 AM12/13/09
to simile-...@googlegroups.com
David,

thanks for reply.
Sorry, the project is in the middle of developing, and not lunched yet.

Btw, I found the reason that why the input is disable.

--------
Timeline._Band.prototype._onMouseUp = function(innerFrame, evt, target) {
    this._dragging = false;
    this._keyboardInput.focus();
};
--------

the custom input will work when I comment out the red code. of course it wil break the
shortcut function.

cheers,

Yaou


For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.



Reply all
Reply to author
Forward
0 new messages