os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

The className of a Window does not respect the "id" #66

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

The id property of a Window only sets the data-id= attribute.

When you create a Window via Application it will actually do .Window_${metadata.name} which is not technically correct. This should be the window ID!

andersevenrud commented 5 years ago

I have updated osjs/client, osjs/cli and any packages that was handling this incorrectly.

So run npm update to get it all :)