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

Make range._getTableElement public API #3100

Open
jacekbogdanski opened this issue May 13, 2019 · 0 comments
Open

Make range._getTableElement public API #3100

jacekbogdanski opened this issue May 13, 2019 · 0 comments
Labels
core The issue is caused by the editor core code. status:confirmed An issue confirmed by the development team. type:feature A feature request.

Comments

@jacekbogdanski
Copy link
Member

jacekbogdanski commented May 13, 2019

Type of report

Feature request

Provide description of the new feature

What is the expected behavior of the proposed feature?

range._getTableElement function seems like a good candidate for public method. It retrieves a table from a range similar to element.getAscendant (uses it under the hood) but including starting and end range container. It has been already used in #2955

Let's make it public to avoid using private methods between different namespaces.

It will also require fixing #3101

@jacekbogdanski jacekbogdanski added type:feature A feature request. status:confirmed An issue confirmed by the development team. core The issue is caused by the editor core code. labels May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core The issue is caused by the editor core code. status:confirmed An issue confirmed by the development team. type:feature A feature request.
Projects
None yet
Development

No branches or pull requests

1 participant