Jonas Bojesen
Jonas Bojesen
Could not reproduced with the jsbin example. Ubuntu 16.04, ------ Update----- Chrome Version 53.0.2785.113 (64-bit). Gave it an extra try. Maybe not clicking at the right location the first time....
IgnoreSelect also ignored at `paper-menu-button` in Dart/Polymer environment. From pubspec.yaml. ``` polymer: ^1.0.0-rc.15 polymer_elements: 1.0.0-rc.8 ``` Ubuntu 15.10 with Dartium 1.15.0-dev.4.0.0 also Chrome 48 running on dart2js builds.
Many details, are `Response` an interface of the Fetch api ? https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Reproduced on Ubuntu 16.04. In Dartium and Chrome. The event comes with correct value from js side, but when entering dart side gets the value of first event. ## Update....
Reproduced with `polymer_elements: ^1.0.0-rc.9` From pubspec.yaml ``` environment: sdk: '>=1.9.0 =0.11.3
Had similar suspicions. Tried to do some rough load time measurements with Chrome, comparing JS polymer with dart polymer. This was done to identify the overhead introduced by the dart...
Maybe an issue here. On phone the initialization locks up the app for like a seconds. At the moment sustainable, but there is a concern, when the project grows. Measured...
@aslanvaroqua what are your findings on this? At the moment I don't suspect extra startup time has been added at 1.0, so maybe we should consider to close this issue....
Have digged a little deeper into this. The initial startup time consist of two major contributions. a) From js Polymer the initial population of elements. Pr. element type this is...
From slack. `app_akepot.html`has in `` bindings to properties `route, routeData` and `subroute` I don't find them in `app_akepot.dart`, normally shouldn't they be defined here or?