Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include/Implement Dom.offsetLeft or Html.Event.layerX or Html.Event.offsetX #498

Closed
AmitPress opened this issue Oct 9, 2021 · 0 comments · Fixed by #705
Closed

Include/Implement Dom.offsetLeft or Html.Event.layerX or Html.Event.offsetX #498

AmitPress opened this issue Oct 9, 2021 · 0 comments · Fixed by #705
Assignees
Labels
feature request good first issue Good for newcomers stdlib Standard library related
Milestone

Comments

@AmitPress
Copy link

i) offsetLeft / offsetRight
ii) layerX / layerY
iii) offsetX / offsetY
These three things really helps in DOM manipulation. It is very cumbersome to do things without these methods. It will bring developer happiness hopefully.

@gdotdesign gdotdesign added feature request stdlib Standard library related labels Oct 10, 2021
@Sija Sija added the good first issue Good for newcomers label Nov 19, 2021
@gdotdesign gdotdesign added this to the 0.21.0 milestone Nov 6, 2024
@gdotdesign gdotdesign self-assigned this Nov 6, 2024
gdotdesign added a commit that referenced this issue Nov 16, 2024
- `Dom.offsetLeft`, `Dom.offsetTop`
- `Html.Event.layerX`, `Html.Event.layerY`
- `Html.Event.offsetX`, `Html.Event.offsetY`

Fixes #498
gdotdesign added a commit that referenced this issue Nov 17, 2024
- `Dom.offsetLeft`, `Dom.offsetTop`
- `Html.Event.layerX`, `Html.Event.layerY`
- `Html.Event.offsetX`, `Html.Event.offsetY`

Fixes #498
gdotdesign added a commit that referenced this issue Nov 17, 2024
- `Dom.offsetLeft`, `Dom.offsetTop`
- `Html.Event.layerX`, `Html.Event.layerY`
- `Html.Event.offsetX`, `Html.Event.offsetY`

Fixes #498
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request good first issue Good for newcomers stdlib Standard library related
Development

Successfully merging a pull request may close this issue.

3 participants