Shaw Jia

Results 25 comments of Shaw Jia

Ok, I think I know what it's doing - the `blocks/image` template is used so that the image block item can select it. However why make images under `blocks/image` template...

You can actually set fixed width for column in the blueprint even though the doc says it only take fractions.

Why can’t the sort handle be grabbed when moved outside the table? Do you have a demo? What about building the table with CSS grid and add accessibility using `aria-role`?

> ... as soon as I move the curator out of the table, the hover state drops and the sort handle disappears before it can be grabbed. If you find...

My guess is, you only added transparent background to the box with the handle in it, however the box is not touching the table, there's a gap in between. As...

Oh, I see you added `background: transparent` to the `.k-table-index-column`. That column has zero width, there's no point adding it there because the cursor will never hover over it anyways....

Sorry, I don't have time to do a deep dive into the code, but my guess is currently you're only showing the sort handle on hover. However while dragging it's...

> That doesn't solve the dragging issue - I think the sortable library has an issue that it's not happy when dragging in visible overflow space. Keep in mind that...

I understand, you might want to change the readme to reflect that or mark the repo as archived. Since the PHP port of `highlight.js` this plugin relies upon is quite...

> And I don't really understand what you are proposing. Currently, once you specify `@property` for a custom property, you can no longer use a fallback value because `@property` mandates...