r20

Results 6 comments of r20

Here's a [snack ](https://snack.expo.io/@rjosh/b6eb85) to reproduce. Open the datetimepicker and pick a date before 1900 or after 2038 to crash it. Or, uncomment this line to make it crash immediately:...

As predicted when this issue was opened, there are problems with expanding and collapsing nodes when using the expanded-nodes option with Angular 1.3. This happens when pre-populating the expanded nodes...

The solution referenced by 1993Dajana does not address this problem (opening the dropdown when input receives focus even after it contains a value.). The provided plunker already sets typeahead-min-length="0".

I was using @timbell's solution but that ended up causing css style/formatting issues (since the clone become a child of body instead of original's parent). I decided the preferred hack...

I'm experiencing this bug and the billboard workaround has its own problems when I have 50 points with labels. I asked if there's another workaround here: https://community.cesium.com/t/label-text-misaligned/31241

My workaround was to keep the font at 30px and use scaleByDistance. Using scale worked some times and was perhaps better than nothing, but with scaleByDistance it looked even better...