Confirmed users
346
edits
Line 32: | Line 32: | ||
==Free Agent== | ==Free Agent== | ||
'''InputMethod''' | |||
* {{Bug|847763}} - Prevent virtual keyboard iframe from getting focus / Kanru | |||
** <font style="color: lightgray">Study -moz-user-focus, nsFocusManager::CheckIfFocusable</font> | |||
** <font style="color: lightgray">Implement -moz-user-focus for HTML elements</font> | |||
*** Realized that -moz-user-focus was partially removed intentionally | |||
*** Reviewers have different opinions. | |||
** <font style="color: lightgray">Fix in-process iframe -moz-user-focus checking</font> | |||
*** <font style="color: lightgray">Recursively check parent iframe if focusable</font> | |||
*** r+ | |||
** <font style="color: lightgray">Default shell.xul elements are -moz-user-focus:ignore.</font> | |||
*** <font style="color: lightgray">Fixed for system app html:iiframe</font> | |||
*** Pending review. | |||
* {{Bug|891763}} - Browser API: mozbrowserwindowresizeto and mozbrowserwindowresizeby events / Kanru | |||
** Add new events to mozbrowser. | |||
*** <font style="color: lightgray">Need to fire events from nsGlobalWindow</font> | |||
*** Reviewing | |||
*** What is nsIDocShellTreeOwner? How to get the frame's inner size? | |||
* {{Bug|905567}} - Expose navigator.MozInputMethod to desktop build / Kanru | |||
** Move b2g/components/MozKeyboard.js et al. to dom/inputmethod | |||
*** Stole by bug 906096 | |||
*** Not sure if these two bugs are aiming for the same thing or not. | |||
* {{Bug|907117} - IonMonkey: build failed with DEBUG turned on / Kanru | |||
==Study== | ==Study== |