Tobias Bosch
Tobias Bosch
Ah, now I understand. It would be great if you could create a PR that also listens for the `enter` key, in the same way as the library right now...
Hi, just tried using the `keypress` event (and also the `submit` event): Both do not solve the problem in Firefox :-(
Sorry for the late reply. You are right. Would you like to create a PR for this?
Note that simply changing the `ExceptionHandler` to import `dart:html` and do a `window.console.log` does not work on first try, probably because of transformer issues...
Usecase: Run angular's tree benchmark and big table benchmark
@alexeagle internally we use inline sourcemaps.
Hi, thanks for reporting. I could verify this bug against the latest 1.3.0-beta.4 release. We already fixed this problem for table elements like `tbody`, ... but not yet for `option`...
Given the commit linked above, this should be easy to implement. Would you like to try to create a PR for this?
@brian428 Thanks for providing the plunker! I looked into it, and am seeing the following: 1. If I click "Run" and don't move the mouse over the preview window, I...
Technically this would work. However, I don't like calling these projected elements `view` as: - these ContentViews consist of always only one element, not potentially multiple ones. - we explain...