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

Use .cke_screen_reader_only class for table cell properties dialog #3165

Open
Dumluregn opened this issue Jun 14, 2019 · 0 comments
Open

Use .cke_screen_reader_only class for table cell properties dialog #3165

Dumluregn opened this issue Jun 14, 2019 · 0 comments
Labels
plugin:tabletools The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).

Comments

@Dumluregn
Copy link
Contributor

Type of report

Task

Provide description of the task

As stated in #3075 comment, there is .cke_screen_reader_only class inside copyformatting/copyformatting.css that could be reused for the code:

...
type: 'select',
id: fieldName + 'Type',
label: editor.lang.table[ fieldName + 'Unit' ],
labelStyle: 'visibility:hidden;display:block;width:0;overflow:hidden',
...
@Dumluregn Dumluregn added type:task Any other issue (refactoring, typo fix, etc). status:confirmed An issue confirmed by the development team. plugin:tabletools The plugin which probably causes the issue. labels Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:tabletools The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Projects
None yet
Development

No branches or pull requests

1 participant