bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

`.row` with `.g-*` class picks up extra `margin-top` using column break

Open florianlacreuse opened this issue 1 year ago • 6 comments

Prerequisites

Describe the issue

When we use a column break .w-100 inside a grid with a vertical gutter, the .w-100 spacer / braker add an unwanted extra vertical space.

Reduced test cases

https://codepen.io/florianlacreuse/pen/vYqZPJO

What operating system(s) are you seeing the problem on?

Linux

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of Bootstrap are you using?

5.3.3

florianlacreuse avatar Aug 07 '24 08:08 florianlacreuse

On a side note, I’m currently getting acquainted with the code to solve that

Geobert avatar Jul 28 '24 14:07 Geobert

Same problem here, with QWERTY Lafayette. No combination of use_dead_keys and use_ime, true or false, solves the problem. The ; : key (next to L) is used as a dead key, but pressing it instantly prints ; in wezterm...

Biganon avatar Aug 04 '24 13:08 Biganon

Experiencing the same using https://ergol.org/ and its dead key (mapped on [o]).

Augustin82 avatar Sep 01 '24 21:09 Augustin82

I have the same problem on macos. The same key sequence works fine with the builtin terminal or with kitty.

brabalan avatar Sep 09 '24 15:09 brabalan

culprit is here https://github.com/wez/wezterm/blob/b28bbbc4c8345197e433590c9ce50a7bf3ea5bc7/window/src/os/windows/window.rs#L2264

this scan for dead key but only managed dead keys on the main layer. If a dead key is behind another, it is not detected

Geobert avatar Feb 04 '25 13:02 Geobert

Same with ergol but on wayland !

artav4 avatar Jul 29 '25 19:07 artav4

Any update on this issue ? Impossible for now to use QWERTY-lafayette with Wezterm 😕

honnorat avatar Aug 21 '25 11:08 honnorat