Gregg Ramsey

Results 12 issues of Gregg Ramsey

I used the command `asar pack app app.asar --unpack *.dll` to exclude a single dll from my asar. The file was extracted to the correct directory and it was removed...

wontfix

`close-button` is defined in `alert` and `popover` in re-com and `h-box` in re-demo. Merge them all in to one.

If an anchor has `:position "absolute"` styling (probably also `"fixed"`. To be tested), the popover is positioned away from the anchor, and in some cases the anchor also changes position.

When using hiccup for labels in the multi-select component, the filter text boxes end up searching within the entire hiccup. For example, if a label contains `[:div {:style {:color "red"}...

As per the docs, by default, `simple-v-table` is vertically polite. In other words, it only takes up as much vertical space as it's parents and siblings allow. We have a...

As stated [here](https://github.com/day8/re-com/blob/master/src/re_com/v_table.cljs#L1095), currently, scrolling a `v-table` also scrolls parent scrollbars (usually the one on `[:body]`). The solution seems to be to use the relatively new CSS `:overscroll-behavior`. Couldn't get...

When determining what key was pressed in keyboard event handlers, we examine various properties: - `which` is used by `drop-down`, `input-text` and `typeahead` - `keyCode` is used by `input-time` Both...

enhancement

When the mouse is released OUTSIDE the component, no mouse event is triggered therefore the component does not set `dragging?` to false and the splitter continues to drag when the...

bug

Firstly, I must say I love this feature. Congrats @MawiraIke for doing the hard work! ### 1 - Vectors can cause incorrect path to be generated Steps I used to...

bug

Sometimes there is data in our apps that is not easily accessible (or completely inaccessible) from `fn-traced` events in the Event tab. Mostly likely however, the data is right there...