Miguel Camba

Results 297 comments of Miguel Camba
trafficstars

Not really, it should behave the same. Is the checkbox properly disabled?

That is interesting. I don't know why firing a mouse event on a disabled checkbox is different that calling `.click()` on it, but I do think it's something that should...

Can you only verify that this is not a browser bug by testing it on firefox and safari or edge? If so, this must deserve some special case.

More or less what I was expecting. This totally looks like a browser bug to me. What about safari and edge?

So we have a Chrome/Safari VS firefox/edge discrepancy in hands. I think we should report it. I think that the firefox/edge behaviour is the correct one.

I think I wouldn't oppose if the fix is reasonably simple and we leave a comment linking to the bug-report, so we can remove the hack once it's fixed.

@rwjblue I don't think that is right. In `ember-native-dom-helpers` the global `window.click` is never used, no matter what.

I wasn't aware of uploading files via drop had a different event.

If the api can be unified i'd rather have it be an option. If there is some fundamental difference that makes better to add a new helper, I'd suggest `dropFiles('.selector',...

@LevelbossMike I'm not very aware of the nuances of drop events, but if `DataTransfer` can't be created, we might be able to create something that _quacks_ as a `DataTransfer` object...