Skip to content
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

Test: Explorer Compact Folders #85928

Closed
3 tasks done
joaomoreno opened this issue Dec 2, 2019 · 0 comments
Closed
3 tasks done

Test: Explorer Compact Folders #85928

joaomoreno opened this issue Dec 2, 2019 · 0 comments

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Dec 2, 2019

Tests #41627, #84597

Complexity: 4

Authors: @joaomoreno, @isidorn


The explorer now has a new setting explorer.compactFolders, enabled by default, which sets it to render single child folder sequences in a single tree row. A great use case for this are Java packages, which are usually laid out as single child folder sequences in disk. When rendering such compact folder nodes, we must make sure no functionality is dropped. Please do a feature test run over the following features wrt compact folder nodes, as well as an overall explorer smoketest:

  • Mouse interaction: selecting, toggling expansion
  • Keyboard interaction: navigating in compact folder row
  • Context menus (Shift-F10 to trigger it using the keyboard)
  • Play around with the files.exclude setting
  • Drag from and drop into compact folders
  • Keyboard filtering (type anything in the explorer, try both highlighting and filter mode)
  • Accessibility (screen reader should always read folder name when focused on it)
  • Toggle the explorer.compactFolders setting
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants