Implement reusable event

Open
#136 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript
Domain
frontend

Research direction

Start by tracing how the framework currently handles DOM touchstart and touchend events, especially when the target element is removed after touchstart. Determine where event bubbling paths are created and how a reusable event should be represented. Done means the touch sequence can be traced through repeated bubbling with the same path, with coverage for target removal.

Written by the indexing model from the issue text.

Description

need discussion

As DOM's touchend events won't bubble as the previous touchstart event while the target element has been removed after touchstart, it's hard to trace the touch events properly.

We need a reusable event as touchseries(maybe), which can bubble multiple times with the same bubbling path.

Dominant language
TypeScript
Stars
330
Forks
45
Avg merge
20h 38m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from wechat-miniprogram/glass-easel

All issues in wechat-miniprogram/glass-easel

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.