task-lists-element icon indicating copy to clipboard operation
task-lists-element copied to clipboard

Drag and drop task list items.

Results 10 task-lists-element issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/github/issues-graph/issues/825 This PR adjusts the logic used to calculate the positioning of lists within a comment to satisfy additional `ul` and `ol` usage. See linked issue for additional context.

Currently there is no keyboard accessible alternative for reordering the task items which prevents assistive technology/ keyboard-only users from accessing the feature. A number of implementations I've seen like [this...

This doesn't seem possible currently.

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.6. Release notes Sourced from got's releases. v11.8.6 Destroy request object after successful response https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6 v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 2b1482c 11.8.6...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

For example: Moving _Hubot_ from position `[0, 0]` to position `[0, 1]` actually gets calculated as moved to position `[0, 2]`.

The drag and drop on task lists are no longer working. User details: - MacBook Pro - macOS: Ventura 13.0.1 (22A400) - Chrome: Version 109.0.5414.87 (Official Build) (arm64)