Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version of Gradle Plugin:
Version of Gradle:
Version of Java:
OS:
Android Studio 4.2.1
Build #AI-202.7660.26.42.7351085, built on May 10, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 8048M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: GenerateSerialVersionUID, String Manipulation, com.dubreuia, com.jetbrains.performancePlugin, org.jetbrains.kotlin, com.google.mad-scorecard, com.ppismerov.ksvu, izhangzhihao.rainbow.brackets, org.intellij.plugins.markdown
Steps to Reproduce:
Suppose you work on a large app that you don't know much about, and you want to find for some UI what's the matching code and layout resources for it.
1. Use the layout inspector on the screen that you currently see.
2. Try to find how to copy the ID of some View, by right-clicking on any item from the list.
The bug is that you either get a context menu at the very top of the screen, or one that has a single item of "Nothing here".
Even on the attributes pane, you can't right click the ID or select it as text.