blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

input-box clear doesn't dispatch events. #999

Closed MerrickZ closed 10 years ago

MerrickZ commented 10 years ago

when a input-box is cleared by the clear button no event dispatched,thus I can't listen this action when the input box is cleared.

and I'm thinking,maybe you can add some code to the line 7888

var evObj = document.createEvent('HTMLEvents'); evObj.initEvent('change', false, true ); this.input.dispatchEvent(evObj);

and fire an onchange event ?

I don't know whether this would fix this problem. @timwindsor please help

tneil commented 10 years ago

Sounds reasonable :o)

I'll add it as a bug to be addressed

MerrickZ commented 10 years ago

That's nice! Thank you Tim Btw, when would bbui 1.0 be released? 0.9.6 is a bit old when facing 10.2.1 platform,For example, the bright and dark theme support (now needs too much code) Headless app Etc. And Webworks sdk 2.0 gold release?I'm looking forward to it! 发送自我的 BlackBerry 10 智能手机。 发件人: Tim Neil已发送: 2014年1月7日星期二 下午9:43收件人: blackberry/bbUI.js答复: blackberry/bbUI.js抄送: Merrick Zhang主题: Re: [bbUI.js] input-box clear doesn't dispatch events. (#999)Sounds reasonable :o)

I'll add it as a bug to be addressed

—Reply to this email directly or view it on GitHub.

tneil commented 10 years ago

No exact date on v1.0 yet... I believe WebWorks 2.0 gold should be in a month or so.

MerrickZ commented 10 years ago

I believe BlackBerry will be the best platform for mobile developers. Thank you.  发送自我的 BlackBerry 10 智能手机。 发件人: Tim Neil已发送: 2014年1月7日星期二 下午11:35收件人: blackberry/bbUI.js答复: blackberry/bbUI.js抄送: Merrick Zhang主题: Re: [bbUI.js] input-box clear doesn't dispatch events. (#999)No exact date on v1.0 yet... I believe WebWorks 2.0 gold should be in a month or so.

—Reply to this email directly or view it on GitHub.

tneil commented 10 years ago

Ok.. this should now be added. I also just noticed that this is issue 999... cool :+1:

MerrickZ commented 10 years ago

Awesome!  发送自我的 BlackBerry 10 智能手机。 发件人: Tim Neil已发送: 2014年1月9日星期四 上午1:18收件人: blackberry/bbUI.js答复: blackberry/bbUI.js抄送: Merrick Zhang主题: Re: [bbUI.js] input-box clear doesn't dispatch events. (#999)Ok.. this should now be added. I also just noticed that this is issue 999... cool

—Reply to this email directly or view it on GitHub.