mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 00:20:30 +08:00
Fix for #4235
This commit is contained in:
parent
0c14b208b3
commit
3a72dd6a0d
@ -4,45 +4,45 @@ This document is for tracking the status of the v3-alpha branch in readiness for
|
||||
|
||||
## Examples
|
||||
|
||||
| Example | Linux | Windows | macOS |
|
||||
|--------------------|-------|--------------------------------------------------|-------|
|
||||
| badge | | ✅ | |
|
||||
| binding | | ✅ | ✅ |
|
||||
| cancel-async | | ✅ | ✅ |
|
||||
| cancel-chaining | | ✅ | ✅ |
|
||||
| clipboard | | ✅ | ✅ |
|
||||
| context-menus | | ✅ | 🚫 panic |
|
||||
| dialogs | | ⚠️ custom icon not working | ⚠️ |
|
||||
| dialogs-basic | | ⚠️ cancel crashes the app | ✅ |
|
||||
| drag-n-drop | | ✅ | ✅ |
|
||||
| environment | | ✅ | ✅ |
|
||||
| events | | ✅ | ✅ |
|
||||
| file-association | | ✅ | ✅ |
|
||||
| frameless | | ✅ | ⚠️ minimise for 3 not working |
|
||||
| gin-example | | ✅ | ✅ |
|
||||
| gin-routing | | ✅ | ⚠️ cant see difference from gin-example (copy/paste?) |
|
||||
| gin-service | | ✅ | ⚠️ half buttons does nothing? ( getuserbyid ) |
|
||||
| html-dnd-api | | 🚫 | ✅ |
|
||||
| ignore-mouse | | ✅ | ✅ |
|
||||
| keybindings | | ✅ | ✅ |
|
||||
| menu | | ⚠️ Hide/Unhide issue | ✅ |
|
||||
| notifications | | ✅ | ⚠️ nothing happens on button click |
|
||||
| panic-handling | | ✅ | ✅ |
|
||||
| plain | | ✅ | ✅ |
|
||||
| raw-message | | ✅ | ✅ |
|
||||
| screen | | ✅ | ⚠️ slider bubble drags window |
|
||||
| services | | ⚠️ KV needs refreshing after save | ⚠️ update kv doesnt updates view on update value |
|
||||
| show-macos-toolbar | | ➖ | ✅ |
|
||||
| single-instance | | ✅ | ✅ |
|
||||
| systray-basic | | ✅ | ✅ |
|
||||
| systray-custom | | ✅ | ✅ |
|
||||
| systray-menu | | ⚠️ Check systray.Hide/Show | ✅ |
|
||||
| video | | ✅ | ✅ |
|
||||
| window | | ⚠️ SetPos 0,0 is going to 5,0. GetPos is correct | ✅ |
|
||||
| window-api | | ✅ | ✅ |
|
||||
| window-call | | ✅ | ✅ |
|
||||
| window-menubar | | ✅ | ⚠️ not sure what should happen in osx |
|
||||
| wml | | ✅ | ✅ |
|
||||
| Example | Linux | Windows | macOS |
|
||||
|--------------------|-------|--------------------------------------------------|-------------------------------------------------------|
|
||||
| badge | | ✅ | |
|
||||
| binding | | ✅ | ✅ |
|
||||
| cancel-async | | ✅ | ✅ |
|
||||
| cancel-chaining | | ✅ | ✅ |
|
||||
| clipboard | | ✅ | ✅ |
|
||||
| context-menus | | ✅ | 🚫 panic |
|
||||
| dialogs | | ⚠️ custom icon not working | ⚠️ |
|
||||
| dialogs-basic | | ⚠️ cancel crashes the app | ✅ |
|
||||
| drag-n-drop | | ✅ | ✅ |
|
||||
| environment | | ✅ | ✅ |
|
||||
| events | | ✅ | ✅ |
|
||||
| file-association | | ✅ | ✅ |
|
||||
| frameless | | ✅ | ⚠️ minimise for 3 not working |
|
||||
| gin-example | | ✅ | ✅ |
|
||||
| gin-routing | | ✅ | ⚠️ cant see difference from gin-example (copy/paste?) |
|
||||
| gin-service | | ✅ | ⚠️ half buttons does nothing? ( getuserbyid ) |
|
||||
| html-dnd-api | | 🚫 | ✅ |
|
||||
| ignore-mouse | | ✅ | ✅ |
|
||||
| keybindings | | ✅ | ✅ |
|
||||
| menu | | ⚠️ Hide/Unhide issue | ✅ |
|
||||
| notifications | | ✅ | ⚠️ nothing happens on button click |
|
||||
| panic-handling | | ✅ | ✅ |
|
||||
| plain | | ✅ | ✅ |
|
||||
| raw-message | | ✅ | ✅ |
|
||||
| screen | | ✅ | ⚠️ slider bubble drags window |
|
||||
| services | | ⚠️ KV needs refreshing after save | ⚠️ update kv doesnt updates view on update value |
|
||||
| show-macos-toolbar | | ➖ | ✅ |
|
||||
| single-instance | | ✅ | ✅ |
|
||||
| systray-basic | | ✅ | ✅ |
|
||||
| systray-custom | | ✅ | ✅ |
|
||||
| systray-menu | | ⚠️ Check systray.Hide/Show | ✅ |
|
||||
| video | | ✅ | ✅ |
|
||||
| window | | ⚠️ SetPos 0,0 is going to 5,0. GetPos is correct | ✅ |
|
||||
| window-api | | ✅ | ✅ |
|
||||
| window-call | | ✅ | ✅ |
|
||||
| window-menubar | | ✅ | ⚠️ not sure what should happen in osx |
|
||||
| wml | | ✅ | ✅ |
|
||||
|
||||
## Open Bugs
|
||||
|
||||
|
@ -198,7 +198,10 @@ func (m *windowSaveFileDialog) show() (chan string, error) {
|
||||
}, false)
|
||||
go func() {
|
||||
defer handlePanic()
|
||||
files <- result.(string)
|
||||
filename, ok := result.(string)
|
||||
if ok {
|
||||
files <- filename
|
||||
}
|
||||
close(files)
|
||||
}()
|
||||
return files, err
|
||||
|
Loading…
Reference in New Issue
Block a user