Rank: Newbie
Groups: Registered
Joined: 7/29/2014(UTC) Posts: 6
|
This might not be the right place for it. If you have a bug tracker somewhere I'd be happy to post there.
I went through the demo videos and created the database backed Tip Calculator app. It works fine on devices. I hit a bug when running this in a browser (seen in both IE11 and Chrome 36).
Specifically, the OnTyping event appears to not be fired if you click outside of a textbox. If you tab out of the textfield, the event is fired.
In the Tip Caculator, there is an OnTyping hook on the Bill Amount field which recalculates the tip and total amount. If I type in a new value there, the recalculate method is only called if I tab out of the field. Typing does not immediately call recalculate and clicking out of the box elsewhere on the page (generic blur) does not cause recalculate to be called.
This event seems like it should be called on keypress and/or blur or something. Not critical, just an oddness.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
Yes, this is a known issue. Thanks nevertheless.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
This should be fixed in the next release.
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.