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

[v3] Windows, cannot expand option after import runtime.js. #3310

Open
mostend opened this issue Mar 13, 2024 · 3 comments
Open

[v3] Windows, cannot expand option after import runtime.js. #3310

mostend opened this issue Mar 13, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@mostend
Copy link

mostend commented Mar 13, 2024

Description

Use pre-built runtime.js and then import it into html.
Cannot expand and select options when the page has select and option elements

To Reproduce

  1. wails3 generate runtime
  2. Import to html page
  3. Creating select and option elements
  4. Click to select
<script src="./runtime.js"></script>
<select>
        <option value="1">One</option>
        <option value="1">Two</option>
        <option value="1">Three</option>
 </select>

Expected behaviour

select and option elements can be expanded and selected normally

Screenshots

No response

Attempted Fixes

No response

System Details

$ wails3 doctor


          Wails Doctor



# Build Environment
Wails CLI      | v3.0.0-alpha.3
Go Version     | go1.22.1
Revision       | f38532bcf5be446ebbf2b68498bb4521975b10fc
Modified       | false
-buildmode     | exe
-compiler      | gc
CGO_CFLAGS     |
CGO_CPPFLAGS   |
CGO_CXXFLAGS   |
CGO_ENABLED    | 1
CGO_LDFLAGS    |
DefaultGODEBUG | httplaxcontentlength=1,httpmuxgo121=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1
GOAMD64        | v1
GOARCH         | amd64
GOOS           | windows
vcs            | git
vcs.modified   | false
vcs.revision   | f38532bcf5be446ebbf2b68498bb4521975b10fc
vcs.time       | 2024-03-08T07:06:14Z

# System
Name              | Windows 10 Pro
Version           | 2009 (Build: 22631)
ID                | 23H2
Branding          | Windows 11 专业版
Platform          | windows
Architecture      | amd64
Go WebView2Loader | true
NSIS              | Not Installed
WebView2 Version  | 122.0.2365.80
CPU               | Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
GPU 1             | OrayIddDriver Device (Shanghai Best Oray Information Technology Co., Ltd.) - Driver: 17.1.58.818
GPU 2             | NVIDIA GeForce GTX 1050 (NVIDIA) - Driver: 27.21.14.5720
GPU 3             | Intel(R) UHD Graphics 630 (Intel Corporation) - Driver: 31.0.101.2111
GPU 4             | RayLink Virtual Display Adapter (Rayvision) - Driver: 1.0.2.0
Memory            | 24GB

Additional context

No response

@mostend mostend added the Bug Something isn't working label Mar 13, 2024
@mostend
Copy link
Author

mostend commented Apr 22, 2024

I found that the command to pre-built runtime.js has been removed in the latest version. Is there a plan to modify it?
if not, I think we can close this issue.

@leaanthony
Copy link
Member

Prebuilt will be there by default and all templates will use it 👍

@mostend
Copy link
Author

mostend commented Apr 24, 2024

Prebuilt will be there by default and all templates will use it 👍

Great, could you share some examples? The document has not been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants