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

[show-all-data] When double clicking on an empty picklist field, iterate through avaible values #366

Closed
tprouvot opened this issue Mar 21, 2024 · 8 comments · Fixed by #371
Assignees
Labels
enhancement New feature or request

Comments

@tprouvot
Copy link
Owner

Is your feature request related to a problem? Please describe.
On inspect page, when double clicking on an empty picklist field, iterate through available values with up and down keys.

image

We could also set a placeholder to show users the first values and the functionality

@tprouvot tprouvot added the enhancement New feature or request label Mar 21, 2024
@tprouvot tprouvot self-assigned this Mar 21, 2024
@tprouvot tprouvot changed the title [show-all-data] When double clicking on an empty picklist field, iterate through avaibles values [show-all-data] When double clicking on an empty picklist field, iterate through avaible values Mar 25, 2024
tprouvot added a commit that referenced this issue Mar 25, 2024
## Describe your changes
When double clicking on a picklist field, iterate through available
values

## Issue ticket number and link
Closes #366 

## Checklist before requesting a review
- [x] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [x] Target branch is releaseCandidate and not master
- [x] I have performed a self-review of my code
- [x] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [x] I documented the changes I've made on the
[CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md)
and followed actual conventions
- [ ] I added a new section on
[how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md)
(optional)
@megmoo
Copy link

megmoo commented May 6, 2024

Does this require Summer '24? It doesn't work for me in Spring '24

@tprouvot
Copy link
Owner Author

tprouvot commented May 7, 2024

Hi @megmoo,
No it doesn't require Summer 24', are you on the 1.23 ?

@megmoo
Copy link

megmoo commented May 7, 2024

@tprouvot - Yes. I'm on 1.23. I tried with a new profile on only SF Inspector Reloaded installed and it did not work that way, either.

Just to make sure I'm not doing anything stupid, I'm pressing the ctrl button and the alt button and the i button, correct?

@tprouvot
Copy link
Owner Author

tprouvot commented May 7, 2024

@megmoo Nope, you have to press up or down key to iterate on the values

@megmoo
Copy link

megmoo commented May 7, 2024 via email

@tprouvot
Copy link
Owner Author

tprouvot commented May 7, 2024

@megmoo Does your question is about the iteration functionality?
Because that is what I understood from your first question.
But reading your last comment it seems that you are talking about the popup opening so I'm confused 😕

@megmoo
Copy link

megmoo commented May 7, 2024

@tprouvot - Sorry I was unclear. Perhaps a better way to approach it is this: at the bottom of the extension pop-out, there's small text that says: [ctrl+alt+i] to open

My assumption was that the hot key combination ctrl+alt+i would make the extension pop-out (and hopefully set focus on the input field where the red arrow in the screen shot is pointing).

It seems my assumption must be wrong. In that case, two questions:

  1. What is [ctrl+alt+i] supposed to open?
  2. Is there any way, currently, to make the extension pop-up and set focus in the input field so that a mouse click isn't required to use it?

Thank you in advance!

Salesforce Inspector

@RebbePod
Copy link

This is great!!
Would love for a way to do it with a mouse click as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants