Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dev Tools auto-complete doesn't work on chrome 35, ubuntu 14.04

After update to chrome 35, autocomplete in dev tools doesn't work. Is it only my issue?

Checked windows and mac, all works..

like image 313
RaShe Avatar asked May 21 '14 07:05

RaShe


People also ask

How do I enable dev tools in Chrome?

From the Chrome menu: Open the Chrome menu and go to “More Tools” > “Developer Tools.” Finally, you can right-click (Windows) or Ctrl-click (Mac) anything on a web page and select “Inspect Element” to open Developer Tools. The Developer Tools panel will open in whatever web page you're on.

How do I fix Chrome developer tools?

# Open the Issues tabOpen DevTools. Click the Go to Issues button in the yellow warning bar. Alternatively, select Issues from the More tools menu. Once you're on the Issues tab, click the Reload page button if necessary.

How do I open Developer Tools in Chrome in Ubuntu?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

How do I activate dev tools?

# Open DevTools from Chrome's main menuand then select More Tools > Developer Tools.


2 Answers

I've got some similar problems, but just on Styles panel on Elements tab. Here, I've opened an issue just to this case:

https://code.google.com/p/chromium/issues/detail?id=376763&thanks=376763&ts=1400852713

I know it's not a solution, but it's the best we can do. We have to wait for someone at google (or that's involved with chromium project) fix it, and then release a new version patching it.

An alternative is using Chromium from ubuntu Software Center for now (it's still at version 34, so the autocomplete works): https://apps.ubuntu.com/cat/applications/chromium-browser/

UPDATE

This bug has been fixed on version 36

like image 76
emiliopedrollo Avatar answered Sep 19 '22 08:09

emiliopedrollo


The issue has been fixed in the beta version.

(works in the current version: 36.0.1985.49 beta)


Can be download from http://www.google.com/intl/en/chrome/browser/beta.html

like image 33
some some Avatar answered Sep 18 '22 08:09

some some