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

Dashboard sections can not be reordered OrcaSlicer Device view. #2110

Open
johyphenel opened this issue Jan 4, 2025 · 1 comment
Open

Dashboard sections can not be reordered OrcaSlicer Device view. #2110

johyphenel opened this issue Jan 4, 2025 · 1 comment
Labels
⚡ Type: Bug Something isn't working

Comments

@johyphenel
Copy link

Mainsail Version:

2.13.1

Browser:

Other (Please tell us below)

Device:

Desktop PC

Operating System:

macOS

What happened?

Similar to issue #1167

Item reordering doesn't work. This applies to:

  • Dashboard sections can't be moved from one column to another
  • Dashboard sections can't be reordered vertically
  • In "expert" macro layout, macros can't be reordered within a macro group

OrcaSlicer: 2.2.0
MacOS: 15.2

What did you expect to happen instead?

Click and drag to reorder sections should work like in other browsers

How to reproduce this bug?

Visit the Mainsail interface in the Devices tap in OrcaSlicer

  1. Click/Select the Settings/Gears icon in the top right
  2. Browse to Interface Settings > Dashboard
  3. Grab the reorder icon next to any given section
  4. Drag to a different area and release
  5. Observe the position has not changed

Additional information:

No response

@johyphenel
Copy link
Author

I assume the WebView is being created here: https://github.com/SoftFever/OrcaSlicer/blob/f0e773f891a10e0cd1a3369515a96d7cf23a1198/src/slic3r/GUI/Widgets/WebView.cpp#L238

Probably by wxWebView *webView = new WebViewWebKit;

Which leads me down the rabbit hole from https://github.com/wxWidgets/wxWidgets/blob/15126644aa9093cd1312cb12b9ee5c59b1c9f1f8/src/gtk/webview_webkit2.cpp#L856 to https://webkitgtk.org/reference/webkit2gtk/2.25.3/WebKitWebView.html#webkit-web-view-new-with-related-view

Maybe notable that this does not appear to use Safari WebView, if my assumptions above are correct for the Mac build? Not sure if this is helpful at all.

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

No branches or pull requests

1 participant