question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest Chrome update 62.0.3202.94 causing freeze if <form> is present

See original GitHub issue

After latest Chrome update 62.0.3202.94 our clients (various platforms) reports that our app is unusable. I discovered really weird behaviour - when <form> with inputs is present on web page with <BootstrapTable>, first time clicking (focusing) the (first) input causes browser to lag/freeze. It depends on the count of rows/cells in bootstrap table. With complex table and slow computers the app is totally frozen.

I made JSFiddle to reproduce this - https://jsfiddle.net/5asms7j7/116/ . I tried to upgrade libs, but it seems that all react/react-bootstrap-table versions are affected. Only latest Chrome v62 is affected. Firefox/Safari works fine.

I couldn’t find what’s causing this behaviour, but in our case I’ve found really ugly temporary workaround. Seems like only first <input> is affected so if I put another small - not meant to be used - input before inputs… following inputs works ok.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
AllenFangcommented, Dec 4, 2017

hi all, please add withoutTabIndex prop on BootstrapTable. This prop default is false and it will add tabIndex on td element but I dont know the root cause, still investigating, thanks

withoutTabIndex was supported from v3.4.5

1reaction
AllenFangcommented, Nov 29, 2017

@MichalRemis ok, I’ll look into on it @mustafamamun react-bootstrap-table2 not released yet, repo: https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/develop it’s still in progress.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Chrome update problems & failed updates - Google Support
If you're having problems updating Chrome on your computer, you might see: Update failed: Updates are disabled by administrator; Update failed (Error: 3...
Read more >
Stable Channel Update for Desktop - Chrome Releases
The stable channel has been updated to 62.0.3202.94 for Windows, Mac and Linux which will roll out over the coming days/weeks.
Read more >
Why Does Google Chrome Keep Crashing, Freezing, or Not ...
When Chrome starts crashing or freezing, you should first try completely restarting it. To do so, click the three-dot Menu button at the...
Read more >
Google Chrome Devtools broken when inspecting Android ...
The solution is to use an older version of Chromium. Here are the download links for the the latest version of Chromium (version...
Read more >
Google chrome keeps crashing on your phone? Try these tips
If Google Chrome keeps crashing, stopping, or freezing on your phone, try these simple fixes to resolve the problem in a few minutes....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found