Lukas Spirig
Lukas Spirig
@massic80 Thank you for the reference, but we would prefer using the native Date object (or in the future the temporal objects).
I have had a look at the implementation. From my understanding, there is no possibility to "patch" the Angular Intl logic. This was previously possible, although not officially supported but...
See https://github.com/sbb-design-systems/lyne-components/pull/2941/files for reference. Unfortunately, the tests seem to still fail with Firefox not reliably starting up.
As discussed via Teams; I suspect that our inert mechanism blocks itself. e.g. with the following structure: ```html ... ``` If you open the `` directly when the `` is...
Quick update: We are considering changing the implementation, but first we need to research the topic not to make it worse.
Resources: - https://advancedbytez.com/make-disabled-buttons-accessible/ - https://dev.to/josefine/making-disabled-buttons-more-accessible-21ih
From my perspective, we can check if the trigger is an instance of sbb-menu button. If that is the case, it is a sub menu.
~~I'm not quite confident with the naming of `initScript` and open to suggestions for changes.~~ Settled on `workerModules`.
@augustjk I updated the PR as discussed during the community call. Can I ask you for a review? If you would like to discuss it via call, I am reachable...
@augustjk Sorry to ping you here, but if at all possible, I would like to get this into the next release. Could you have a look at this?