Thomas Portelange
Thomas Portelange
actually, that's how I used it : to allow choosing between multiple images. I discovered the actual documentation from Facebook when you asked about my changes :-) So even if...
Here is the error. But I think this is to be expected since erlexec is not supported on windows. I have cygwin but I have no idea how to compile...
yes, you can try fixed positioning and see if it works better
as a way around, you can just use the component directly without the data api, but that's still strange
@ChellyAhmed for one pagers, this wouldn't be the case, so offcanvas cannot assume that it should always focus back. also, it's inconsistent: why would the data api be doing that...
@julien-deramond you can have a look at the codepen. implementing the proposal would prevent jumping back to the top of the page when closing the menu if you clicked on...
made a pr, and created another codepen with fixed sourcecode https://codepen.io/lekoalabe/pen/RwYPQdW vs not fixed https://codepen.io/lekoalabe/pen/VwGYgdw
ok so not restoring focus is not an option, but then the question is more about what needs to be focused. if the anchor has changed, it makes no sense...
@ChellyAhmed your solution is better than mine maybe even tweak it a little and set it to this.focus({ preventScroll: this._config.scroll }) showed here https://codepen.io/lekoalabe/pen/OJoVwyp
oh i see never thought of that i did this: https://github.com/lekoala/bootstrap5-tags/commit/a668ad26d174d896d32301cb2ca8a482b186d27c it basically means the tooltip will appear on the tag and while hovering in the menu seems good to...