LearnNewsExamplesServices
Frontmatter
id9366
titleChrome Windows Color app
stateOpen
labels
bug
assignees[]
createdAtMar 6, 2026, 11:30 AM
updatedAtMar 26, 2026, 4:17 PM
githubUrlhttps://github.com/neomjs/neo/issues/9366
authorkmunk-klarso
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]

Chrome Windows Color app

Openbug
kmunk-klarso
kmunk-klarso commented on Mar 6, 2026, 11:30 AM

widget nach rausziehen lässt sind reintegrieren

SergioChan
SergioChan Mar 20, 2026, 7:00 PM

Thanks for reporting this.

I want to work on a fix, but I can��t reliably reproduce from the current description yet. Could you share:

  1. Exact steps/click path that trigger the issue
  2. What behavior you expected vs what actually happened
  3. Browser + OS version (especially Chrome on Windows)
  4. Any console errors/screenshots if available

With that, I can put together a minimal, targeted patch.

tobiu
tobiu Mar 25, 2026, 5:18 PM

Hi @SergioChan,

if I recall it correctly, Katharina meant this one: https://youtu.be/KIZ1rxRuRcQ

It is definitely still broken here: https://neomjs.com/#/home (even on mac os), and several local changes should have fixed it. well, at least on Mac OS it works again.

In case you want to take a look:

  1. Fork the repo
  2. npm i
  3. npm run build-all
  4. npm run server-start
  5. open http://localhost:8080/apps/portal/#/home or alternatively http://localhost:8080/apps/colors/

What should work:

Drag an in-app widget over the container border, it should transform into a popup window without breaking the drag operation. You can continue to drag it back over the origin-container, and it should transform back into an in-app widget.

What does not work yet:

If you drop the popup window outside the main app. Then start a new drag operation and move the popup window directly back over the main app. This is a planned item for the infinite canvas concept though. gut feeling: around neo v13.

@kmunk-klarso please let us know, in case the ticket was related to something else.

@SergioChan If could validate that this demo now also works on Windows OS locally, this would be of great help. Right now, I don't even have a VM running to test it there.

Best regards, Tobias