[b2g] Please update m-c if you find value selector cannot work anymore

2014-04-02 Thread Rudy Lu
Hi all, tl;dr: Please update your Gecko to latest m-c if you have “Gaia master + a broken value selector”. — Longer version: We’re going to land the gaia change for the following bug, Bug 986992 - Remove navigator.mozKeyboard After that gaia patch is landed, it would require the new

Re: [b2g] Please update m-c if you find value selector cannot work anymore

2014-04-02 Thread Rudy Lu
Hi all, The gaia patch has landed. https://github.com/mozilla-b2g/gaia/commit/a077a10d1082da86d17b3ab1e791af2bba1a1d4e Please ping me or reply to this thread if you encounter any issues around value selector. Thanks. — Best regards, Rudy On 2014/4/2, at 下午7:19, Rudy Lu r...@mozilla.com wrote

Re: [b2g] No keyboard in the recent nightly build of Geeksphone Peak- dated 2nd feb 2014

2014-02-05 Thread Rudy Lu
Hi Worik, I think it is the following bug, Bug 963584 - Keyboard sometimes does not show on (Keon, Inari, Desire Z) - https://bugzilla.mozilla.org/show_bug.cgi?id=963584 Thanks, Rudy On 2014/2/6, at 上午8:14, Worik Stanton worik.stan...@gmail.com wrote: On 03/02/14 00:18, Prateek Jadhwani

Re: [b2g] Why does the screen flicker?

2013-11-07 Thread Rudy Lu
Hi Felix, Please be informed that when the virtual keyboard appears, it will trigger resize event for your app window. And of course, will trigger resize as well when the keyboard disappears. As you will do re-focus the input in your onResize() function, it could make the keyboard reappear

Re: [b2g] Firefox OS device avalibility

2013-09-08 Thread Rudy Lu
Hi Simeon, Thanks for your interest in Firefox OS. I am not sure when we can get more devices available on eBay, but I'd like to share some points that you may start with, even if you don't have a device yet. :) - Since you're interested in front-end, I would suggest you start looking at Gaia,

[b2g] The timing for mozbrowserloadstart event in shell.js

2013-08-27 Thread Rudy Lu
Hi all, When tracking the following issue, *Bug 909124* https://bugzilla.mozilla.org/show_bug.cgi?id=909124 - [b2g desktop] shell.js did not get correct mozbrowserloadstart event to send Gaia the pending chromeEvents I found that shell.js may not get the correct mozbrowserloadstart event for the

Re: [b2g] How to access APIs provided by Firefox OS?

2013-07-15 Thread Rudy Lu
Hi, Did you see any CSP related error messages? If that is the case and you are developing a privileged app, I would suggest you put all your code in a separate JS file, and include that JS file in your html file. BTW, you may refer to the following link for more details on developing packaged

Re: [b2g] Is it possible to autofocus on Firefox OS?

2013-07-03 Thread Rudy Lu
Hi André, I am not sure if autofocus is supported right now. But invoke focus() on an input element should work, var input = document.getElementById('input-id'); input.focus(); If you cannot get it to work, please feel free to post your sample code somewhere and/or open a bug on bugzilla.

Re: [b2g] Unknown SIM card state with 1.1 on an inari

2013-06-18 Thread Rudy Lu
Hi Hub, This sounds like the same issue as, https://bugzilla.mozilla.org/show_bug.cgi?id=876772 Best regards, Rudy, Mozilla Taiwan On Tue, Jun 18, 2013 at 6:04 AM, Hubert Figuière h...@mozilla.com wrote: On 17/06/13 05:57 PM, Andrew Overholt wrote: Hi, I have successfully been using

Re: [b2g] Japanese keyboard layout ?

2013-05-09 Thread Rudy Lu
on the Japanese IME?? I can't see the Japanese keyboard layouts of the setting app. And, it doesn't seem like to include Japanese keyboard layouts setting. https://github.com/RudyLu/gaia/blob/Japanese_ime/apps/settings/index.html#L1452 Regards, Yusuke. On 2013/05/08 20:05 Subject: Rudy Lu wrote ; Hi

Re: [b2g] Use of input[type=date]

2013-05-09 Thread Rudy Lu
Hi, I suppose you want to use Date Selector as Calendar style instead for the current Rolling Date Selector (the spinner style). Right now it is not possible unless you can hack into Gaia system's value selector to make the switch. We did implement the Calendar style one

Re: [b2g] Japanese keyboard layout ?

2013-05-08 Thread Rudy Lu
Hi Siegfried, I have a test branch doing the following 2 things, 1. To enable the Japanese IME in settings. 2. To get back the Japanese dictionary that we removed in bug 808849 [1]. You may give it a try. https://github.com/RudyLu/gaia/tree/Japanese_ime Please be warned that this may not work