-
Notifications
You must be signed in to change notification settings - Fork 25
Allow normal click to open items in same tab from table #1468
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1468 +/- ##
==========================================
- Coverage 79.46% 79.34% -0.12%
==========================================
Files 70 70
Lines 5055 5099 +44
==========================================
+ Hits 4017 4046 +29
- Misses 1038 1053 +15 🚀 New features to boost your workflow:
|
datalab
|
||||||||||||||||||||||||||||
| Project |
datalab
|
| Branch Review |
bc/datatable-click
|
| Run status |
|
| Run duration | 08m 32s |
| Commit |
|
| Committer | Ben Charmes |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
456
|
| View all changes introduced in this branch ↗︎ | |
68e8000 to
21fbbbc
Compare
Allow normal click to open items in same tab from DataTable Allow normal click to open items in same tab from DataTable Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab Don't let cypress open new tab
21fbbbc to
a7ad41b
Compare
|
Can you make the modified click open the page in a new tab in the background (i.e., don't change focus to the new tab)?That's standard for browsers. |
I removed window.focus() to use the browser's default behavior, trying to force focus on modified click didn't work anyway (at least for me on mac) |
Closes #1465
Changes click behavior in DataTable for both items and collections: