`table-input` is not a modal
See original GitHub issue- On this issue’s comment field
- Click the table-input button
- Click anywhere on the page
The dropdown should close, but it doesn’t.
Modals like the “canned replies” automatically closes by design, without any JavaScript. table-input
should be modified so it natively closes like the rest of the modals, it should probably never be explicitly closed via JS.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Glue::Table TableInput - AWS CloudFormation
A structure used to define a table. Syntax. To declare this entity in your AWS CloudFormation template, use the following syntax: JSON.
Read more >Triggering showing of modal from a button in the editor
I want to trigger showing of a modal from a button in a data table row. It seems to try to go to...
Read more >Unable to render content of the table to the modal in twitter ...
the code works but i want when i click on the submit replication button the content of the table should be in the...
Read more >Is 'not' a modal verb?
"Not" is not a verb. "Not" isn't really the same part of speech as any other word. It is unique. But if you...
Read more >MODAL SHAPE - Product Documentation Center
MODAL SHAPE Define Modal Shape Description This option is used when a modal analysis is indicated on the DYNAMIC parameter or during an ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(For record, the tooltip is added in #3615)
So this is why the
table-input
button has somehow “awkward” focus, and only shows tooltip when hover the icon instead of the larger button.Did you mean “Insert a reply”? It does have a tooltip now:
But it doesn’t open a modal, you have to click the icon or press <kbd>Esc</kbd> to close it.
Just my random thoughts, doesn’t necessarily mean I want a change.
You’re right, that’s because both use
:before
.It won’t be accessible, but we can wrap the
SVG
in a div with the tooltip attribute. Better than nothing at all.