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

no option view select tag in embedded browser #1505

Closed
saveriomanfredi opened this issue May 8, 2023 · 1 comment
Closed

no option view select tag in embedded browser #1505

saveriomanfredi opened this issue May 8, 2023 · 1 comment

Comments

@saveriomanfredi
Copy link

saveriomanfredi commented May 8, 2023

Environment (please complete the following information):

  • Windows 10):
  • Extension version v2.1.1

Describe the bug:

not show scrollbar with all option in embedded browser with bootstrap

Repro steps:

<div class="form-group">
          <label for="luckynumber">Lucky Number</label>
          <select name="luckynumber" id="luckynumber" class="form-control"> 
              <option>double zero</option>
              <option>seven</option>
              <option>thirteen</option>
          </select>
        </div>

Expected behavior:

I'm expect that when I select the down arrow in the embedded browser of the select tag it show all
the option to select but nothing is showed

Additional context:

@microsoft microsoft deleted a comment May 15, 2023
@microsoft microsoft deleted a comment May 15, 2023
@microsoft microsoft deleted a comment May 15, 2023
@microsoft microsoft deleted a comment May 15, 2023
@captainbrosset
Copy link
Collaborator

Thanks for asking. This is unfortunately a current limitation of the embedded browser. See #1317. Based on the current screencast architecture, we simple can't fix it currently. If you really need access to the select, then please use the external browser instead: https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/external-browser-window

Thanks for your understanding.

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

No branches or pull requests

2 participants