Shawn Pacarar

Results 8 issues of Shawn Pacarar

Fixes #3433 ## Proposed Changes - add trigger-tabindex to dropdown component (Number default 0) - set datepicker's dropdown trigger-tabindex to -1 to prevent extra tab selection

After reading about these two issues, I was investigating the cause of this and found that on chrome the `clientHeight` was returning a much smaller value than `getBoundingClientRect().height` which was...

### Description of problem When you have a bar chart that includes a mouse-zoomable range chart attached, calling `render` more than once breaks the mouse zooming. After the second render...

Recently I tried to run `npm update` on a vue website that uses dc.js and it changed the crossfilter import that is exposed by dc.js. Here is a screenshot of...

I am using VGW 1.4.1 and maybe this is intended, but the `nextDisabled` property doesn't actually stop the button from being pressed. To reproduce here is a minimal example ```...

When you have an event that ends on midnight with seconds, this will fix the ending portion of the event taking up the entire day, when it barely crosses into...

I am using the calendar using the "week" view with editable events set to `{ title: true, drag: true, resize: true, delete: false, create: true }` and I noticed that...

### Description When an event ends on midnight, but not the exact second, it causes the event to span the entire day in the ui. For example an event ending...