Kevin Moritz
Kevin Moritz
Somewhere between Dart 2.3 / Webdev 1.0.1 and the latest Dart 2.6.2 / Webdev 2.5.2, calling almost every getter on a TextField seems to throw an error when debugging in...
The following code throws an error after clicking the sprite when it goes to add the second event listener. ```dart _test = new Sprite() ..graphics.rect(0, 0, 400, 400) ..graphics.fillColor(Color.Blue) ..addEventListener(MouseEvent.CLICK,...
Consider the following code: ```js import 'package:stagexl/stagexl.dart'; class TestEnterFrame extends Sprite { Sprite _bg; TestEnterFrame() { _bg = new Sprite() ..graphics.rect(-400, 0, 600, 100) ..graphics.fillColor(Color.Green) ..useHandCursor = true ..addTo(this); this.addEventListener(Event.ENTER_FRAME,...
After playing around with gridJS I noticed there wasn't a way to have columns sort descending on first click. Normally with numbers, this is the way you want sorting to...
Fixes for 2023-07-06-vanilla-js-apps chapters 3, 4 more as i continue on
**Describe the bug** I'm seeing some unintended behavior with regards to hyperlinks in delta. They work as expected on first click, but after that it appears to follow every link...