Marcelo Shima

Results 573 comments of Marcelo Shima

Disabling fade (``) seems to workaround the issue.

Is there a way to pass `:noFade="true` to BDropdown child from BNavItemDropdown?

> Is there a way to pass `:noFade="true` to BDropdown child from BNavItemDropdown? Helps with reproduction, not in CI.

Reverting to 0.25.15 fixes the issue on ci, but introduces others issues.

@xvaara thanks. I confirm that using the pkg.pr.new from the linked commit fixes the issue on ci. Unfortunately https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/2425 reintroduces the issue.

@xvaara yes it still applies, https://github.com/mshima/generator-jhipster/actions/runs/15490759873/job/43615781204?pr=1059 Tests that passes have a smaller menu. Last time I checked I could not reproduce the new issue locally using chrome or safari.

@xvaara https://github.com/mshima/vue-default-additional From screenshots available at https://github.com/mshima/vue-default-additional/actions/runs/15497807010 the menu doesn't even open.

I've configured cypress to record video too. https://github.com/mshima/vue-default-additional/actions/runs/15498219807.

Running exactly the same commands locally the error does not happens: ``` npm run ci:e2e:package npm run ci:e2e:prepare npm run ci:e2e:run ```