Jarek Foksa
Jarek Foksa
I can observe the same problem with `` in the `` (but not with ``): - https://flathub.org/apps/com.boxy_svg.BoxySVG - https://gist.github.com/jarek-foksa/98e81ed8d49993bb5c569ed189e619c7
@JakobDev Thanks, I didn't realize [only `` elements can have the `xml:lang` attribute](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description). Apparently this rule was not enforced until recently.
Currently this is not possible. In case of `` I can add `--animation-duration` custom CSS property which could be set to `0s` to disable animation.
@phamduylong For now I would prefer to not add any new attributes to `x-accordion`. If we add something like `noanimate` or `disableanimation` boolean attribute to it, then for the sake...
Starting from version 0.25.0 you can call `.expand(false)` and `.collapse(false)` to expand/collapse the accordion without animations.
I think these could be auto-generated from the existing type annotations, but I have no plans to do it anytime soon (I'm not using Typescript myself).
I can still reproduce this bug and related bug #7942 with Electron 1.7.3. Is the fix going to land in 1.7.x release cycle?
@MarshallOfSound Ohh, I see. I think this solves the cursor problem, but bug #7942 is still reproducible, i.e. the tabs can't be dragged when `hidden-inset` titlebar style is set.
I wanted to keep the `hidden-inset` appearance while being able to drag the tabs. I think bug #7942 should be reopened as it does not seem to be fixed, or...
I also confirm this issue has been finally fixed (tested with Electron version 30.0.6).