core-elements icon indicating copy to clipboard operation
core-elements copied to clipboard

Polymer core-* elements wrapped or ported for Dart

Results 27 core-elements issues
Sort by recently updated
recently updated
newest added

We have an application that uses core-signals for a couple of custom events. With Dartium/Chromium.app for SDK 1.12.2 and earlier, the signals work just fine. But, as soon as we...

Hi Guys Hope this not a waste a time, but I think I might have found a problem with core-list. I have been about to reproduce it using the [Core...

See https://groups.google.com/a/dartlang.org/forum/m/#!topic/web/UIkUq7Fb9-Y When I remove items or add items to / from core-list the x coordinate becomes wrong. Either it is offset in a +ve x direction (when removing items)...

Please try following project https://drive.google.com/file/d/0B3rLcM6YFZ4VY0w5MW9BYXhvZkE/view?usp=sharing Then nav-panel includes a core-header-panel. It works fine when running in Dartium. When runs as Javascript, the core-header-panel does not shown because the height is...

The current ones only work for js element proxies, we need CoreResizableDart and CoreResizerDart in order to make `core-list-dart` work as expected.

A duration of, say, 2000 works fine. But "Infinity" does not. https://github.com/dart-lang/core-elements/blob/master/lib/src/core-animation/core-animation.html#L135

Original report https://code.google.com/p/dart/issues/detail?id=22235, copied below: Reported by robbishop65, Feb 2 I have some code with a core-list-dart being added at runtime as the result of a user action and then...

Original (and more details) on: http://stackoverflow.com/questions/28544403/core-list-dart-how-access-variable-observable-outside-data-attribute I'm trying to apply a filter through a variable (asDateTime) for a given column to the core-list-dart. This variable is outside of the content...

I've a core-list item with a paper-icon-button. When I click it the item become selected. The same don't happens with a normal button. More details here: http://stackoverflow.com/questions/27037084/how-to-prevent-core-activate-event-in-core-list-when-items-paper-icon-button-is

I'm updating the selected list passed to core-selector with the same elements but in reverse order, this cause some elements change his state to un-selected.