Editor bubbles in a multi-column container show up at wrong vertical offset
See original GitHub issueI have a use case where the editor is inside a multi-column container.
<div class="container">
...
<tiptap-editor/>
...
</div>
where
.container {
column-count: 2;
}
Expected behavior Expect to see menu bubbles in appropriate place.
Screenshots
This is what I see:
https://codesandbox.io/s/48r92vy8v7
Environment
- Browser Chrome
- Version 1.16.2
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Editor bubbles in a multi-column container show up at wrong ...
I made a simple example component using popper.js to track overlay positioning and Portal to escape the position:absolute and scroll context.
Read more >Table vertical Line Offset and Centering Problem using ...
Using multicolumns though results in a slight offset of the right vertical line. Also the text is not centered anymore. Is there a...
Read more >Understanding the Column Layout | Bubble Responsive Editor
Bubble is a visual programming language that lets you build web applications without code. Using Bubble's visual editor, you can build a ...
Read more >Handling overflow in multi-column layout - MDN Web Docs
An overflow situation happens when an item's size is larger than the column box. For example, the situation could happen when an image...
Read more >ag-Grid Reference: Grid Properties
Set to true to suppress multi-sort when the user shift-clicks a column header. Default: false. suppressMenuHide, Set to true to always show the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for all you work on this @holtwick! We are about to rewrite all interface components, and I added your code snippets to my notes. 🙌
Closing this here for now.
Please use updated tip-tap (menububble position was fixed in 1.17.0) And after changing this line, it works a little bit better (not perfect though, cross column selection is broken)