-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate 'native' in favor of montage/ui/base #19
Comments
Working on it. I would assign it to myself but I don’t have permissions. |
After NV/matte@38a1a39 few specs started to fail. One of them related to "hold" event. I looked at abstract-button.js and press-composer.js and couldn’t find anything about "hold" event. Was it replaced by something else? |
I think we missed it when we refactored the code… Add it to the abstract class On Aug 16, 2013, at 6:25 PM, Nikita Vasilyev [email protected] wrote:
|
When 'longAction' event suppose to fire for button? Should it fire on click and hold (for holdThreshold ms)? It currently doesn’t. |
It should be fired when the translate composer fires the |
You mean press composer? Abstract button doesn’t use translate composer. I asked because 'longAction' doesn’t get triggered on mouse events and NV@6e17168 fails. |
So we should have a longAction when the longPress is fired. longAction should get triggered with mouse events if is doesn't it's a bug. |
Yes, sorry, I did mean press composer. |
Refactor all components to use montage/ui/base where possible instead of montagejs/native. Digit uses montage/ui/base, make matte more consistent with digit.
The text was updated successfully, but these errors were encountered: